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

C / C++ / MFC

 
GeneralRe: scrollbars (hiding the thumb) Pin
Anders Molin25-Jun-02 10:45
professionalAnders Molin25-Jun-02 10:45 
GeneralRe: scrollbars (hiding the thumb) Pin
25-Jun-02 23:23
suss25-Jun-02 23:23 
GeneralPassing in Argvs in windows Pin
Unplugged25-Jun-02 9:38
Unplugged25-Jun-02 9:38 
GeneralRe: Passing in Argvs in windows Pin
Anders Molin25-Jun-02 9:44
professionalAnders Molin25-Jun-02 9:44 
GeneralRe: Passing in Argvs in windows Pin
Unplugged25-Jun-02 9:49
Unplugged25-Jun-02 9:49 
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 
WinMain(), as you've seen, doesn't have the argc/argv params. You can access them via the lpCmdLine parameter to WinMain(). Alternatively, there are __argc and __argv variables that the CRT sets up for you that work like argc/argv.

--Mike--
Just released - RightClick-Encrypt - Adds fast & easy file encryption to Explorer
My really out-of-date homepage
Sonork-100.19012 Acid_Helm

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 
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 

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.