windmill
03-17-2003, 07:57 PM
hi, i'm a visual basic newbie (but not a programming or computer newbie, if that will help), and i'm trying to build a database to keep track of my cd and document collection. i have a form set up that has a row of icons (they are picture boxes) such as "cd", "documents", "misc", "search" and when they are clicked (let's say a cd icon for the cd database), instead of a new form popping up that displays the cd collection form, the current form "refreshes" and displays some labels, text boxes and a few other objects that are totally exclusive to the cd database. on the other hand, if the documents menu is clicked, the form redraws and displays a totally new layout for the documents database. again, this is almost the same thing as loading a new form. the only thing is, it has stumped me and i haven't gotten very far with this program. imagine a web page that has frames, if you click somewhere in the navigation frame, the main content loads. this is how i want the form to act.
-------------------
ICONS
-------------------
CONTENT
HERE
-------------------
-------------------
ICONS
-------------------
CONTENT
HERE
-------------------