The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: xandaz on July 14, 2009, 01:51:16 PM

Title: Tab Control Class
Post by: xandaz on July 14, 2009, 01:51:16 PM
   Hey ! Can anyone help me out? I've Created a tab control window with two tabs but i'm having trouble with the display area of the tabs. What do i do? Do i create child windows for those tabs? i did so but nithing comes on. thx anyone
Title: Re: Tab Control Class
Post by: PauloH on July 14, 2009, 02:47:07 PM
Hi,

You can see these links:
http://msdn.microsoft.com/en-us/library/bb760551(VS.85).aspx
http://www.winasm.net/forum/index.php?showtopic=1820
http://forum.pellesc.de/index.php?topic=2898.0

I think they can help you.

Kind regards,
PauloH
Title: Re: Tab Control Class
Post by: KhipuCoder on July 14, 2009, 09:53:54 PM
Hi xandaz,

Here are two further examples with explanations:

http://win32assembly.online.fr/files/TabTutorial.zip
http://win32assembly.online.fr/files/TabbedDialog.zip

HTH
KhipuCoder