Click here to Skip to main content
16,006,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Passing in Argvs in windows Pin
Anders Molin25-Jun-02 10:40
professionalAnders Molin25-Jun-02 10:40 
GeneralRe: Passing in Argvs in windows Pin
Joaquín M López Muñoz25-Jun-02 10:43
Joaquín M López Muñoz25-Jun-02 10:43 
GeneralRe: Passing in Argvs in windows Pin
Michael Dunn25-Jun-02 17:54
sitebuilderMichael Dunn25-Jun-02 17:54 
QuestionSendMessage to notePad. feasible? Pin
eynats25-Jun-02 9:27
eynats25-Jun-02 9:27 
AnswerRe: SendMessage to notePad. feasible? Pin
Jason Henderson25-Jun-02 11:07
Jason Henderson25-Jun-02 11:07 
AnswerRe: SendMessage to notePad. feasible? Pin
Tim Deveaux25-Jun-02 13:53
Tim Deveaux25-Jun-02 13:53 
GeneralRe: SendMessage to notePad. feasible? Pin
eynats25-Jun-02 18:52
eynats25-Jun-02 18:52 
GeneralRe: SendMessage to notePad. feasible? Pin
26-Jun-02 5:23
suss26-Jun-02 5:23 
Yes, you can use this trick to do that.

You'll find 2 windows in notepad - the main frame window (whose handle you can FindWindow based on the caption - e.g. "Untitled - Notepad") - and its child, which is an edit box.

To type text into notepad, post the key stuff to the edit box.

To send a key that will close the messagebox (Y, N, ESC), send it to the main window.


QuestionHow to deal with Ghost windows in XP System? Pin
Michael Liu25-Jun-02 7:55
Michael Liu25-Jun-02 7:55 
GeneralOpen URL in *new* browser instance Pin
Ravi Bhavnani25-Jun-02 7:01
professionalRavi Bhavnani25-Jun-02 7:01 
GeneralRe: Open URL in *new* browser instance Pin
Jeremy Falcon25-Jun-02 7:07
professionalJeremy Falcon25-Jun-02 7:07 
GeneralRe: Open URL in *new* browser instance Pin
Scott H. Settlemier27-Jun-02 9:30
Scott H. Settlemier27-Jun-02 9:30 
GeneralRe: Open URL in *new* browser instance Pin
Hans Dietrich25-Jun-02 9:52
mentorHans Dietrich25-Jun-02 9:52 
GeneralEscape sequences Pin
Hans Ruck25-Jun-02 6:43
Hans Ruck25-Jun-02 6:43 
GeneralRe: Escape sequences Pin
Jeremy Falcon25-Jun-02 6:54
professionalJeremy Falcon25-Jun-02 6:54 
GeneralRe: Escape sequences Pin
Hans Ruck25-Jun-02 7:21
Hans Ruck25-Jun-02 7:21 
GeneralThread priority Pin
Rage25-Jun-02 5:48
professionalRage25-Jun-02 5:48 
GeneralRe: Thread priority Pin
Joaquín M López Muñoz25-Jun-02 8:48
Joaquín M López Muñoz25-Jun-02 8:48 
GeneralRe: Thread priority Pin
Rage25-Jun-02 21:48
professionalRage25-Jun-02 21:48 
GeneralRe: Thread priority Pin
Bill Wilson25-Jun-02 12:42
Bill Wilson25-Jun-02 12:42 
GeneralICM 2.0 Question re: Bitmap.exe util Pin
Douglas Troy25-Jun-02 5:19
Douglas Troy25-Jun-02 5:19 
GeneralRe: ICM 2.0 Question re: Bitmap.exe util Pin
Anders Molin25-Jun-02 7:24
professionalAnders Molin25-Jun-02 7:24 
GeneralRe: ICM 2.0 Question re: Bitmap.exe util Pin
Douglas Troy25-Jun-02 9:22
Douglas Troy25-Jun-02 9:22 
GeneralMessaging via CMC Pin
Senkwe Chanda25-Jun-02 4:15
Senkwe Chanda25-Jun-02 4:15 
GeneralRe: Messaging via CMC Pin
25-Jun-02 6:55
suss25-Jun-02 6:55 

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.