|
-
Aug 14th, 2001, 02:25 PM
#1
Thread Starter
New Member
How do I use the MS Tabbed Dialog Control?
I have been trying to figure out how to use this tabbed dialog control (comctl32.ocx i think) for awhile now, i was able to do it once, but i don't remember... The way I had it before was on the TabControl1_click() subroutine was I would get the index of the tab that was active and display a Picture box with the corresponding index ... IE:
Sub TabControl1_click()
for i = 0 to 6
picture1(i).visible=false
next
picture1(tabcontrol1.___what_goes_here?___).visible = true
End Sub
What do i put in the snippet to get the current and selected tab?
Thanks in advance... Kage ^_~
Email me with answer at [email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|