Hello friends.
I have been able to create a TabControl on top of an existing TabControl.
The first TabControl works fine but the second Tab dosent work.
I would be glad if someone could provide me with a simple source of this.
Thanx
I have been able to create a TabControl on top of an existing TabControl.
The first TabControl works fine but the second Tab dosent work.
I would be glad if someone could provide me with a simple source of this.
Thanx
hi
here is a simple example
here is a simple example
bro
maybe i am wrong
but you create all 3 tabs on the same base = hTab
well i meant the second tab will be on the 1st tab =
invoke CreateDialogParam,hInstance,IDD_TAB1 ,hTab,addr Tab1,0
mov hTabDlg,eax
invoke CreateDialogParam,hInstance,IDD_TAB2 ,hTabDlg,addr Tab2,0
hope you understand bro
i am able to make the tab on top of old tab but the WM_notify function dosent work on the second one
it works fine on the first one.
maybe i am wrong
but you create all 3 tabs on the same base = hTab
well i meant the second tab will be on the 1st tab =
invoke CreateDialogParam,hInstance,IDD_TAB1 ,hTab,addr Tab1,0
mov hTabDlg,eax
invoke CreateDialogParam,hInstance,IDD_TAB2 ,hTabDlg,addr Tab2,0
hope you understand bro
i am able to make the tab on top of old tab but the WM_notify function dosent work on the second one
it works fine on the first one.
Hello friends.
I have been able to create a TabControl on top of an existing TabControl.
The first TabControl works fine but the second Tab dosent work.
I would be glad if someone could provide me with a simple source of this.
Thanx
Try the GWH link in my signature (Generic Window Handler).
The price is 28eur, but since nobody bought it for
several years, maybe I'll give it for free.
Anyway, the free version is not much restricted.
(as I can remember)
The example is in C since no ASM coder has ever
shown any interest in it, but should be no prob
to convert it.
HA! I've just discovered a small bug in GWH.
A new version is now on the web.
A new version is now on the web.