Click here to Skip to main content
15,920,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to change window size Pin
prithaa21-Nov-07 21:30
prithaa21-Nov-07 21:30 
GeneralRe: How to change window size Pin
Hamid_RT21-Nov-07 21:38
Hamid_RT21-Nov-07 21:38 
GeneralRe: How to change window size Pin
prithaa21-Nov-07 22:14
prithaa21-Nov-07 22:14 
GeneralRe: How to change window size Pin
Hamid_RT22-Nov-07 0:21
Hamid_RT22-Nov-07 0:21 
Questionmy method to optimize application startup performance Pin
George_George21-Nov-07 20:39
George_George21-Nov-07 20:39 
AnswerRe: my method to optimize application startup performance Pin
jhwurmbach21-Nov-07 21:11
jhwurmbach21-Nov-07 21:11 
GeneralRe: my method to optimize application startup performance Pin
George_George21-Nov-07 21:23
George_George21-Nov-07 21:23 
GeneralRe: my method to optimize application startup performance Pin
jhwurmbach21-Nov-07 21:41
jhwurmbach21-Nov-07 21:41 
The startup code is what makes you code into a windows-specific program.
You can get away without it, if your program e.g. gets some command-line arguments, reads a certain file and writes it back.
As long as you stick to old c-lib or C++-lib functions, there is no need to be windows proprietary.

If you want to read more, MSDN has topics about WinMain, CWinApp and "General MFC topics".



Let's think the unthinkable, let's do the undoable, let's prepare to grapple with the ineffable itself, and see if we may not eff it after all.
Douglas Adams, "Dirk Gently's Holistic Detective Agency"

QuestionCDatabase's ExecuteQuery Pin
prithaa21-Nov-07 20:19
prithaa21-Nov-07 20:19 
AnswerRe: CDatabase's ExecuteQuery Pin
Gofur Halmurat22-Nov-07 1:48
Gofur Halmurat22-Nov-07 1:48 
GeneralRe: CDatabase's ExecuteQuery Pin
prithaa22-Nov-07 20:28
prithaa22-Nov-07 20:28 
GeneralRe: CDatabase's ExecuteQuery Pin
Gofur Halmurat23-Nov-07 2:46
Gofur Halmurat23-Nov-07 2:46 
QuestionProblem while Running the Application in Release Configuration Pin
ss43121-Nov-07 20:15
ss43121-Nov-07 20:15 
AnswerRe: Problem while Running the Application in Release Configuration Pin
Cedric Moonen21-Nov-07 20:29
Cedric Moonen21-Nov-07 20:29 
AnswerRe: Problem while Running the Application in Release Configuration Pin
only coder21-Nov-07 20:38
only coder21-Nov-07 20:38 
Questionproblem retrieving service failure action Pin
nitin321-Nov-07 19:51
nitin321-Nov-07 19:51 
QuestionIntercepting media stream from a running application Pin
Reena Nair21-Nov-07 19:31
Reena Nair21-Nov-07 19:31 
AnswerRe: Intercepting media stream from a running application Pin
Mark Salsbery22-Nov-07 7:16
Mark Salsbery22-Nov-07 7:16 
QuestionRegistering files with application Pin
nbugalia21-Nov-07 19:27
nbugalia21-Nov-07 19:27 
Questionstruck with OnPaint Pin
kk.tvm21-Nov-07 17:47
kk.tvm21-Nov-07 17:47 
AnswerRe: struck with OnPaint Pin
manish.patel21-Nov-07 18:15
manish.patel21-Nov-07 18:15 
AnswerRe: struck with OnPaint Pin
manish.patel21-Nov-07 18:18
manish.patel21-Nov-07 18:18 
AnswerRe: struck with OnPaint Pin
Hamid_RT21-Nov-07 18:53
Hamid_RT21-Nov-07 18:53 
GeneralRe: struck with OnPaint Pin
kk.tvm21-Nov-07 19:09
kk.tvm21-Nov-07 19:09 
GeneralRe: struck with OnPaint Pin
manish.patel21-Nov-07 19:17
manish.patel21-Nov-07 19:17 

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.