tab page - tab pane
-
Hello, I already looked in the articles but i did not found anyone. Does there not exist any article for PocketPc which works with tab pages - tab panes? regards pat
That's a rather vague question. What do you want to know, exactly? All you need to do is drag a
TabControl
onto your form, add tages through theTabPages
property in the PropertyGrid, then drag controls onto specificTabPage
s, which you can select like you would aTabControl
at runtime in the designer to switch tabs. This posting is provided "AS IS" with no warranties, and confers no rights. Software Design Engineer Developer Division Sustained Engineering Microsoft [My Articles] -
That's a rather vague question. What do you want to know, exactly? All you need to do is drag a
TabControl
onto your form, add tages through theTabPages
property in the PropertyGrid, then drag controls onto specificTabPage
s, which you can select like you would aTabControl
at runtime in the designer to switch tabs. This posting is provided "AS IS" with no warranties, and confers no rights. Software Design Engineer Developer Division Sustained Engineering Microsoft [My Articles]