Click here to Skip to main content
15,899,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: button styles Pin
Tibor Blazko27-Mar-03 23:37
Tibor Blazko27-Mar-03 23:37 
GeneralMissing header file <afxdtctl.h> Pin
diligent26-Mar-03 19:36
diligent26-Mar-03 19:36 
GeneralExchange of values among different classes Pin
summo26-Mar-03 19:28
summo26-Mar-03 19:28 
GeneralRe: Exchange of values among different classes Pin
Member 1249241610-Jul-16 21:34
Member 1249241610-Jul-16 21:34 
GeneralProperty Sheet in FormView Pin
Kamesh26-Mar-03 18:24
Kamesh26-Mar-03 18:24 
GeneralRe: Property Sheet in FormView Pin
Pavel Klocek26-Mar-03 21:36
Pavel Klocek26-Mar-03 21:36 
GeneralRe: Property Sheet in FormView Pin
Kamesh26-Mar-03 22:00
Kamesh26-Mar-03 22:00 
GeneralRe: Property Sheet in FormView Pin
Pavel Klocek26-Mar-03 22:17
Pavel Klocek26-Mar-03 22:17 
Are you creating it after the inherited OnInitialUpdate is called?
Returns the GetDlgItem(IDC_PLACEHOLDER) a valid pointer?

Also I missed a part of the code, after the sheet is created, you need to set it's size and position:
CRect rectPropSheet;
pwndPropSheetHolder->GetWindowRect(rectPropSheet);
m_sheet->SetWindowPos(NULL, 0, 0,
 rectPropSheet.Width(), rectPropSheet.Height(),
 SWP_NOZORDER | SWP_NOACTIVATE);


Pavel
Sonork 100.15206
GeneralPostMessage, Extended Character Pin
Funniest26-Mar-03 17:54
Funniest26-Mar-03 17:54 
GeneralRe: PostMessage, Extended Character Pin
Dave Bryant26-Mar-03 18:02
Dave Bryant26-Mar-03 18:02 
GeneralRe: PostMessage, Extended Character Pin
Funniest27-Mar-03 17:40
Funniest27-Mar-03 17:40 
Generalpassword encryption Pin
r i s h a b h s26-Mar-03 17:43
r i s h a b h s26-Mar-03 17:43 
GeneralRe: password encryption Pin
Dave Bryant26-Mar-03 18:05
Dave Bryant26-Mar-03 18:05 
GeneralExtFloodFill and FloodFill Pin
John R. Shaw26-Mar-03 17:09
John R. Shaw26-Mar-03 17:09 
Questionhow can i shut down the system in program? Pin
fogmen26-Mar-03 15:06
fogmen26-Mar-03 15:06 
AnswerRe: how can i shut down the system in program? Pin
Dave Bryant26-Mar-03 15:38
Dave Bryant26-Mar-03 15:38 
QuestionChecking a file type, ie. text or word? Pin
Colin Davidson26-Mar-03 14:25
Colin Davidson26-Mar-03 14:25 
AnswerRe: Checking a file type, ie. text or word? Pin
John R. Shaw26-Mar-03 17:51
John R. Shaw26-Mar-03 17:51 
GeneralRe: Checking a file type, ie. text or word? Pin
Colin Davidson26-Mar-03 21:21
Colin Davidson26-Mar-03 21:21 
GeneralDate Pin
Anthony988726-Mar-03 13:46
Anthony988726-Mar-03 13:46 
GeneralRe: Date Pin
Stefan Pedersen26-Mar-03 13:57
Stefan Pedersen26-Mar-03 13:57 
GeneralAvoiding memory problems Pin
trimtrom26-Mar-03 13:45
trimtrom26-Mar-03 13:45 
GeneralRe: Avoiding memory problems Pin
Stefan Pedersen26-Mar-03 14:01
Stefan Pedersen26-Mar-03 14:01 
GeneralRe: Avoiding memory problems Pin
John R. Shaw26-Mar-03 18:45
John R. Shaw26-Mar-03 18:45 
GeneralRe: Avoiding memory problems Pin
Member 13901626-Mar-03 21:34
Member 13901626-Mar-03 21:34 

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.