| Thread | Last Post | Replies |
|
| Data type conversion | 08 Jun 2005 15:53 GMT | 1 |
Hi, I need help with a Error message. It is do to a datatype conversion of a varchar to a float. If anyone has code to convert or an away around this problem that would be great.
|
| Application Error - Memory could not be "read" | 08 Jun 2005 15:46 GMT | 2 |
Any help appreciated... I am using a third party DLL file to access an HMI using ethernet. The function is declared in a VB module as: 'Read internal word address Public Declare Function HKEtn_ReadInternalMemory Lib "HKEserv.dll" _
|
| Strange Problem | 08 Jun 2005 15:35 GMT | 15 |
im running the code below when a new item is selected within a combobox the code runs fine but when it gets to me.close it crashes - it doesnt start the next form just crashes (its not debugabble) it seems to be a problem with the .net framwork - have i done something silly, or have ...
|
| Secure connection to SQL over internet? | 08 Jun 2005 15:30 GMT | 2 |
Hi - I need to distribute to customers a VB.net program that will access a SQL db that is available out on the internet. The db uses SQL authentication. What would I need to do to protect the SQL login credentials from
|
| Setting Manufacturer | 08 Jun 2005 15:20 GMT | 3 |
I'm getting forgetful - can someone please remind me where I can edit the 'Manufacturer' setting in VB.Net 2003 Pro, ie the string that's used for the default outer folder name during the standard deployment process?
|
| Combobox bug | 08 Jun 2005 15:19 GMT | 5 |
I've setup a custom combobox control that allows a multikey selections. This lets the user enter key presses and the combo scrolls to the matching selection. I run into a bug when the user opens the dropdown and enters a new character which the box auto scrolls to. The ...
|
| getting 16x16 icon from icon file | 08 Jun 2005 12:46 GMT | 3 |
I have icons which contain 16x16, 24x24, and 32x32 icons in the single file and it is embedded as a resource... I need to get a 16x16 icon only out of it, how would i go about doing that? ive tried this Dim ico As Drawing.Icon = New
|
| Streamwriter | 08 Jun 2005 11:28 GMT | 5 |
Dim sw As New IO.StreamWriter("File path") sw.WriteLine ("This is a line of text") sw.Flush() sw.Close
|
| Reference VB.Net exe in Visual Basic Project | 08 Jun 2005 11:19 GMT | 4 |
I am new to .Net programmimg. Please let me know if it is possible to refer .Net exe in a visual basic project. If so what are the steps I need to follow. TIA
|
| Attaching the .net debugger to process | 08 Jun 2005 11:15 GMT | 2 |
Any Ideas? Attaching the .net debugger to process '[3668] winformhello.exe' on machine 'PC50781' failed. Error code 0x80040001.
|
| How to unzip file in vb? | 08 Jun 2005 10:56 GMT | 3 |
Is there any free resource to do that? Thanks.
|
| deploying CDO objects with application | 08 Jun 2005 10:49 GMT | 3 |
I want to ensure that the end user has CDO objects installed on their system (using the mail object in the server app) how can i include them in the installer to make sure they do have them? thanks
|
| What's the difference between a function and a sub? | 08 Jun 2005 10:02 GMT | 13 |
I am a newbie to C# and have come across some VB .NET code in my studies. I notice that VB uses functions and subs, and was wondering what the difference was. Is it that one has a return value and the other doesn't?
|
| Tutorial problem | 08 Jun 2005 09:56 GMT | 1 |
Whenever I open a tutorial project to try out, there are exclaimations (!) over each form. What does that mean and how do you stop that from happening? Any help is appreciated. George
|
| Sending/Receiving Faxes in VB.NET | 08 Jun 2005 08:42 GMT | 1 |
I installed Window Faxserver on a Win 2003. I'm looking for sample source codes to send/receive faxes programmatically in VB.NET Thanks Bill
|