|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic .NETmicrosoft.public.dotnet.languages.vb
DAL -
18 Feb 2006 10:38 PM - 5 messages
I want to build my kid a program that cycles through questions (using a label for the question), and lets him choose one of two radio buttons for the right answer. How do I get every set of questions and answers to cycle ...
Sam -
18 Feb 2006 8:39 PM - 2 messages
Hi all Would anyone help me with the following? Does every vb program need a sub Main to run? If I create a project with one single form, Form1, and make it the startup form, does VS generate its sub ...
Meshuggah -
18 Feb 2006 6:48 PM - 6 messages
Hey All, Could somebody please tell me how to delete all files inside a folder using Visual Basic .NET 2003? (I know this may be basic, but forgive me, im newbie) Thanks in advance, 'Meshuggah' ...
Robert Dufour -
18 Feb 2006 6:33 PM - 3 messages
I tried using (vs2003 Vb.Net) Public Sub SendEmail( _ ByVal Recipient As String, _ ByVal Sender As String, _ ByVal Subject As String, _ ByVal Message As String, _ ByVal Server As String, _ Optional ByVal Attachments As String = "") ...
Mitchell Vincent -
18 Feb 2006 6:22 PM - 9 messages
I just read my MSDN magazine from last month and was very pleased to see an article about performance and the small(er) things you can do to improve it. I have a pretty big database driven winforms application that I've been ...
vbnetdev -
18 Feb 2006 6:01 PM - 17 messages
hi all, This code works to add a nameserver to a container in DNS using vb.net and WMI. Howeer the code below that to add host records such as WWW and to add an MX record does not. It ojects with "invalid path" complaints. Any ideas ...
Brian Shafer -
18 Feb 2006 4:24 PM - 13 messages
Hi, In VB Classic I used a sub main() in all my programs. How do I do that in VB.net without setting the application type to Console application? Looks like when I set it to console it disable some of the properites ...
Sean -
18 Feb 2006 3:49 PM - 102 messages
Book I am reading says that Cstr() is best method for efficency and safety however it doesnt compare that method of the .ToString() method. Which is best. Thanks ...
Marcel Saucier -
18 Feb 2006 2:45 PM - 19 messages
Hello, I want to use the above characters codes chart but I dont know how to set the typeface (documentation: The characters that appear in Windows above 127 depend on the selected typeface). For example, when I print the chr(205), I am not getting the one shown in ...
lazlo -
18 Feb 2006 9:44 AM - 2 messages
hi can anyone tell me how to do this: if you have 7 dynamically-created tabs, and within each you have a dynamically created webbrowser control, how do you make back, forward etc events work with ONLY the selected tab and webbrowser? Childindex features ...
Devlei -
18 Feb 2006 9:38 AM - 2 messages
I use the FileOpen dialog to allow users to select a different database (same structure) to open and use. Currently I change the connection string then open the selected database, but it seems so slow. Is there a better way of doing this? ...
David B -
18 Feb 2006 3:19 AM - 4 messages
I'm looking for guidance to show developers information about implementing https using VB so that an application which needs to transfer files securely from within a VB client app can do so using https: I'm aware the capability is available but need some guidance about where to ...
Nathan Sokalski -
18 Feb 2006 1:28 AM - 9 messages
I have several System.Web.UI.WebControls.HyperLink Controls which I want to display as rollover images. I know how to make these manually using the <a> and <img> tags or the <a> tag and a System.Web.UI.WebControls.Image Control ...
neilphan@gmail.com -
18 Feb 2006 1:09 AM - 2 messages
Thanks Everyone For your Help !!! I've figured out how to resolve the Barcode Project. I've have to Redirect the I/O to use a COM Port or USB HID port. I am able to retreive data from the barcode reader via the com port in my ...
gregory_may -
17 Feb 2006 10:37 PM - 9 messages
Is it possible to return "nothing" from an Integer function? This seems to give me "0" rather than "nothing". Private Function MyFunction() As Integer Return Nothing End Function ...
Joe Griffith -
17 Feb 2006 9:26 PM - 3 messages
I'm using a Win Forms Data Grid View control in unbound mode. When I add columns using the wizard the first item is the column name. Everything works fine. However, if you return to the columns collection and look at the ...
gregory_may -
17 Feb 2006 8:30 PM - 4 messages
I want to prevent late binding of this statement: MyServerConnections(Myindex).client = Value But when I try with the code below, I get an editor error: "Expression is a value and therefor cant be the target of an assignment" CType(MyServerConnections(Myindex), PrivateServerConnectionStruct).Client = ...
gregory_may -
17 Feb 2006 7:53 PM - 3 messages
Is there a way in VB.Net to declare a local variable that will manipulate an array element .... kind of like an item pointer to a global array? ...
michael.blaustein@gmail.com -
17 Feb 2006 6:39 PM - 3 messages
I have a MSHTML.IHTMLWindow2 in an InternetExplorer object with a MSHTML.HTMLLinkElement in it that I would like to Right Click | Save Target As... on. Does anyone know a way that I might do this? Thank you, ...
Aaron Smith -
17 Feb 2006 6:30 PM - 5 messages
How do you trap the tab key in a textbox? I have tried all the key events, and none of them seem to work right with the tab key. It seems when you press the tab key in one textbox, the keyup event of the next ...
Jason -
17 Feb 2006 4:48 PM - 3 messages
I'm trying to work with the WMI class in the System.Management namespace with Visual Basic.Net. I copied and pasted some example code from Microsoft that contains the following namespace imports: Imports System Imports System.Management Imports ROOT.CIMV2.Win32 ...
OhWhite -
17 Feb 2006 3:40 PM - 2 messages
How do I set a datagrid cell's font to bold and the background colour of a column? Thanks. ...
ari -
17 Feb 2006 3:37 PM - 3 messages
hey all, i have a reusable email class and was wondering... the line of code that will be calling my email class; how do i make it where when you are entering the parameters for the call and you press the space bar or something and it ...
Joe -
17 Feb 2006 3:28 PM - 3 messages
Hello All: I have a simple question: how do I concatenate spaces to a string? Say I have "John Doe" as my string and I want "John Doe " with 15 ...
msdev -
17 Feb 2006 2:51 PM - 8 messages
Hello, I am creating my own webbrowser to learn VB .Net. I am stuck on an issue with regards to dynamically-created controls, in this case tabs on a tabcontrol and webbrowsers created within each new tab. Using AddHandler in a class, I can get the delegate Sub to display the name ...
Darin -
17 Feb 2006 2:48 PM - 3 messages
In my program I save the position of the form so the next time the user logs in and gets to that form it is in the same place. This works great. But I have run into an issue. Some users have 2 monitors so they slid ...
pmclinn -
17 Feb 2006 2:06 PM - 3 messages
I have a splash screen that boots with music in the background. I want the splash screen to look like it is shaking, or is being shaked. What is the best way to do this? ...
igul222 -
17 Feb 2006 1:35 PM - 3 messages
the installer of my vb.net app creates a registry key based on user preferences. how do i pull data from it? ...
Lynn -
17 Feb 2006 1:07 PM - 7 messages
Hi, I use the following code to run xcopy, but my application hangs after the copying has finished. What could be wrong? Dim psi As New ProcessStartInfo() psi.FileName = "xcopy" psi.Arguments = "c:\abc d:\abc" Process.Start(psi) Process.GetCurrentProcess.WaitForExit() ...
Larry Lard -
17 Feb 2006 12:16 PM - 3 messages
Here's the scenario: Show the user a list of Things. User picks one, and the Thing edit frame is populated with the details of the Thing they picked. This frame has Save / Discard buttons that are initially disabled. When the ...
Martin -
17 Feb 2006 11:38 AM - 5 messages
I have a treeview control, which is docked on a panel. When I call the procedure to fill this treeview from the load event it works fine. It loads all nodes, and displays them nicely. However, when I call the very same procedure at a later stage (after a ...
NickP -
17 Feb 2006 9:51 AM - 3 messages
Hi there, I have a solution that I have created quite a few different configurations for through it's lifetime. Even though I have removed them from the solution they get left in the individual projects, this is fine and ...
James -
17 Feb 2006 9:19 AM - 4 messages
Hi, I need info about how much memory different data types (particulary bitarrays, listarray, ...) and structures uses (including overhead). Is there any place where I can find that info (article, paper, ...). Thanks, James ...
ajaywinds -
17 Feb 2006 9:07 AM - 2 messages
Hi, I had made chat client and Server application in VB which works properly in LAN. But I like to chat with my client application through internet. How I can make this possible? Ajay ...
Søren M. Olesen -
17 Feb 2006 8:49 AM - 2 messages
Hi I'm creating an application which calls another application using COM, however sometimge this other application hangs, and my call never returns or fail. Is there a god pattern for handling thise kind of situations?? What I'd like ...
Maurice -
17 Feb 2006 7:50 AM - 3 messages
Hi, I'm having some GUI troubles. When the application is run on a Windows XP environment my controls all look very nicely shaped. When the same application is run on Windows Server 2003 environment these controls don't look that nice anymore. ...
Don -
17 Feb 2006 6:38 AM - 3 messages
In a previous version of vb I used to save and load hierarchical data from an Access db into a treeview. But, I never found a very satisfying or elegant way to do it. I used a flat file approach with ...
The Confessor -
17 Feb 2006 3:53 AM - 2 messages
The following code: MapGraphics(ListBox_Graphics.SelectedIndex - 1).MapBitmap = System.Drawing.Bitmap.FromFile(OpenFileDialog_SelectFile.FileName) incurs the following error: Option Strict On disallows implicit conversions from 'System.Drawing.Image' to 'System.Drawing.Bitmap'. MapGraphics.MapBitmap is earlier declared as follows in a module: ...
Martin the Third -
17 Feb 2006 2:30 AM - 5 messages
Okay, I have a program that has many optional windows. Its not mdi or anything, it just has alot of windows that you can choose to have that would add extra features to the program. Now, I need to have the properties of these windows to stay when the ...
Starbuck -
16 Feb 2006 10:00 PM - 3 messages
HI In a edit form which has text boxes is it possible to emulate TAB and Shift-TAB with the UP & DOWN keys Thanks in advance ...
gregory_may -
16 Feb 2006 9:48 PM - 3 messages
I am using a threadpool to process UDP broadcast messages. I cant figure out how to type the threadpool call back. Below is a snip of my code. The "process_UDP_Message" needs to pass a byte array .... but the Call Back ...
jvb -
16 Feb 2006 8:49 PM - 5 messages
Can anyone tell me why this isn't working in VB.NET 2003? And no, the problem lies between the keyboard and the back of the chair is not a valid answer!!!! Me.TextBox1.SelectionStart = 0 ...
sukhsinghin -
16 Feb 2006 8:49 PM - 5 messages
Hi, I am trying to print a invoice form with data from dataset using vb.net and printer is dot matrix. Invoice is a continues paper with pre-printed headers like First Name, Last Name, SSN# etc. and after each header their are some blank block like for SSN# 9 small box. I hv ...
simchajoy2000 -
16 Feb 2006 8:10 PM - 3 messages
Hi, Let me see if I can explain this, I have noticed that when I create new windows forms (within my larger window form which serves as the primary interface with dropdown menus etc) that sometimes you can activate more ...
OpticTygre -
16 Feb 2006 7:47 PM - 4 messages
Is it possible to detect if a property of a class is Readonly, WriteOnly, or Read/Write? ...
Mike Kober -
16 Feb 2006 7:21 PM - 2 messages
I'm having difficulty getting this to work. Any help would be appreciated. What I'm trying to do is to open Explorer onto the Windows/fonts directory and then close it. I've added a font programmatically to the directory and ...
Leonardo -
16 Feb 2006 7:09 PM - 2 messages
Hi. I'm trying to build my first application with database access using VB 2005. I'm a VB 6 programmer and learning everything again has been challenging. I managed to write a code using some tips from a book I ...
Kiran -
16 Feb 2006 6:25 PM - 4 messages
Hi, I need to store two columns of values in an object after getting the same from a dataset\similar object. 1. I need to sort this data at one place, so I use sortedlist here. 2. In another place, I just need to store the data and pass it to a ...
Brian Shafer -
16 Feb 2006 6:21 PM - 3 messages
In vb 6 i had a something like result = CLng(UserDate) - CLng(MyDate) in vb.net I get an error "Value of tyep 'Date' cannot be converted to 'Long'. How do i get around this? ...
Rob Nicholson -
16 Feb 2006 6:09 PM - 7 messages
How do you handle references to a variable in VB.NET? Consider something like this: Public Class MyClass Private m_Widget As MyWidget End Class I realise that if you do something like: m_Widget = New MyWidget The m_Widget holds a reference to the new MyWidget object. If you then do ...
tm -
16 Feb 2006 5:30 PM - 2 messages
I have added a ContextMenuStrip to my form and assigned several controls to it. My question is how can I retrieve the menu item that has been clicked with in the ContextMenuStrip1_Click event and also how do I find the calling control that clicked the menu item? ...
Learner -
16 Feb 2006 5:03 PM - 6 messages
Hi , I am trying to use DateDiff to get the date after subtracting 60 days from today. Please help thanks -L ...
prefersgolfing -
16 Feb 2006 4:35 PM - 12 messages
I'm trying to find on MSDN, or someplace, that speaks to variables being public or private by default. Anyone know where? Thanks. ...
Brian Shafer -
16 Feb 2006 4:27 PM - 2 messages
Hi, I am creating a web app, and using a dataview. I want to be able to put an iframe on around the dataview. How do I do this? Brian ...
Steve Enzer -
16 Feb 2006 4:09 PM - 14 messages
How can I get the login name of the user currently logged into Windows as a string? Thanks, Steve Enzer ...
hayworth@hotmail.com -
16 Feb 2006 4:07 PM - 6 messages
How do I get the color depth of the screen/display adapter with vb.net 2003? Background: We're having transparency problems (long side story and known Windows "bug") that requires our systems to have the Color Depth or "Color Quality" (bits per pixel) of the display adapter (screen) to ...
zacks -
16 Feb 2006 3:44 PM - 3 messages
I asked this question before but got no responses. Let me rephrase the question. I have a class that as a property defined as a list of classes. Public Class ClassA Public Property Prop1 as List(of ClassB) In a code segment, I can add an instance of ClassB to the Prop1 ...
Marc R. -
16 Feb 2006 3:28 PM - 7 messages
Hi all, newbie one again. In a treeview how can I get the selected one to still be "reverse" (as Selected) went control lose focus ? That Will help me to see on which record I work ! Marc R. ...
Thomas Beyerlein -
16 Feb 2006 2:57 PM - 3 messages
Is it possible to have different columns of a datagrid bound to different datatables? I am working on a project and the specks have suddenly changed. Now a item can have multiple reports/ versions assigned to it. But they like ...
d4v3y0rk@gmail.com -
16 Feb 2006 11:51 AM - 2 messages
i have a class i found/wrote (meaning i found it originally and tinkered with it to make it mine) and i would like some suggestions on how to make it better. i am looking for things i need to add, ...
Martin -
16 Feb 2006 11:32 AM - 3 messages
I've been complaing about the VB2005 Help-Information (or rather the lack of it) before, but when I was looking how to set the backstyle of a label control to "Transparent" I found that the VB2005 documentation has reached ...
Larry Lard -
16 Feb 2006 10:43 AM - 2 messages
[the xpost is justifiable, I think] Just now I translated Jon Skeet's WaitHandle.WaitAny / .WaitAll (<[link]) from C# into VB.NET, and after the first go I ran into trouble: ...
JJ -
16 Feb 2006 10:32 AM - 4 messages
I remember reading somewhere that transparent forms will not display correctly on some systems. The Microsoft help says the about the opacity setting: "Windows 2000, Windows Server 2003 family Platform Note: This property has no effect on platforms that cannot display layered windows." ...
Alison Givens -
16 Feb 2006 9:21 AM - 14 messages
....... that nobody knows the answer. I can't imagine that I am the only one that uses parameters in CR. So, my question again: I have the following problem. (VB.NET 2003 with CR) I have a report with a multiple-value discrete value and a rangevalue. ...
James -
16 Feb 2006 9:08 AM - 3 messages
vb.net 2003 i read the msdn documentation on Const ADS_UF_ACCOUNTDISABLE = &H2 how do i use the above to determine whether my account is disabled ? The following does not work. select case userAccountControl case ADS_UF_ACCOUNTDISABLE console.write ("account is disable") ...
rija -
16 Feb 2006 8:28 AM - 2 messages
Hi all, I would like to know how can I do to display print dialog so that the user can choose printer when printing word document object. Basically, I download rtf document on the HD and open it with VB.NET ...
Pieter -
16 Feb 2006 8:07 AM - 7 messages
Hi, I'm trying to use the Edanmo Shell Extension Library ([link]) to make a Context Menu in the Windows Explorer with VB.NET 2005. It seems realy easy ...
Jason Myers -
16 Feb 2006 7:21 AM - 3 messages
Hi I've just wtritten a desktop app using VB.NET 2005 Express Edittion. It makes use of the MS Word 10 Com Components, andsome ZIP libraries that I have. I need the appropriate DLL's to be built into the solution so that ...
Arunabh -
16 Feb 2006 7:08 AM - 2 messages
Hi I try uploading an excel in one of my ASP.NET application where I uplopad data from excel. I find the application works fine, as a whole but when I try to upload one particular excel, the application hangs ...
Captain Frog -
16 Feb 2006 4:19 AM - 5 messages
Hi All, Could anyone tell or point me to the correct syntax for a carriage return and line feed? I've tried vocal in a fixed size array and all I get is a single line text box even though the multiline property is set to true VB ...
Jason -
15 Feb 2006 11:45 PM - 5 messages
Could anyone spare some time and try to help me out. I've got a .txt data file with a name, pin, balance seperated by commas. I am opening the file and using Split to split it between the ,'s I need to ...
FishingScout -
15 Feb 2006 11:18 PM - 5 messages
I am re-writing an MS VC++ 6.0 application in Visual Studio 2005 VB.NET. In order for my new application to communicate with some hardware (an RFID reader) I need to communicate with a DLL that was ...
amruta -
15 Feb 2006 11:06 PM - 4 messages
When Iam doing the following: TextBox19.Text &= objReq.Name & ControlChars.Tab TextBox19.Text &= objReq.Number & ControlChars.Tab ...
John Mason -
15 Feb 2006 10:41 PM - 3 messages
Is it me or has the way interfaces created changed in VB 2005? I have to create a class file and then create the Interface within that, e.g.: to create an Interface called IOrders, I create a class file called ...
fripper -
15 Feb 2006 10:40 PM - 5 messages
I am a real novice when it comes to the graphics class in VB 2005. I have a windows app with a large picture box control with a black background ... except for a small rectangle that has an image in it. A timer fires every ...
Doug Belkofer -
15 Feb 2006 9:49 PM - 3 messages
We have created a fairly complex mixed-mode DLL that we want to use from VB.NET. The mixed-mode DLL is written in C++, and does use the standard C runtime libraries. An unusual thing is happening in that when we look at ...
Tim Dixon -
15 Feb 2006 9:30 PM - 3 messages
Hi, Just a quick question... Has anyone used VB.net to play a flash file? and how is it done? All I need to do is get my VB.NET application to play a flash file until it gets to the stop command within the flash file ...
amruta -
15 Feb 2006 9:17 PM - 2 messages
I need to write something like this in the multi line text box dynamically as the value is obtained. how can i do it example: abce 1232 qwert asdfg qwqw ...
Alec MacLean -
15 Feb 2006 9:01 PM - 2 messages
Hi all, Can anyone tell me if there is any functional difference between declaring an Imports at the individual file level compared with doing it once on the project properties? ( - Other than the scope of the declaration) Thx. Al ...
dm1608 -
15 Feb 2006 8:58 PM - 4 messages
Hello, I'm manually populating a DataGridView instead of using Data Binding. How can I clear the contents of all the rows and/or header quickly? My current method is to loop thru the grid backwards and delete each row ...
Marc -
15 Feb 2006 8:53 PM - 2 messages
Is there an ActiveX object that exists that would allow a legacy MS-DOS program to run in a "windowed" state, but from within a form ? I have found a number of utilities that allow VB to modify the "shell" ...
Dav -
15 Feb 2006 7:43 PM - 5 messages
these com+ objects to .NET (VB.NET) do I still need MTS or does the ..NET framework handle the object pooling and other features of MTS? So, instead of a bunch of COM+ objects on MTS that my asp.net can ...
Mad Scientist Jr -
15 Feb 2006 7:08 PM - 12 messages
I want to check that an array passed in has a certain number of dimensions - is there a way to check for this in framework 1.1 ? ...
neilphan@gmail.com -
15 Feb 2006 6:54 PM - 6 messages
Hi all, I have an application that uses input from a barcode reader via a USB port. My application works fine only if the application HAS FOCUS. If the user opens up another application (not mines) such as ...
DaveS -
15 Feb 2006 6:52 PM - 2 messages
Hi! I am creating a Windows app in VS2005 which will allow the user to choose from different SQL data sources. I could hardcode a selection of connection strings, but I'd rather not (in case a new database is ...
John -
15 Feb 2006 6:36 PM - 2 messages
I pinned the toolbox window down and moved it around, right clicked and selected "Tabbed document" and changed it back to "Dockable". While attempting to move it back to the left side, it did not want to snap back and dock there. It also lost the pin. It simply "sits" there! Autohide ...
Thomas Beyerlein -
15 Feb 2006 6:21 PM - 2 messages
I am trying to open word with process.start but when it opens word it give me a error that says: Word experienced an error Try suggestions: * check the file permissions * Make sure there is sufficient free memory * Open the file with the text recovery ...
Galen Somerville -
15 Feb 2006 6:11 PM - 8 messages
My original program was targetted to Win98 when 800 x 600 was popular. Now converted to VB2005 pro and minimum will be 1024 x 768. I know about the autoresizing at run time but I want the form designer to be ...
Lee Blue -
15 Feb 2006 5:31 PM - 4 messages
I've been having difficulty in finding a good example of how to save a DimeAttachment out to disk in VB.Net. I've got past getting the attachment into my <WebMethod> from a VB6 Soap Client using the low level API. Now it's ...
Mad Scientist Jr -
15 Feb 2006 5:30 PM - 3 messages
If I try splitting a string into an arraylist Dim arrList As New ArrayList arrList = Split("a,b,c", ",") I get this error: Value of type '1-dimensional array of String' cannot ...
Learner -
15 Feb 2006 5:29 PM - 4 messages
Hi there, Ours is an automotive inspection business. All our inspectors inspect the vehicles and took picures as need and upload them to the webserver from where every body will have access to these pictures on the web. As pictures are bieng added on to the webserver onto the webserver ...
Trevor -
15 Feb 2006 4:09 PM - 4 messages
This is driving us mad - please help! Back in 2003, I coded a Windows Service in VB.NET for framework v1.1.4322. I deployed it in Nov. 2003, and it worked fine until the end of May 2005, when it choked (see below). We restarted it, and it worked fine for another ...
Ren -
15 Feb 2006 3:49 PM - 4 messages
Hi all, I'm still rather new to .NET so I hope you'll bear with me as I try and explain my question. I am writing an ASP.NET application using VB.NET. I am accessing a web method ...
Bill Schanks -
15 Feb 2006 3:37 PM - 8 messages
I created an Excel Automation Windows Application (VB.Net 2003) and it works on the development machine fine. However when I run it on another machine I get this error: System.IO.FileNotFoundException: File or assembly name Microsoft.Office.Interop.Excel, or one of its dependencies, was not ...
Ricardo Furtado -
15 Feb 2006 3:09 PM - 2 messages
I've been with a problem for about two months and i've bought books and search the internet for an explanation, and haven't found one. I'm developing a cephalometric software, that needs to capture an image from ...
al jones -
15 Feb 2006 2:46 PM - 2 messages
As a learning exercise in VS 2005 - BASIC, I'm working on a program which may be run on any of the (hopefully) later versions of Windows - assume 98 - XP. Is there a quick / dirty way to determine which is the invalid character in ...
Sergio Gallardo Contreras -
15 Feb 2006 2:28 PM - 2 messages
Hi, I´m using Microsoft Excel 11.0 Object Library in an ASP.NET web application to generate a XLS file. It works fine but sometimes the EXCEL.EXE process remains in the computer, and when I try to kill it, ...
zoneal -
15 Feb 2006 2:07 PM - 5 messages
I have a multi line textbox with word wrap enabled. Is it possible to write code to check if the text of the textbox has continued into the next line and then count the amount of lines? If not possible in a textbox is it possible in a richtextbox? ...
Wayne Wengert -
15 Feb 2006 2:03 PM - 3 messages
I am trying to code a Sub to store some custom values in a profile for a new user registration (ASP.NET 2.0 environment). I copied the basic code from an example I found in a great article ([link] ) but one of ...
Peter Proost -
15 Feb 2006 1:48 PM - 4 messages
Hi group, I've got this bit of code (see below) which draws a basketball field in a picturebox (width:198, height:368) but now I was wondering what would be the easiest way to check inside the picturebox mouseup event if I clicked inside or outside the 3point area, ...
|
|||||||||||||||||||||||