The MASM Forum

General => The Campus => Topic started by: guga on October 13, 2019, 10:17:08 AM

Title: tab without dialog
Post by: guga on October 13, 2019, 10:17:08 AM
Hi Guys

dumb question. :badgrin: :badgrin: :badgrin: Someone have a example of a tab control that uses only CreateWindowEx to build the pages and the controls on it ? I mean, without the usage of any dialog ? I´m trying to build a configurable tab control without dialogs, but it is not working as expected :(

I can create 2 tabs, but once i tried to attach a child window on it (to be displayed or hided whenever i select a tab), the CreateWindowEx function on each one of them returns false.
Title: Re: tab without dialog
Post by: guga on October 13, 2019, 11:59:53 AM
OOOPss..Sorry...dumb dumb dumb stupid mistake :mrgreen: :mrgreen: :mrgreen:

I accidentally settled the end of the Wndproc to return FALSE. No wonder it wasn´t working :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen:
Title: Re: tab without dialog
Post by: Mikl__ on October 21, 2019, 09:23:14 PM
Hi, guga!
cast a look The program demonstrates the text output on the screen in 10 ways (http://masm32.com/board/index.php?action=dlattach;topic=6275.0;attach=8942)
Title: Re: tab without dialog
Post by: guga on October 29, 2019, 06:19:54 AM
Thanks Mikl


I´m taking a look at it :thumbsup: :thumbsup: