
Run-time error '339': Component 'COMDLG32.OCX' or one of its ...
Nov 15, 2012 · 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 …
Listview Item Double Click - social.msdn.microsoft.com
Mar 16, 2010 · However, double clicking on an item, calls the "Item Check" event and the checked Status is toggled (Becomes checked if un-checked and vice-versa)
ShiftConstants and smartmenuxp control
May 8, 2007 · Question 0 Sign in to vote I am trying to upgrade a project which uses an activex control called smartmenuxp When using this control I need to use a function to build a menu structure, this is …
Unable to set transparency for label control on shape
Sep 22, 2011 · I tried setting up a transparent picture box as mentioned in several postings but couldn't get it to work with Visual Studio 2010. The label would disappear when the form was displayed.
Can you Update MSAccess schema with ado.net without using adodb
May 11, 2010 · Using the ado.net connect schema you can get the schema from a access database. I can use the alter statement to add a field, but I want to update the descrption and default properties. …
Deleting a record from dataset - social.msdn.microsoft.com
Dec 2, 2005 · 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 …
how do I retrieve the display settings
Dec 11, 2008 · I am having resize problems with my software and I need to somehow change dimensions of things thru code in order for things to fit in the interface window!
How to correctly create class events in C# to be consumed by COM ...
Nov 16, 2011 · In this C# class library, I have added an event to the class. But I don't seem to be able to get this event correctly set-up to be consumable by Visual BASIC 6.
Some vba experience - should I learn visualbasic.net or c#?
Oct 10, 2017 · The Microsoft Language Team has worked hard to ensure parity between the two .Net languages – C# and Visual Basic. Someone wonder the future of VB.NET, it will not go the end, we …
Grafico a linee in funzione del tempo - social.msdn.microsoft.com
In pratica io ho una label che mi visualizza il contenuto di una variabile la quale si aggiorna ogni secondo e mostra la temperatura, come faccio a far visualizzare un grafico a linee,sul form, in …