Click here to Skip to main content
15,923,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What's about the size of memory usage? Pin
Maximilien24-Apr-04 5:18
Maximilien24-Apr-04 5:18 
GeneralRe: What's about the size of memory usage? Pin
Prakash Nadar24-Apr-04 5:33
Prakash Nadar24-Apr-04 5:33 
AnswerRe: What's about the size of memory usage? Pin
Paul Ranson24-Apr-04 4:54
Paul Ranson24-Apr-04 4:54 
QuestionHow do you read a dialog template resource programmatically? Pin
Abin23-Apr-04 21:14
Abin23-Apr-04 21:14 
AnswerRe: How do you read a dialog template resource programmatically? Pin
Michael Dunn24-Apr-04 6:32
sitebuilderMichael Dunn24-Apr-04 6:32 
AnswerRe: How do you read a dialog template resource programmatically? Pin
David Crow26-Apr-04 3:16
David Crow26-Apr-04 3:16 
GeneralA dialog consisting of more than a property sheet..! Pin
Halloko23-Apr-04 20:37
Halloko23-Apr-04 20:37 
GeneralRe: A dialog consisting of more than a property sheet..! Pin
Prakash Nadar23-Apr-04 20:56
Prakash Nadar23-Apr-04 20:56 
I had a similar problem and i solved it this way.

Put a placeholder like static control on the dialog template that would be occupied by the propertysheet.
Then on the initdialog of the dialog, Create the propertysheet dynamically, add the pages, and use SetWindowPos to place the propertysheet at the static control placeholder.

I am not aware of anyother way.



God is Real, unless declared Integer.
GeneralRe: A dialog consisting of more than a property sheet..! Pin
Halloko23-Apr-04 21:32
Halloko23-Apr-04 21:32 
GeneralRe: A dialog consisting of more than a property sheet..! Pin
Prakash Nadar23-Apr-04 22:17
Prakash Nadar23-Apr-04 22:17 
GeneralRe: A dialog consisting of more than a property sheet..! Pin
Gary R. Wheeler24-Apr-04 1:53
Gary R. Wheeler24-Apr-04 1:53 
GeneralRe: A dialog consisting of more than a property sheet..! Pin
Halloko24-Apr-04 1:57
Halloko24-Apr-04 1:57 
GeneralRe: A dialog consisting of more than a property sheet..! Pin
Gary R. Wheeler27-Apr-04 14:12
Gary R. Wheeler27-Apr-04 14:12 
Generalto execute MS Dos file inside c or c++ program Pin
shiva shankar23-Apr-04 20:13
shiva shankar23-Apr-04 20:13 
GeneralRe: to execute MS Dos file inside c or c++ program Pin
l a u r e n23-Apr-04 20:58
l a u r e n23-Apr-04 20:58 
GeneralRe: to execute MS Dos file inside c or c++ program Pin
Prakash Nadar23-Apr-04 21:03
Prakash Nadar23-Apr-04 21:03 
GeneralRe: to execute MS Dos file inside c or c++ program Pin
shiva shankar23-Apr-04 22:30
shiva shankar23-Apr-04 22:30 
GeneralRe: to execute MS Dos file inside c or c++ program Pin
Renjith Ramachandran24-Apr-04 2:45
Renjith Ramachandran24-Apr-04 2:45 
QuestionHow to change folder format Pin
Member 81095323-Apr-04 20:10
Member 81095323-Apr-04 20:10 
AnswerRe: How to change folder format Pin
Renjith Ramachandran24-Apr-04 2:38
Renjith Ramachandran24-Apr-04 2:38 
QuestionHow to dynamic get constructor info for a struct with C++ Pin
caoqing_51823-Apr-04 18:14
caoqing_51823-Apr-04 18:14 
AnswerRe: How to dynamic get constructor info for a struct with C++ Pin
valikac23-Apr-04 19:04
valikac23-Apr-04 19:04 
Generali have a simple question on terminating processes Pin
Ryan McDermott23-Apr-04 16:11
Ryan McDermott23-Apr-04 16:11 
GeneralRe: i have a simple question on terminating processes Pin
Prakash Nadar23-Apr-04 16:51
Prakash Nadar23-Apr-04 16:51 
GeneralRe: i have a simple question on terminating processes Pin
SiddharthAtw23-Apr-04 19:33
SiddharthAtw23-Apr-04 19:33 

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.