Saturday, January 16, 2010

How can I find out how to use custom controls and OLE?

Common controls and OLE are covered extensively in the MSDN provided with VB, VC, and the rest of the Visual Studio sweet. If you don't have a copy of the MSDN on disk you can also check on Microsofts Virtual MSDN. There are many common controls so it would far to hard to give a overview, but you will also find that many of the common controls follow the same functionallity of the intrinsic controls included in VB.





If you are using VC then you will need to incorperate MFC(Microsoft Foundation Classes) into your application. Also a good reference for code in use is PlanetSourceCode.com and A1VBCode.com.





Hope this helps,


MT

No comments:

Post a Comment