Connecting Tech Pros Worldwide Help | Site Map

Help in vb6

Familiar Sight
 
Join Date: Jan 2007
Posts: 224
#1: Dec 29 '08
I am making am application, as the number forms are small instead of making MDI Form i want to make a simple form, place some buttons on left side of the form and when user click any button what i want is that instead of opening form in a new window i want that the form will be displayed to the right side ,

so is there any way we can do this , what comes in my mind is that may be we have to use some thing like frames or are there any control like that by using we can use form with in form or there is some other way for doing this?

Hope you understand what i mean.

i just want to know what controls can be used for this.
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,505
#2: Dec 29 '08

re: Help in vb6


yes you can use containers like frame or picturebox for the purpose.
Familiar Sight
 
Join Date: Jan 2007
Posts: 224
#3: Dec 29 '08

re: Help in vb6


Thanks debasisdas i will try using frame for this.
smartchap's Avatar
Familiar Sight
 
Join Date: Dec 2007
Location: Lucknow, India
Posts: 194
#4: Dec 30 '08

re: Help in vb6


You can use SSTab control for this and place forms in different tabs. Tabs will work as buttons.
Reply


Similar Visual Basic 4 / 5 / 6 bytes