Click here to Skip to main content
16,005,080 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Does CDialog Constructer with nidTemplate attach a Window Pin
Randor 21-Oct-09 13:26
professional Randor 21-Oct-09 13:26 
GeneralRe: Does CDialog Constructer with nidTemplate attach a Window Pin
ForNow21-Oct-09 14:20
ForNow21-Oct-09 14:20 
QuestionFull Screen Pin
MrMcIntyre21-Oct-09 5:33
MrMcIntyre21-Oct-09 5:33 
AnswerRe: Full Screen Pin
Richard MacCutchan21-Oct-09 6:22
mveRichard MacCutchan21-Oct-09 6:22 
GeneralRe: Full Screen Pin
MrMcIntyre21-Oct-09 6:27
MrMcIntyre21-Oct-09 6:27 
GeneralRe: Full Screen Pin
Richard MacCutchan21-Oct-09 10:44
mveRichard MacCutchan21-Oct-09 10:44 
GeneralRe: Full Screen Pin
MrMcIntyre21-Oct-09 10:54
MrMcIntyre21-Oct-09 10:54 
GeneralRe: Full Screen Pin
Richard MacCutchan21-Oct-09 12:10
mveRichard MacCutchan21-Oct-09 12:10 
MrMcIntyre wrote:
CW_USEDEFAULT, CW_USEDEFAULT, 1062, 735,


You are specifiying a fixed window size of 1062x735. If your screen is bigger than this (as mine is) then it does not fill it. Leave these values at the default and just change yor ShowWindow call to
ShowWindow(hWnd, SW_MAXIMIZE);  // show the window maximized

GeneralRe: Full Screen - I may regret this Pin
Richard MacCutchan21-Oct-09 13:09
mveRichard MacCutchan21-Oct-09 13:09 
JokeRe: Full Screen Pin
David Crow21-Oct-09 17:01
David Crow21-Oct-09 17:01 
QuestionFull Screen Pin
MrMcIntyre21-Oct-09 5:28
MrMcIntyre21-Oct-09 5:28 
QuestionRe: Full Screen Pin
David Crow21-Oct-09 5:36
David Crow21-Oct-09 5:36 
AnswerRe: Full Screen Pin
MrMcIntyre21-Oct-09 5:58
MrMcIntyre21-Oct-09 5:58 
GeneralRe: Full Screen Pin
David Crow21-Oct-09 6:00
David Crow21-Oct-09 6:00 
GeneralRe: Full Screen Pin
MrMcIntyre21-Oct-09 6:11
MrMcIntyre21-Oct-09 6:11 
QuestionRe: Full Screen Pin
David Crow21-Oct-09 6:14
David Crow21-Oct-09 6:14 
AnswerRe: Full Screen Pin
MrMcIntyre21-Oct-09 6:16
MrMcIntyre21-Oct-09 6:16 
QuestionRe: Full Screen Pin
David Crow21-Oct-09 6:31
David Crow21-Oct-09 6:31 
AnswerRe: Full Screen Pin
MrMcIntyre21-Oct-09 6:34
MrMcIntyre21-Oct-09 6:34 
QuestionRe: Full Screen Pin
David Crow21-Oct-09 6:58
David Crow21-Oct-09 6:58 
AnswerRe: Full Screen Pin
MrMcIntyre21-Oct-09 7:05
MrMcIntyre21-Oct-09 7:05 
GeneralRe: Full Screen Pin
MrMcIntyre21-Oct-09 8:08
MrMcIntyre21-Oct-09 8:08 
GeneralRe: Full Screen Pin
David Crow21-Oct-09 8:17
David Crow21-Oct-09 8:17 
GeneralRe: Full Screen Pin
MrMcIntyre21-Oct-09 8:26
MrMcIntyre21-Oct-09 8:26 
QuestionRe: Full Screen Pin
David Crow21-Oct-09 8:28
David Crow21-Oct-09 8:28 

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.