Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
5
Posts with Upvotes
2
Upvoting Members
5
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
~42.6K People Reached
Favorite Forums
Member Avatar for vbpro

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:)

Member Avatar for Luc001
0
31K
Member Avatar for blondie.simon

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 …

Member Avatar for Djoulz
0
8K
Member Avatar for blondie.simon

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 …

Member Avatar for karthiyayiniyp
0
212
Member Avatar for blondie.simon

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 …

Member Avatar for blondie.simon
0
212
Member Avatar for abdulgirei

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 …

Member Avatar for joycekram1021
-1
1K
Member Avatar for blondie.simon

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

Member Avatar for matt.clark.228
0
89
Member Avatar for blondie.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

Member Avatar for kishorrana
0
119
Member Avatar for blondie.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 …

Member Avatar for issac.pena
0
287
Member Avatar for blondie.simon

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 …

Member Avatar for ericstenson
0
122
Member Avatar for blondie.simon

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 …

Member Avatar for blondie.simon
0
88
Member Avatar for blondie.simon

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

0
73
Member Avatar for bcm

What you trying to do?? Are you talking about changing text inside a text box ? Try NameOfTextBox.Text = "New Text here" Simon

Member Avatar for blondie.simon
0
66
Member Avatar for blondie.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

Member Avatar for blondie.simon
0
95
Member Avatar for umamaheswari

[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:)

Member Avatar for vbsqluser
0
86
Member Avatar for blondie.simon

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 …

Member Avatar for TaoistTotty
0
93
Member Avatar for blondie.simon

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 …

Member Avatar for blondie.simon
0
79
Member Avatar for blondie.simon

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 …

Member Avatar for arjunsasidharan
0
104