![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| |||
| |||
Hi, when i tried to show the network connection dialog programatically as follows HMODULE hModule = LoadLibrary("Shell32.dll"); if (hModule) { pEntryPoint = (PFUNCTION_ENTRYPOINT) GetProcAddress (hModule, "Control_RunDLLW"); } if (pEntryPoint) { pEntryPoint(hParent, hInst, ncpa.cpl, SW_SHOW); } Its not working....But if i give the .cpl name as Run command its works.... please provide me some solutions regards, mkrstvm@yahoo.co.in |
| Sponsored Links |