Click here to Skip to main content
15,920,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
Hi,

I am trying to use a property page as a dialog. When I bring up the property page using DoModal funtion, the controls in the property page do not get tabbed. TAB does not move the focus to the next control.

Ex:
CPropertyPage* pPage = new CPropertyPage(IDD_DIALOG1);
pPage->DoModal();

If I use the same resource as a dialog, it works fine. I am able to tab to the next control in the dialog.
Ex:
CDialog* pDlg = new CDialog(IDD_DIALOG2);
pDlg->DoModal();

Has anyone seen this behaviour before?
Could I use property page as a dialog?

Please let me know if you have any solutions for this.

Thanks Smile | :) .

Praveen
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 
GeneralRe: DialogBox problem Pin
Neville Franks27-May-03 0:32
Neville Franks27-May-03 0:32 
GeneralDisable close button in AfxMessageBox Pin
rohit.dhamija26-May-03 23:27
rohit.dhamija26-May-03 23:27 
GeneralRe: Disable close button in AfxMessageBox Pin
dabs26-May-03 23:48
dabs26-May-03 23:48 
GeneralRe: Disable close button in AfxMessageBox Pin
rohit.dhamija27-May-03 0:13
rohit.dhamija27-May-03 0:13 
GeneralRe: Disable close button in AfxMessageBox Pin
Anonymous27-May-03 0:29
Anonymous27-May-03 0:29 
GeneralRe: Disable close button in AfxMessageBox Pin
Maximilien27-May-03 0:45
Maximilien27-May-03 0:45 
GeneralRe: Disable close button in AfxMessageBox Pin
rohit.dhamija27-May-03 1:03
rohit.dhamija27-May-03 1:03 
GeneralRe: Disable close button in AfxMessageBox Pin
Rage27-May-03 1:16
professionalRage27-May-03 1:16 
GeneralRe: Disable close button in AfxMessageBox Pin
Rage27-May-03 1:12
professionalRage27-May-03 1:12 
GeneralRe: Disable close button in AfxMessageBox Pin
Anonymous27-May-03 2:00
Anonymous27-May-03 2:00 

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.