opening .cpl file
hi,
i would like to open the NETCPL.CPL (ie the Network dialog that opens on Control Panel->Network) from the application. how should i do that. can anyone help me
[170 byte] By [
amspa] at [2007-11-18 5:26:21]

# 1 Re: opening .cpl file
Try this. I tested it and it's ok.
ShellExecute(NULL, "open", "rundll32.exe", "shell32.dll,Control_RunDLL NETCPL.CPL,", NULL, SW_SHOW);
Hope this will help you