Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCreateDialogIndirect doesn't return Pin
CHAIGNEAU27-May-03 1:40
CHAIGNEAU27-May-03 1:40 
GeneralRe: CreateDialogIndirect doesn't return Pin
Rage27-May-03 5:33
professionalRage27-May-03 5:33 
GeneralRe: CreateDialogIndirect doesn't return Pin
Rage27-May-03 5:36
professionalRage27-May-03 5:36 
GeneralRe: CreateDialogIndirect doesn't return Pin
CHAIGNEAU27-May-03 9:30
CHAIGNEAU27-May-03 9:30 
GeneralProblems with message routing in Dundas' COXSizeControlBar Pin
Miguel Segarra27-May-03 1:21
Miguel Segarra27-May-03 1:21 
GeneralRe: Problems with message routing in Dundas' COXSizeControlBar Pin
Ivor S. Sargoytchev27-May-03 5:36
Ivor S. Sargoytchev27-May-03 5:36 
GeneralRe: Problems with message routing in Dundas' COXSizeControlBar Pin
Ivor S. Sargoytchev28-May-03 10:12
Ivor S. Sargoytchev28-May-03 10:12 
GeneralRe: Problems with message routing in Dundas' COXSizeControlBar Pin
Miguel Segarra28-May-03 23:09
Miguel Segarra28-May-03 23:09 
Igor,

I think I do not understand what you say in your mail. In the Dundas example I sent you, there are the following window classes:

CMainFrame ----> grandparent of CTreeCtrl data member
C3DTabViewBar----> parent of CTreeCtrl data member
CTreeCtrl ----> child

In your mail you say the TVN_BEGINLABELEDIT message should be handled either in a derived class (of CTreeCtrl I guess you mean) or in the parent window class (C3DTabViewBar which is derived from COXSizeControlBar). Well, in the example I sent you the TVN_BEGINLABELEDIT message handler is placed in the parent window (the C3DTabViewBar) and the message in not handled properly (as you can see in the example I sent you). As you say if you try to handle the message in the grand parent window (CMainFrame) it also doesn´t work (which I tried before).

From your mail, i guess you have another example that does not work but, do you please have an example that works with the COXSizeControlBar? I need to solve this problem and it will save a lot of time to me if you already have a solution for this.

¿Can you clarify to me what you say in your mail? If I understand right, the example I sent you should work and it doesn´t. I also tried to handle the message in CMainFrame and it also does not work.

Best Regards and thanks for the help,

Miguel
GeneralRe: Problems with message routing in Dundas' COXSizeControlBar Pin
Ivor S. Sargoytchev29-May-03 7:53
Ivor S. Sargoytchev29-May-03 7:53 
GeneralRe: Problems with message routing in Dundas' COXSizeControlBar Pin
Miguel Segarra30-May-03 1:26
Miguel Segarra30-May-03 1:26 
GeneralRe: Problems with message routing in COXSizeControlBar Pin
Ivor S. Sargoytchev2-Jun-03 11:25
Ivor S. Sargoytchev2-Jun-03 11:25 
GeneralRe: Problems with message routing in COXSizeControlBar Pin
Miguel Segarra4-Jun-03 1:07
Miguel Segarra4-Jun-03 1:07 
Questionhow to add windows type properties to our own files..? Pin
harinath27-May-03 1:12
professionalharinath27-May-03 1:12 
AnswerRe: how to add windows type properties to our own files..? Pin
Rage27-May-03 1:21
professionalRage27-May-03 1:21 
AnswerRe: how to add windows type properties to our own files..? Pin
Rage27-May-03 1:23
professionalRage27-May-03 1:23 
GeneralRe: how to add windows type properties to our own files..? Pin
harinath27-May-03 1:29
professionalharinath27-May-03 1:29 
GeneralRe: how to add windows type properties to our own files..? Pin
harinath27-May-03 1:37
professionalharinath27-May-03 1:37 
GeneralProblem by using Property Page as a Dialog Pin
praveenpnayak27-May-03 0:49
praveenpnayak27-May-03 0:49 
GeneralRe: Problem by using Property Page as a Dialog Pin
Rage27-May-03 1:02
professionalRage27-May-03 1:02 
GeneralRe: Problem by using Property Page as a Dialog Pin
praveenpnayak27-May-03 1:27
praveenpnayak27-May-03 1:27 
GeneralRe: Problem by using Property Page as a Dialog Pin
Rage27-May-03 2:33
professionalRage27-May-03 2:33 
GeneralRe: Problem by using Property Page as a Dialog Pin
Renjith Ramachandran27-May-03 4:09
Renjith Ramachandran27-May-03 4:09 
GeneralRe: Problem by using Property Page as a Dialog Pin
praveenpnayak28-May-03 0:11
praveenpnayak28-May-03 0:11 
GeneralDialogBox problem Pin
Jump_Around27-May-03 0:02
Jump_Around27-May-03 0:02 
GeneralRe: DialogBox problem Pin
Daniel Strigl27-May-03 0:18
Daniel Strigl27-May-03 0: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.