Click here to Skip to main content
15,914,323 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to remove menu bar Pin
Prakash Nadar17-Mar-04 22:28
Prakash Nadar17-Mar-04 22:28 
AnswerRe: How to remove menu bar Pin
Balkrishna Talele17-Mar-04 23:24
Balkrishna Talele17-Mar-04 23:24 
GeneralRe: How to remove menu bar Pin
Prakash Nadar17-Mar-04 23:48
Prakash Nadar17-Mar-04 23:48 
Generalaccessing control from generic class Pin
Roj17-Mar-04 19:59
Roj17-Mar-04 19:59 
GeneralRe: accessing control from generic class Pin
Antti Keskinen17-Mar-04 21:44
Antti Keskinen17-Mar-04 21:44 
GeneralRe: accessing control from generic class Pin
Roj20-Mar-04 10:43
Roj20-Mar-04 10:43 
GeneralHello Help on CView !!! Pin
itmpras17-Mar-04 18:41
itmpras17-Mar-04 18:41 
GeneralRe: Hello Help on CView !!! Pin
Antti Keskinen17-Mar-04 21:31
Antti Keskinen17-Mar-04 21:31 
Hello !

First I need to ask you the simplest of all questions: what do you use to switch between the views ? If it is a button or anything that accepts messages, write a handler for it and create/show a modeless dialog box when a click on this item designates that the "view with the dialog" should be shown. When a click on the item occurs that says "show the other view", you command the modeless dialog to either hide itself or destroy it.

The message order is dependant on the phase of your window object. Usually, different events on the Windows OS can be grouped by the messages sent. The only reasonable way to track the message order on a window is to use Microsoft Spy++, or a similar message hooking program.

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralRe: Hello Help on CView !!! Pin
itmpras17-Mar-04 22:38
itmpras17-Mar-04 22:38 
GeneralSendMessag/Post Message Pin
AnnJS17-Mar-04 18:18
AnnJS17-Mar-04 18:18 
GeneralRe: SendMessag/Post Message Pin
tcss17-Mar-04 20:25
tcss17-Mar-04 20:25 
GeneralRe: SendMessag/Post Message Pin
Balkrishna Talele17-Mar-04 22:37
Balkrishna Talele17-Mar-04 22:37 
GeneralRe: SendMessag/Post Message Pin
David Crow18-Mar-04 3:17
David Crow18-Mar-04 3:17 
QuestionHow to insert icon into a toolbar? Pin
P_JAYAPRAKASH17-Mar-04 17:39
P_JAYAPRAKASH17-Mar-04 17:39 
AnswerRe: How to insert icon into a toolbar? Pin
Prakash Nadar17-Mar-04 19:48
Prakash Nadar17-Mar-04 19:48 
AnswerRe: How to insert icon into a toolbar? Pin
Balkrishna Talele17-Mar-04 22:14
Balkrishna Talele17-Mar-04 22:14 
Generalaccess violation 0xC0000005 when calling func in dll Pin
suninwater17-Mar-04 15:36
suninwater17-Mar-04 15:36 
GeneralRe: access violation 0xC0000005 when calling func in dll Pin
ian mariano17-Mar-04 17:26
ian mariano17-Mar-04 17:26 
GeneralSome questions when declare a function Pin
nachilau17-Mar-04 15:32
nachilau17-Mar-04 15:32 
GeneralRe: Some questions when declare a function Pin
Prakash Nadar17-Mar-04 16:52
Prakash Nadar17-Mar-04 16:52 
GeneralMessage Box Hanging the Application Pin
jerry1211a17-Mar-04 14:23
jerry1211a17-Mar-04 14:23 
GeneralRe: Message Box Hanging the Application Pin
Prakash Nadar17-Mar-04 15:13
Prakash Nadar17-Mar-04 15:13 
GeneralRe: Message Box Hanging the Application Pin
Balkrishna Talele17-Mar-04 22:20
Balkrishna Talele17-Mar-04 22:20 
GeneralRe: Message Box Hanging the Application Pin
Prakash Nadar17-Mar-04 22:58
Prakash Nadar17-Mar-04 22:58 
GeneralRe: Message Box Hanging the Application Pin
Balkrishna Talele17-Mar-04 22:18
Balkrishna Talele17-Mar-04 22:18 

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.