CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2002
    Posts
    40

    Embedding the dialog in a Tab Page

    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

  2. #2
    Join Date
    Jun 2001
    Location
    Sweden
    Posts
    11

    Think i know what you mean

    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

  3. #3
    Join Date
    Oct 2002
    Posts
    40

    Embedding font fialog in a tab page ...

    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.

  4. #4
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    make a user control and use a font control there. u can use this usercontrol in tabpage anyways then..
    Paresh

  5. #5
    Join Date
    Oct 2002
    Posts
    40

    Font control

    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.

  6. #6
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    FontDialog is the control that you want to use. its there in ToolBox.

    Paresh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured