Click here to Skip to main content
15,891,993 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Need different versions for different project configurations Pin
Blake Miller17-Jan-06 7:20
Blake Miller17-Jan-06 7:20 
QuestionSetWindowPos Pin
gomez_a16-Jan-06 5:39
gomez_a16-Jan-06 5:39 
AnswerRe: SetWindowPos Pin
Rage16-Jan-06 6:00
professionalRage16-Jan-06 6:00 
GeneralRe: SetWindowPos Pin
gomez_a16-Jan-06 6:26
gomez_a16-Jan-06 6:26 
AnswerRe: SetWindowPos Pin
Stephen Hewitt16-Jan-06 17:11
Stephen Hewitt16-Jan-06 17:11 
GeneralRe: SetWindowPos Pin
gomez_a17-Jan-06 1:14
gomez_a17-Jan-06 1:14 
AnswerRe: SetWindowPos Pin
vallikumar16-Jan-06 23:37
vallikumar16-Jan-06 23:37 
GeneralRe: SetWindowPos Pin
gomez_a23-Jan-06 4:32
gomez_a23-Jan-06 4:32 
It is my code:
// CSheet *sheet: class CSheet : public CPropertySheet
sheet = new CSheet("Sheet");

// CDlg1 and CDlg2 properties:
// style = child
// border = Thin
// Disabled = TRUE
//
//CDlg1 *pg1: class CDlg1 : public CPropertyPage
pg1 = new CDlg1();
//CDlg2 *pg2: class CDlg2 : public CPropertyPage
pg2 = new CDlg2();



sheet->AddPage(pg1);
sheet->AddPage(pg2);

sheet->Create(this, WS_CHILD | WS_VISIBLE, 0);

sheet->SetWindowPos(&CWnd::wndTopMost, 12, 12, 578, 578, SWP_NOZORDER);

sheet->ModifyStyleEx(0, WS_EX_CONTROLPARENT, SWP_NOZORDER);
sheet->ModifyStyleEx(0, WS_TABSTOP, SWP_NOACTIVATE);

But it still desn't work. Have I any mistake?
I thought - it is simple. I have an example from the book: "Visual C++ 6 Bible". (:

Regards
mwgomez







QuestionScroll Bar Problem Pin
tonychio16-Jan-06 5:37
tonychio16-Jan-06 5:37 
AnswerRe: Scroll Bar Problem Pin
Owner drawn16-Jan-06 19:06
Owner drawn16-Jan-06 19:06 
GeneralNeed help, the solution works partially! Pin
Temp8317-Jan-06 1:30
Temp8317-Jan-06 1:30 
GeneralRe: Need help, the solution works partially! Pin
Owner drawn17-Jan-06 1:47
Owner drawn17-Jan-06 1:47 
QuestionWinZip of files Pin
psbasha16-Jan-06 5:28
psbasha16-Jan-06 5:28 
AnswerRe: WinZip of files Pin
toxcct16-Jan-06 5:37
toxcct16-Jan-06 5:37 
GeneralRe: WinZip of files Pin
psbasha16-Jan-06 5:41
psbasha16-Jan-06 5:41 
GeneralRe: WinZip of files Pin
toxcct16-Jan-06 5:45
toxcct16-Jan-06 5:45 
GeneralRe: WinZip of files Pin
ThatsAlok16-Jan-06 17:13
ThatsAlok16-Jan-06 17:13 
GeneralRe: WinZip of files Pin
psbasha17-Jan-06 6:18
psbasha17-Jan-06 6:18 
GeneralRe: WinZip of files Pin
ThatsAlok17-Jan-06 17:30
ThatsAlok17-Jan-06 17:30 
AnswerRe: WinZip of files Pin
kakan16-Jan-06 19:06
professionalkakan16-Jan-06 19:06 
QuestionWRAPI and WLAN setup Pin
inf00916-Jan-06 5:15
inf00916-Jan-06 5:15 
QuestionRe: WRAPI and WLAN setup Pin
David Crow16-Jan-06 5:23
David Crow16-Jan-06 5:23 
AnswerRe: WRAPI and WLAN setup Pin
inf00916-Jan-06 22:07
inf00916-Jan-06 22:07 
QuestionRe: WRAPI and WLAN setup Pin
David Crow17-Jan-06 2:24
David Crow17-Jan-06 2:24 
AnswerRe: WRAPI and WLAN setup Pin
inf00917-Jan-06 4:50
inf00917-Jan-06 4:50 

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.