News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

tab without dialog

Started by guga, October 13, 2019, 10:17:08 AM

Previous topic - Next topic

guga

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.
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

guga

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:
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com


guga

Thanks Mikl


I´m taking a look at it :thumbsup: :thumbsup:
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com