Click here to Skip to main content
15,881,812 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Creating a CPropertySheet-based app Pin
Alain Rist30-Nov-07 21:50
Alain Rist30-Nov-07 21:50 
QuestionFailed to create empty document Pin
RomTibi30-Nov-07 10:12
RomTibi30-Nov-07 10:12 
QuestionRe: Failed to create empty document Pin
David Crow30-Nov-07 10:45
David Crow30-Nov-07 10:45 
AnswerRe: Failed to create empty document Pin
RomTibi30-Nov-07 19:45
RomTibi30-Nov-07 19:45 
QuestionSet up dimensions Pin
Schehaider_Aymen30-Nov-07 10:00
Schehaider_Aymen30-Nov-07 10:00 
AnswerRe: Set up dimensions Pin
followait30-Nov-07 18:26
followait30-Nov-07 18:26 
GeneralRe: Set up dimensions [modified] Pin
Schehaider_Aymen30-Nov-07 22:18
Schehaider_Aymen30-Nov-07 22:18 
GeneralRe: Set up dimensions Pin
CPallini1-Dec-07 0:22
mveCPallini1-Dec-07 0:22 
You may just do:
void CForthForm::OnInitialUpdate()
{
  CFormView::OnInitialUpdate();
  SetWindowPos(NULL, 0,0,120,100, SWP_NOMOVE | SWP_NOZORDER);
  //...
}


Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

GeneralRe: Set up dimensions [modified] Pin
Schehaider_Aymen1-Dec-07 0:32
Schehaider_Aymen1-Dec-07 0:32 
QuestionCode works when debugging and not when executing Pin
Spykraft30-Nov-07 9:20
Spykraft30-Nov-07 9:20 
AnswerRe: Code works when debugging and not when executing Pin
Randor 30-Nov-07 9:44
professional Randor 30-Nov-07 9:44 
GeneralRe: Code works when debugging and not when executing Pin
Spykraft30-Nov-07 10:41
Spykraft30-Nov-07 10:41 
AnswerRe: Code works when debugging and not when executing Pin
peterchen30-Nov-07 9:56
peterchen30-Nov-07 9:56 
GeneralRe: Code works when debugging and not when executing Pin
Spykraft30-Nov-07 10:44
Spykraft30-Nov-07 10:44 
GeneralRe: Code works when debugging and not when executing Pin
peterchen1-Dec-07 3:20
peterchen1-Dec-07 3:20 
AnswerRe: Code works when debugging and not when executing Pin
ied30-Nov-07 12:27
ied30-Nov-07 12:27 
Questionwhat is the shadow in clinet area Pin
_Pinux_30-Nov-07 5:00
_Pinux_30-Nov-07 5:00 
AnswerRe: what is the shadow in clinet area Pin
Iain Clarke, Warrior Programmer30-Nov-07 6:27
Iain Clarke, Warrior Programmer30-Nov-07 6:27 
QuestionBitBlt mystery problem Pin
csmanul30-Nov-07 4:40
csmanul30-Nov-07 4:40 
QuestionRe: BitBlt mystery problem Pin
Mark Salsbery30-Nov-07 9:46
Mark Salsbery30-Nov-07 9:46 
AnswerRe: BitBlt mystery problem Pin
csmanul30-Nov-07 11:58
csmanul30-Nov-07 11:58 
GeneralRe: BitBlt mystery problem Pin
Mark Salsbery30-Nov-07 12:12
Mark Salsbery30-Nov-07 12:12 
GeneralRe: BitBlt mystery problem Pin
csmanul30-Nov-07 12:58
csmanul30-Nov-07 12:58 
GeneralRe: BitBlt mystery problem Pin
Mark Salsbery30-Nov-07 13:18
Mark Salsbery30-Nov-07 13:18 
GeneralRe: BitBlt mystery problem Pin
Mark Salsbery30-Nov-07 13:28
Mark Salsbery30-Nov-07 13: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.