General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
How to use a MultiPage in Visual Basic?
I've added a MultiPage control to my form and created 3 tabs. In each tabs, I want to add different grids linked to an access database.
When I added the first grid (on top of a Frame) and I cycle through the different tabs, the grid is displayed in all 3 tabs. So, it seems that my grid is not really "inside" the first tab, it's just on top of the multipage regardless of the selected tab.
Could anyone please provide some help with this!?
Thanks!