@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Registers specific common control classes from the common control DLL !!!!C# Signature: [DllImport( "comctl32.dll", EntryPoint = "InitCommonControlsEx", CallingConvention = CallingConvention.StdCall)] static extern bool InitCommonControlsEx (ref INITCOMMONCONTROLSEX iccex); !!!!VB Signature: Declare Function InitCommonControlsEx Lib "comctl32.dll" (ByRef iccex as INITCOMMONCONTROLSEX ) As Boolean !!!!User-Defined Types: [INITCOMMONCONTROLSEX] !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: InitCommonControlEx(); !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: InitCommonControlsEx@msdn on MSDN
Edit comctl32.InitComm...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.