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]