Connecting Tech Pros Worldwide Help | Site Map

Help in vb6

  #1  
Old December 29th, 2008, 03:36 PM
Familiar Sight
 
Join Date: Jan 2007
Posts: 222
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.
  #2  
Old December 29th, 2008, 04:47 PM
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,485
Provided Answers: 1

re: Help in vb6


yes you can use containers like frame or picturebox for the purpose.
  #3  
Old December 29th, 2008, 07:07 PM
Familiar Sight
 
Join Date: Jan 2007
Posts: 222

re: Help in vb6


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

re: Help in vb6


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
text help in Vb6.0 yoda answers 2 January 13th, 2007 12:31 AM
Standalone EXE in VB6 Wog George answers 13 January 2nd, 2007 02:05 PM
.NET DLL use in VB6 Mike Sharpe answers 2 August 31st, 2006 02:35 PM
Encryption in VB6.0, VB.NET Sam answers 2 April 4th, 2006 09:35 PM