Click to See Complete Forum and Search --> : Embedding the dialog in a Tab Page


svkr2k
March 8th, 2003, 09:17 PM
Dear forum members,

Please tell me how to embed a dialog in a tab page.
Any examples or link in the web ?

Thanks in advance.
-svkr

WarWolf
March 9th, 2003, 05:14 AM
I think i know what you mean, that was the esiest way in VC++. But in C# you dont need to embedd dialogs, just add the tabs click the tab and draw the controls.

//B4N WarWolf

svkr2k
March 9th, 2003, 06:57 AM
Hello WarWolf,

The Font dialog has to be embedded in a tab page.
Is it possible to re-use the FontDialog in the tab page by
embedding it ?

Thanks.

pareshgh
March 10th, 2003, 02:42 PM
make a user control and use a font control there. u can use this usercontrol in tabpage anyways then..
Paresh

svkr2k
March 12th, 2003, 09:10 PM
Dear Mr.Paresh,

Can you tell me the name of the font picker class ?
i hope i can directly embed that control in my tab page ?

thanks.

pareshgh
March 13th, 2003, 11:14 AM
FontDialog is the control that you want to use. its there in ToolBox.

Paresh