Click here to Skip to main content
16,011,626 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Programing CD-recorder Pin
cH@RLIe4-May-01 16:09
cH@RLIe4-May-01 16:09 
GeneralDLL's Pin
30-Apr-01 0:30
suss30-Apr-01 0:30 
GeneralRe: DLL's Pin
Russell Morris30-Apr-01 22:17
Russell Morris30-Apr-01 22:17 
GeneralQuestions remain unsolved about the dialog with menu and toolbar Pin
29-Apr-01 23:56
suss29-Apr-01 23:56 
GeneralRe: Questions remain unsolved about the dialog with menu and toolbar Pin
Christian Graus30-Apr-01 13:03
protectorChristian Graus30-Apr-01 13:03 
GeneralRe: Questions remain unsolved about the dialog with menu and toolbar Pin
Tomasz Sowinski1-May-01 23:36
Tomasz Sowinski1-May-01 23:36 
GeneralRe: Questions remain unsolved about the dialog with menu and toolbar Pin
Christian Graus2-May-01 1:54
protectorChristian Graus2-May-01 1:54 
GeneralRe: Questions remain unsolved about the dialog with menu and toolbar Pin
Tomasz Sowinski1-May-01 23:45
Tomasz Sowinski1-May-01 23:45 
> i want the toolbar outside the client area,how can i?

Basically, you can't place your toolbar or any other child window outside the client area. Your window will exist, but will be partially clipped or completely invisible. Child windows are confined to the client area of their parent.

You can try to handle WM_NCPAINT to change the look of the client edge frame in the upper part of the dialog (where toolbar is displayed), but it's probably difficult.

You can also create your application as SDI with CFormView. You'll be able to use a dialog template for main window contents, and toolbar comes for free.

Tomasz Sowinski
http://www.shooltz.com.pl


GeneralDialog with menu and toolbar Pin
29-Apr-01 22:27
suss29-Apr-01 22:27 
GeneralRe: Dialog with menu and toolbar Pin
Tomasz Sowinski29-Apr-01 22:59
Tomasz Sowinski29-Apr-01 22:59 
GeneralMultiple Resource Files Pin
Nick Blumhardt29-Apr-01 17:56
Nick Blumhardt29-Apr-01 17:56 
GeneralRe: Multiple Resource Files Pin
Erik Funkenbusch29-Apr-01 20:17
Erik Funkenbusch29-Apr-01 20:17 
GeneralRe: Multiple Resource Files Pin
Nick Blumhardt29-Apr-01 20:40
Nick Blumhardt29-Apr-01 20:40 
GeneralRe: Multiple Resource Files Pin
Nick Blumhardt29-Apr-01 21:46
Nick Blumhardt29-Apr-01 21:46 
GeneralRe: Multiple Resource Files Pin
Erik Funkenbusch29-Apr-01 23:26
Erik Funkenbusch29-Apr-01 23:26 
GeneralDate/Time Pin
William Bartholomew29-Apr-01 15:43
William Bartholomew29-Apr-01 15:43 
GeneralRe: Date/Time Pin
markkuk29-Apr-01 23:01
markkuk29-Apr-01 23:01 
GeneralBeginer question Pin
29-Apr-01 14:09
suss29-Apr-01 14:09 
GeneralDo your own homework... Pin
29-Apr-01 15:55
suss29-Apr-01 15:55 
GeneralRe: Beginner question Pin
Michael Martin29-Apr-01 16:11
professionalMichael Martin29-Apr-01 16:11 
QuestionCalling a dll function from __asm blocks? Pin
mvworld29-Apr-01 12:02
mvworld29-Apr-01 12:02 
GeneralHowto interpret Security ACL in AccessPermission subkey of Registry Pin
Alfonso29-Apr-01 0:51
Alfonso29-Apr-01 0:51 
QuestionUsing MFC classes in Win32 app?? Pin
29-Apr-01 0:02
suss29-Apr-01 0:02 
AnswerRe: Using MFC classes in Win32 app?? Pin
29-Apr-01 3:45
suss29-Apr-01 3:45 
AnswerRe: Using MFC classes in Win32 app?? Pin
peterchen29-Apr-01 7:45
peterchen29-Apr-01 7:45 

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.