Use VB6 ActiveX controls with VB.NET
It is possible to use VB6 ActiveX controls – such as ADO Data Control, Chart Control, Comm Control, and the Windowless controls – with the designer of Visual Studio .NET,
It is possible to use VB6 ActiveX controls – such as ADO Data Control, Chart Control, Comm Control, and the Windowless controls – with the designer of Visual Studio .NET,
If your solution contains a setup project and this setup project has been built at least once, you get an Assembly Load error when you run the Inheritance Picker in
When you need a timer for a larger interval than the Timer control allows, insert this code into a BAS module. The procedure starts when the timer interval has passed:
If you have dynamically generated form controls on a Web page, all with the same name, this is a good way to parse out each control’s value and load them
The Option button is a convenient way to display multiple options from which only one can be selected. One problem is that the Option button cannot be bound to a
Many professional applications are required to display a version number on all screens to indicate to users which version of the app is currently running. This also helps with configuration