Click here to Skip to main content
15,905,414 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Invert ARGB Pin
bob1697230-Aug-08 11:52
bob1697230-Aug-08 11:52 
GeneralRe: Invert ARGB Pin
Mark Salsbery30-Aug-08 11:58
Mark Salsbery30-Aug-08 11:58 
QuestionLooking for C++ CWnd equivalent of C#'s Control.Invoke, Control.IsInvokeRequired Pin
Ohad Maishar30-Aug-08 6:13
Ohad Maishar30-Aug-08 6:13 
AnswerRe: Looking for C++ CWnd equivalent of C#'s Control.Invoke, Control.IsInvokeRequired Pin
Mark Salsbery30-Aug-08 6:46
Mark Salsbery30-Aug-08 6:46 
Questionopening network connections Pin
VCProgrammer30-Aug-08 1:50
VCProgrammer30-Aug-08 1:50 
AnswerRe: opening network connections Pin
Dr. Emmett Brown30-Aug-08 3:34
Dr. Emmett Brown30-Aug-08 3:34 
QuestionRe: opening network connections Pin
David Crow30-Aug-08 4:30
David Crow30-Aug-08 4:30 
AnswerRe: opening network connections Pin
Mark Salsbery30-Aug-08 6:41
Mark Salsbery30-Aug-08 6:41 
The control panel "dialog"?

If so...

// On Vista:
::CreateProcess(_T("C:\\Windows\\System32\\control.exe"),
_T(" /name Microsoft.NetworkAndSharingCenter"),
...

// On older OSs (I didn't test this):
::CreateProcess(_T("C:\\Windows\\System32\\control.exe"),
_T(" ncpa.cpl"),
...

And if that's the wrong dialog, never mind Smile | :)

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: opening network connections Pin
VCProgrammer31-Aug-08 20:16
VCProgrammer31-Aug-08 20:16 
GeneralRe: opening network connections Pin
VCProgrammer31-Aug-08 20:41
VCProgrammer31-Aug-08 20:41 
QuestionCreate folders in VC++ Pin
AnithaSubramani30-Aug-08 0:14
AnithaSubramani30-Aug-08 0:14 
AnswerRe: Create folders in VC++ Pin
Rane30-Aug-08 0:31
Rane30-Aug-08 0:31 
GeneralRe: Create folders in VC++ Pin
AnithaSubramani30-Aug-08 0:35
AnithaSubramani30-Aug-08 0:35 
GeneralRe: Create folders in VC++ Pin
santhoshv8430-Aug-08 1:30
santhoshv8430-Aug-08 1:30 
GeneralRe: Create folders in VC++ Pin
zafersavas30-Aug-08 5:13
zafersavas30-Aug-08 5:13 
QuestionRegEnumValue : Not able to retreive registry value for Date format.. Pin
Supriya Tonape29-Aug-08 23:56
Supriya Tonape29-Aug-08 23:56 
AnswerRe: RegEnumValue : Not able to retreive registry value for Date format.. Pin
Supriya Tonape30-Aug-08 0:04
Supriya Tonape30-Aug-08 0:04 
GeneralRe: RegEnumValue : Not able to retreive registry value for Date format.. Pin
David Crow30-Aug-08 4:24
David Crow30-Aug-08 4:24 
GeneralRe: RegEnumValue : Not able to retreive registry value for Date format.. Pin
Supriya Tonape31-Aug-08 21:48
Supriya Tonape31-Aug-08 21:48 
GeneralRe: RegEnumValue : Not able to retreive registry value for Date format.. Pin
David Crow1-Sep-08 3:58
David Crow1-Sep-08 3:58 
GeneralRe: RegEnumValue : Not able to retreive registry value for Date format.. Pin
Supriya Tonape1-Sep-08 4:00
Supriya Tonape1-Sep-08 4:00 
GeneralRe: RegEnumValue : Not able to retreive registry value for Date format.. Pin
Supriya Tonape1-Sep-08 4:13
Supriya Tonape1-Sep-08 4:13 
GeneralRe: RegEnumValue : Not able to retreive registry value for Date format.. Pin
Supriya Tonape1-Sep-08 4:42
Supriya Tonape1-Sep-08 4:42 
GeneralRe: RegEnumValue : Not able to retreive registry value for Date format.. Pin
smags1321-Sep-09 7:12
smags1321-Sep-09 7:12 
QuestionCopy one file to temp file Pin
manju#12329-Aug-08 23:42
manju#12329-Aug-08 23:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.