Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/vstudio/e…
Could not retrieve schema from my database.
Yeah, I was trying to use SQL, but I could never get my connection open. So I decided to use MS Access. I reinstalled Visual Basic Express 2010, but it didn't work. I don't have SQL Server Express in my control panel anymore. If you found my post helpful, please give me a recognition point on the left hand side of my post.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/officeocs…
Run-time error '339': Component 'COMDLG32.OCX' or one of its ...
When you upgrade a VB6 project that contains VB6 ActiveX controls, or when you try to use VB6 ActiveX controls in Visual Studio .NET, those controls must be installed and licensed on the target system. But Visual Studio .NET don’t install the license information for Visual Basic 6.0 ActiveX controls.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/en-US/b95…
Data binding boolean field - social.msdn.microsoft.com
Archived Forums 441-460 > Visual Studio Smart Device Development – Visual Basic and C# Projects
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/vstud…
Need help with C# and Motorola MC9090 external serial port via ADP9000-100
Can anyone help me with access to the power on the external COM port on the MC9090? I am able to read and write the serial port from a C# program (via an ADP9000-100 adapter on the bottom of the computer). The serial port shows up as COM1 and I'm able to read and write to it. I can see the data on the external pins with a scope and I can loop data back with an external wire.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/en-US/8cc…
Deleting a record from dataset - social.msdn.microsoft.com
I have a form with a List box that is populated by the dataset and displays the information column from the above table. When a user selects one of the items in the list box and clicks a Delete button I want to delete the record for that item.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
Sendkeys to batch file - social.msdn.microsoft.com
When i step through the program i dont get any errors although the visual basic editior always jumps back to the top preventing the sendkeys from working.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/vstudio/e…
Easy-way-to-convert-code-from-vb6-to-vb-net-in-vs2010
Visual Basic 2008 Express Edition is free and can import VB project files (vbp). I don't think it can import .vb files except that they are just plaintext, remember the forms are a separate file (.frx?)
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/vstud…
How to link private characters of EUDCEDIT to all fonts in VB ...
Is possible to create app in Visual Basic which links private characters to all fonts? Better Q is: Can it VB do, if how? Thank you for each help.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/vstudio/e…
visual basic program to get or read data from Thingspeak (a cloud platform)
Hi do anyone know how to/have tried writing a visual basic program to get or read data from Thingspeak (a cloud platform)?
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
How to add code to a self generated excel sheet
The above needs the reference to Microsoft Visual basic for extensibility ticked under tools - references on the VBE menu. The code can either be added from a string as above or from a text file.