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

C / C++ / MFC

 
AnswerRe: How to reference tlb file in VC++ Pin
Arman S.21-Mar-08 13:46
Arman S.21-Mar-08 13:46 
GeneralRe: How to reference tlb file in VC++ Pin
Jahnson K25-Mar-08 7:46
Jahnson K25-Mar-08 7:46 
GeneralRe: How to reference tlb file in VC++ Pin
Jahnson K27-Mar-08 13:02
Jahnson K27-Mar-08 13:02 
GeneralUsing resources with subclassed controls. Pin
Amaroqwlf21-Mar-08 8:22
Amaroqwlf21-Mar-08 8:22 
GeneralRe: Using resources with subclassed controls. Pin
Mark Salsbery21-Mar-08 8:41
Mark Salsbery21-Mar-08 8:41 
GeneralRe: Using resources with subclassed controls. Pin
led mike21-Mar-08 9:20
led mike21-Mar-08 9:20 
GeneralRe: Using resources with subclassed controls. Pin
Amaroqwlf21-Mar-08 9:57
Amaroqwlf21-Mar-08 9:57 
GeneralRe: Using resources with subclassed controls. Pin
Mark Salsbery21-Mar-08 10:50
Mark Salsbery21-Mar-08 10:50 
I don't know of any UI tools for laying out child windows on a parent window.

If a dialog window suits your needs, you don't have to use a popup-style dialog.
You can make a dialog resource which is a borderless, child style and position it
within the client area of a regular window, which can be any style you want.

In the window containing the dialog, you could create the chhild dialog (modeless) in response to the
WM_CREATE message.  In response to WM_ERASEBKGND you would do nothing (making the window "transparent"
and preventing flicker.  In response to WM_SIZE, position/resize the child dialog to fit the entire client area of
the window.


Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionGetCurrentHwProfile Pin
Joseph Marzbani21-Mar-08 8:16
Joseph Marzbani21-Mar-08 8:16 
GeneralRe: GetCurrentHwProfile Pin
led mike21-Mar-08 8:51
led mike21-Mar-08 8:51 
GeneralRe: GetCurrentHwProfile Pin
David Crow21-Mar-08 10:09
David Crow21-Mar-08 10:09 
GeneralRe: GetCurrentHwProfile Pin
Arman S.21-Mar-08 13:52
Arman S.21-Mar-08 13:52 
Questiontaylor formula Pin
me_10121-Mar-08 8:05
me_10121-Mar-08 8:05 
GeneralGet back in the Soapbox Kyle! Pin
led mike21-Mar-08 8:45
led mike21-Mar-08 8:45 
GeneralRe: taylor formula Pin
malaugh21-Mar-08 9:04
malaugh21-Mar-08 9:04 
QuestionRe: taylor formula Pin
CPallini21-Mar-08 10:40
mveCPallini21-Mar-08 10:40 
GeneralOpening terminal windows from command line app Pin
malaugh21-Mar-08 7:16
malaugh21-Mar-08 7:16 
AnswerRe: Opening terminal windows from command line app Pin
Rajkumar R21-Mar-08 9:22
Rajkumar R21-Mar-08 9:22 
GeneralRe: Opening terminal windows from command line app Pin
malaugh21-Mar-08 10:24
malaugh21-Mar-08 10:24 
QuestionRe: Opening terminal windows from command line app Pin
David Crow21-Mar-08 10:41
David Crow21-Mar-08 10:41 
GeneralRe: Opening terminal windows from command line app Pin
malaugh21-Mar-08 11:54
malaugh21-Mar-08 11:54 
QuestionWindows file sharing Pin
Member 241965021-Mar-08 4:21
Member 241965021-Mar-08 4:21 
QuestionRe: Windows file sharing Pin
David Crow21-Mar-08 4:30
David Crow21-Mar-08 4:30 
GeneralRe: Windows file sharing Pin
Member 241965025-Mar-08 10:43
Member 241965025-Mar-08 10:43 
GeneralNaming suggestion Pin
Capitanevs21-Mar-08 2:59
Capitanevs21-Mar-08 2:59 

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.