| Thread | Last Post | Replies |
|
| Try Catch Statement help | 16 Nov 2004 18:33 GMT | 4 |
I want to be able to accept a value in "goToTextBox.Text" if it is a decimal value such as 3.4. My Try statement currently catches non-numeric or blank data, which I want to retain. How can I accomplish this? T.I.A.
|
| How do you read data from a USB port? | 16 Nov 2004 18:20 GMT | 3 |
Is there a good source of information on how to read a USB port, in particular reading data from a BarCode reader?
|
| vb.net Excel versions | 16 Nov 2004 18:15 GMT | 11 |
Is there a way, in VB.Net, to write a windows based program that will use more than one version of Office (Excel)? Example: if office 2000 then else if office 2003 then. Is this possible? Examples?
|
| Value of type 'String' cannot be converted to '1-dimensional array of String'. | 16 Nov 2004 18:08 GMT | 6 |
I get :Value of type 'String' cannot be converted to '1-dimensional array of String' refering to curitem Dim curItem As String curItem = ListBox1.SelectedItem
|
| How to set our own information at the time of installation | 16 Nov 2004 16:02 GMT | 2 |
i want to setup my VB.NET application like this: At the time of installation,i want to take information from the user like user name and copany name and Email address and stored those information into database.
|
| Get Files from Network Path | 16 Nov 2004 15:39 GMT | 2 |
I am trying to get the # of current Files in a specific directory I can get it fine if the path is simular to "C:\windows", But not if it is a network path like \\Servername\Directory How can I do this? Or where can I llok to find this information.
|
| Default keypress in another window | 16 Nov 2004 15:31 GMT | 1 |
I am writing an application that needs to fire the print dialog off when it detects it to automate the application. At the moment I can pick up when the print dialog in on the screen but am unable to send the correct message to either send an ALT-P or default key press to the ...
|
| How to remove the icon of child form? | 16 Nov 2004 14:53 GMT | 2 |
Actually, I am showing the icon on MDI form. Hence, I don't want to show any type of icon (including default) on child form. I tried that but I could not able to delete the icon at design time.
|
| Weird 'incorrect syntax near WHERE' message from MessageBox | 16 Nov 2004 14:12 GMT | 4 |
I have a Messagebox that looks like: MessageBox.Show("There are pending changes for this patient. Do you want to continue to close?", "Pending Changes", MessageBoxButtons.YesNo, MessageBoxIcon.Question)
|
| Combo Box - set text problem | 16 Nov 2004 14:09 GMT | 2 |
My combo Box 's datasource is the table without databinding. Now , i need to set some value , I try Me.cboUnit.Text = drInvoice.item("unit") , HOWEVER, it didn't work . I can't assign to that combo box. e,g drInvoice.item("unit") should be 'ABC'
|
| Copy protection | 16 Nov 2004 14:04 GMT | 3 |
Seems like the copy protection (ie licensing/antipiracy) tool that I used with VB6 isn't very compatible with VB.Net. Anyone have a recommendation for one that works well with VB.Net applications? Only basic protection is really needed, so simple to use and cheap are more
|
| installed software directely from ASP page into system | 16 Nov 2004 13:59 GMT | 2 |
i want to install a software directely into my pc from webpage(ASP page). I know the code to download the software from ASP but i want to know how to installed directely into my system.
|
| Export Windows Registry to .REG file | 16 Nov 2004 13:57 GMT | 1 |
How can I export Windows Registry information to a .REG file, using VB .NET? TIA
|
| Icons | 16 Nov 2004 13:39 GMT | 2 |
Is is possible to utilise the icons in shel32.dll and "import" them into an image list, or do I need an icon ripper? If the former is true, I am using XP, but how will it look on systems using 9x or NT4, or 2000???
|
| Progress window not responding | 16 Nov 2004 12:43 GMT | 2 |
I have a progess window with a label and progressbar that get updated once per iteration of a for next loop. Everything works perfect (after I call the Refresh members of any control I change in the loop,. like the label), until the progress window loses focus and gains it back. ...
|