Forum: VB.NET Mar 5th, 2008 |
| Replies: 5 Views: 2,062 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 |
Forum: VB.NET Feb 21st, 2008 |
| Replies: 1 Views: 3,674 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... |
Forum: VB.NET Jan 18th, 2008 |
| Replies: 1 Views: 1,150 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... |
Forum: VB.NET Dec 11th, 2007 |
| Replies: 2 Views: 2,148 It shouldn't be doing anything. |
Forum: Assembly Dec 10th, 2007 |
| Replies: 6 Views: 12,564 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... |
Forum: VB.NET Dec 10th, 2007 |
| Replies: 2 Views: 2,148 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... |
Forum: VB.NET Oct 26th, 2007 |
| Replies: 0 Views: 2,696 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
... |
Forum: VB.NET Sep 3rd, 2007 |
| Replies: 3 Views: 7,376 Ah ok, I was hoping that each time I published my code after making changes the version number would auto increment without me having to do anything. Looks like My.Application.Info.Version is not... |
Forum: VB.NET Sep 3rd, 2007 |
| Replies: 3 Views: 7,376 Hi
I'm trying to display the version number of my application on the screen using the code below.
Version = My.Application.Info.Version.ToString
When ever this line of code runs Version... |
Forum: VB.NET Aug 21st, 2007 |
| Replies: 1 Views: 1,191 What you trying to do?? Are you talking about changing text inside a text box ?
Try
NameOfTextBox.Text = "New Text here"
Simon |
Forum: VB.NET Aug 17th, 2007 |
| Replies: 2 Views: 1,485 |
Forum: VB.NET Aug 17th, 2007 |
| Replies: 2 Views: 1,485 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 |
Forum: VB.NET Aug 3rd, 2007 |
| Replies: 4 Views: 1,584 http://msdn.microsoft.com/vstudio/express/beginner/default.aspx
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... |
Forum: VB.NET Aug 2nd, 2007 |
| Replies: 1 Views: 726 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... |
Forum: VB.NET Jul 31st, 2007 |
| Replies: 6 Views: 1,695 Thanks for that :) It worked a treat |
Forum: VB.NET Jul 31st, 2007 |
| Replies: 6 Views: 1,695 |
Forum: VB.NET Jul 31st, 2007 |
| Replies: 6 Views: 1,695 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... |
Forum: VB.NET Jul 29th, 2007 |
| Replies: 11 Views: 5,280 sending %{DOWN} which I think is sending Alt + the down arrow key does not seem to do anything. Lucky all the items in my selection box all start with an open bracket so by sending that it opens up... |
Forum: VB.NET Jul 26th, 2007 |
| Replies: 1 Views: 1,509 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... |
Forum: VB.NET Jul 26th, 2007 |
| Replies: 11 Views: 5,280 Great Idea :-) Thanks
Simon |
Forum: VB.NET Jul 26th, 2007 |
| Replies: 11 Views: 5,280 That works but ut would be nice to be able to have the list box pulled down so that it draws the attention of the user to the box so they know that they need to select an item from the list. |
Forum: VB.NET Jul 26th, 2007 |
| Replies: 11 Views: 5,280 year i tried that but I prefer the way the Combo box looks and works to the List Box. |
Forum: VB.NET Jul 25th, 2007 |
| Replies: 11 Views: 55,837 I have not been using VB for very long but this is how I have been getting the mouse postion on the screen.
Dim MousePosition As Point
MousePosition = Cursor.Position
I hope this... |
Forum: VB.NET Jul 25th, 2007 |
| Replies: 11 Views: 5,280 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... |