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.
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.
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.
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.
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.
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?)
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.