- Strength to Increase Rep
- +4
- Strength to Decrease Rep
- -1
- Upvotes Received
- 5
- Posts with Upvotes
- 2
- Upvoting Members
- 5
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Re: I have not been using VB for very long but this is how I have been getting the mouse postion on the screen. [CODE] Dim MousePosition As Point MousePosition = Cursor.Position[/CODE] I hope this helps:) | |
Hi I'm trying to display the version number of my application on the screen using the code below. [CODE]Version = My.Application.Info.Version.ToString[/CODE] When ever this line of code runs Version always ends up being 1.0.0.0 but my publish version number is 1.0.0.33 Is the My.Application.Info.Version not the same as the publish … | |
Hello I have written a piece of code that works fine on my computer and all other computers that I have tried it on when running XP. I have tried it on a few machines running vista and they have all worked fine but one of my customers is running … | |
Hello I have an array of boolean data that I'm trying to display on the screen using 144 check boxes. Is there an easy way of updating all 144 check boxes with the data from an array and an easy way to update the array when changes are made to … | |
Re: At least try and write the code your self and then come back here and quote bit's of your code that don't work. People will be more inclined to help you if it looks like you are at least trying to learn something yourself rather than getting other people to … | |
Hello I have an array of 50 text strings, is there any way that i can easily link each item in the array to a different text box on the screen? and then to have the text boxes auto update if the array changes? Thanks Simon | |
When I install my application I would like a shortcut to be added to the desktop. How can i do this? I am running Visual Studio 2005 Standard Edition Thanks Simon | |
Hello I'm writing my first ever VB program. I'm using 2 combo boxes to allow the user to select 2 different pieces of information. Is there any way that I can make my program automaticaly open the first combo box up at startup so the user can easily see what … | |
Hi I have writen a program that has some textboxes on the screen. The program is being used on different pcs, some of them are running XP and other are running Vista. On the XP machines if you right click in any of the text boxes you get the following … | |
Hi I have written an application that runs in a window about a quarter of the size of the screen. If I have another window open on the screen at the same time and then drag that program across my application it looks like everything in my application gets wiped … | |
Hi I have some code that reads data from the RS232 port. Some of this data I need to read as HEX and Binnary data. Can someone point me in the right direction as to how I do this? Thanks Simon | |
Re: What you trying to do?? Are you talking about changing text inside a text box ? Try NameOfTextBox.Text = "New Text here" Simon | |
Hello I want to cause a time dealy or 100ms in the middle of my code. Can anyone help me on how I can achive this. Thanks Simon | |
Re: [url]http://msdn.microsoft.com/vstudio/express/beginner/default.aspx[/url] Try watching the tutorials here, I found them quite good although I did end up playing them at 1.5 times speed as the the person is quite slow at talking:) | |
Hello I have been learning to program using Visual Studio Express as it is free and wanted to ensure I could do everything I wanted to do before spending money on software. Now the project that I'm working on is going ahead it's time I spent some money on the … | |
I have written software that creates a text file, the text file contains colums of data. When I view and print the text file using notepad all the colums line up correctly. I am now trying to print the text file using a button on my form but every time … | |
Hi I'm using Visual Studio 2005 to develope a piece of software. I have used the publish button to produce the files to install my application onto another pc but it does not automaticaly put a shour cut on the desktop for me. Is there a setting somewhere that I'm … |