Thread: Tabs and the dialog resource editor

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    21

    Tabs and the dialog resource editor

    how do you make tabs in the resource editor? i don't understand how you make them, since you can't set which oens are for which tab and stuff.

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Not sure what you are asking but if you are referring to creating tab common controls using msvc++ ide GUI resource editor then maybe this will provide you with some relevant information?

    If you are referring to tab common controls, as described above, then you must attach the tab pages (dialogs or controls) programmatically; they cannot be set within a resource script. In this case, it is often simpler to create the tab common control in code and restrict your use of resources to dialogs with std/user controls (buttons, edits etc), menus, images etc. I think the link above provides an example of creating a 'tabbed dialog', extracted from a win32 example on msdn.

    If you are looking for an mfc answer then perhaps this may be of some interest.

  3. #3
    Registered User
    Join Date
    Nov 2002
    Posts
    21
    thanks, that first link has an amazing page

    http://www.foosyerdoos.fsnet.co.uk/

Popular pages Recent additions subscribe to a feed