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.
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:
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)
Thanks Mikl
I´m taking a look at it :thumbsup: :thumbsup: