Click here to Skip to main content
15,928,207 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to mimic the Windows XP Welcome Screen in MFC ? Pin
Waldermort11-Feb-07 20:47
Waldermort11-Feb-07 20:47 
There is nothing special about the welcome screen. It is just a full screen window with a few skinned controls.

In your case, it may be better to use a CDialog, that way you can run and destroy it before you main window appears. Look on CP for articles about skinning controls. If you want it to be fullscreen, make the dialog topmost, remove all borders, and adjust the size so that it fills the screen.
GeneralRe: How to mimic the Windows XP Welcome Screen in MFC ? Pin
erajsri11-Feb-07 20:57
erajsri11-Feb-07 20:57 
GeneralRe: How to mimic the Windows XP Welcome Screen in MFC ? Pin
Waldermort11-Feb-07 21:17
Waldermort11-Feb-07 21:17 
QuestionStatus Pane Pin
T.RATHA KRISHNAN11-Feb-07 17:50
T.RATHA KRISHNAN11-Feb-07 17:50 
QuestionRe: Status Pane Pin
prasad_som11-Feb-07 17:54
prasad_som11-Feb-07 17:54 
AnswerRe: Status Pane Pin
T.RATHA KRISHNAN11-Feb-07 18:12
T.RATHA KRISHNAN11-Feb-07 18:12 
QuestionRe: Status Pane Pin
prasad_som11-Feb-07 18:16
prasad_som11-Feb-07 18:16 
AnswerRe: Status Pane Pin
T.RATHA KRISHNAN11-Feb-07 18:23
T.RATHA KRISHNAN11-Feb-07 18:23 
AnswerRe: Status Pane Pin
prasad_som11-Feb-07 18:28
prasad_som11-Feb-07 18:28 
QuestionRe: Status Pane [modified] Pin
T.RATHA KRISHNAN11-Feb-07 19:10
T.RATHA KRISHNAN11-Feb-07 19:10 
QuestionRe: Status Pane Pin
prasad_som11-Feb-07 19:30
prasad_som11-Feb-07 19:30 
AnswerRe: Status Pane Pin
T.RATHA KRISHNAN11-Feb-07 20:23
T.RATHA KRISHNAN11-Feb-07 20:23 
QuestionRe: Status Pane Pin
prasad_som11-Feb-07 21:22
prasad_som11-Feb-07 21:22 
AnswerRe: Status Pane Pin
T.RATHA KRISHNAN11-Feb-07 21:45
T.RATHA KRISHNAN11-Feb-07 21:45 
GeneralRe: Status Pane Pin
prasad_som11-Feb-07 21:57
prasad_som11-Feb-07 21:57 
GeneralRe: Status Pane Pin
T.RATHA KRISHNAN11-Feb-07 23:08
T.RATHA KRISHNAN11-Feb-07 23:08 
GeneralRe: Status Pane Pin
David Crow12-Feb-07 2:48
David Crow12-Feb-07 2:48 
GeneralRe: Status Pane Pin
kasturi_haribabu11-Feb-07 22:02
kasturi_haribabu11-Feb-07 22:02 
QuestionRe: Status Pane Pin
David Crow12-Feb-07 2:47
David Crow12-Feb-07 2:47 
GeneralRe: Status Pane Pin
kasturi_haribabu11-Feb-07 21:57
kasturi_haribabu11-Feb-07 21:57 
GeneralRe: Status Pane Pin
T.RATHA KRISHNAN11-Feb-07 22:37
T.RATHA KRISHNAN11-Feb-07 22:37 
AnswerRe: Status Pane Pin
Hamid_RT11-Feb-07 19:42
Hamid_RT11-Feb-07 19:42 
QuestionRe: Status Pane Pin
David Crow12-Feb-07 2:45
David Crow12-Feb-07 2:45 
Questionconsole application TCP client in C++ [modified] Pin
wizard 20211-Feb-07 16:48
wizard 20211-Feb-07 16:48 
Questionopengl and color filter Pin
zqueezy11-Feb-07 11:45
zqueezy11-Feb-07 11:45 

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.