Click here to Skip to main content
15,890,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: scan code for F1-F12 keys Pin
Mark Salsbery25-Sep-08 9:26
Mark Salsbery25-Sep-08 9:26 
QuestionSetWindowPos does nothing Pin
Joschwenk66625-Sep-08 7:48
Joschwenk66625-Sep-08 7:48 
AnswerRe: SetWindowPos does nothing Pin
Mark Salsbery25-Sep-08 9:31
Mark Salsbery25-Sep-08 9:31 
GeneralRe: SetWindowPos does nothing Pin
Joschwenk66626-Sep-08 5:04
Joschwenk66626-Sep-08 5:04 
GeneralRe: SetWindowPos does nothing Pin
Mark Salsbery26-Sep-08 5:17
Mark Salsbery26-Sep-08 5:17 
GeneralRe: SetWindowPos does nothing Pin
Joschwenk66628-Sep-08 21:53
Joschwenk66628-Sep-08 21:53 
QuestionHow can I understand if a named pipe is existing? Pin
sashoalm25-Sep-08 6:30
sashoalm25-Sep-08 6:30 
AnswerRe: How can I understand if a named pipe is existing? Pin
JudyL_MD25-Sep-08 11:34
JudyL_MD25-Sep-08 11:34 
Why don't you try calling CreateFile without the server running and see what you get? I bet that CreateFile returns something like ERROR_FILE_NOT_FOUND since the pipe doesn't exist yet and you are correctly specifying OPEN_EXISTING. Once you have that "doesn't exist" error, simply loop and repetitively call it until it returns success.

Judy
GeneralRe: How can I understand if a named pipe is existing? Pin
sashoalm25-Sep-08 12:31
sashoalm25-Sep-08 12:31 
GeneralRe: How can I understand if a named pipe is existing? Pin
JudyL_MD25-Sep-08 12:36
JudyL_MD25-Sep-08 12:36 
QuestionWM_NOTIFY in VS 2008 Pin
Cpt Rick25-Sep-08 4:47
Cpt Rick25-Sep-08 4:47 
QuestionRe: WM_NOTIFY in VS 2008 Pin
Mark Salsbery25-Sep-08 5:29
Mark Salsbery25-Sep-08 5:29 
AnswerRe: WM_NOTIFY in VS 2008 Pin
Cpt Rick25-Sep-08 6:31
Cpt Rick25-Sep-08 6:31 
GeneralRe: WM_NOTIFY in VS 2008 Pin
Mark Salsbery25-Sep-08 7:19
Mark Salsbery25-Sep-08 7:19 
AnswerRe: WM_NOTIFY in VS 2008 Pin
Mark Salsbery25-Sep-08 5:35
Mark Salsbery25-Sep-08 5:35 
QuestionTimer code that executes a script after a fixed interval Pin
yonifra25-Sep-08 4:33
yonifra25-Sep-08 4:33 
AnswerRe: Timer code that executes a script after a fixed interval Pin
led mike25-Sep-08 4:40
led mike25-Sep-08 4:40 
GeneralRe: Timer code that executes a script after a fixed interval Pin
yonifra25-Sep-08 5:04
yonifra25-Sep-08 5:04 
QuestionMPEG4 Conversion Pin
lal001225-Sep-08 3:44
lal001225-Sep-08 3:44 
AnswerRe: MPEG4 Conversion Pin
Rajesh R Subramanian25-Sep-08 3:58
professionalRajesh R Subramanian25-Sep-08 3:58 
AnswerRe: MPEG4 Conversion Pin
bulg25-Sep-08 7:05
bulg25-Sep-08 7:05 
AnswerRe: MPEG4 Conversion Pin
cmk25-Sep-08 10:27
cmk25-Sep-08 10:27 
AnswerRe: MPEG4 Conversion Pin
Chandrasekharan P25-Sep-08 18:27
Chandrasekharan P25-Sep-08 18:27 
Questionproblem with singleton class Pin
SRKSHOME25-Sep-08 2:50
SRKSHOME25-Sep-08 2:50 
AnswerRe: problem with singleton class Pin
Cedric Moonen25-Sep-08 2:57
Cedric Moonen25-Sep-08 2:57 

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.