Windows Develop Bookmark and Share   
 index > Windows Forms General > Form Basics
 

Form Basics

I'm looking to find the basic concepts for making windows
forms that have an active area that can display other forms but still look
like the same form.

I am making a setup screen form for an application. It consists of a list
box on the left and on the right the options (textboxes, radio buttons etc) depending on what line is selected in the listbox.

I want to have the form to show the various options on the right when i
click a value in the listbox. Is there a way to break this down so all the
code isn't in the main form? i.e. when a line is selected in the listbox it
displays the options in the area to the right but from another class or
form.

Can anyone lead me in the right direction for this?

Adam

Admu  Friday, September 23, 2005 1:33 AM

Hi,

I guess you can achieve this by creating a usercontrol. you can place the code within the user control so that not all of your codes would be placed in your main form...

 

 

cheers,

Paul June A. Domag

Paul Domag  Friday, September 23, 2005 5:55 AM

Hi,

I guess you can achieve this by creating a usercontrol. you can place the code within the user control so that not all of your codes would be placed in your main form...

 

 

cheers,

Paul June A. Domag

Paul Domag  Friday, September 23, 2005 5:55 AM

You can use google to search for other answers

Custom Search

More Threads

• ToolstripManager
• Treeview: How to link node image (+/-) with node text to expand/collapse.
• ?? Why no Hotspot on Custom Cursors ??
• Overriding combobox drop-down menu
• continuous control redraw
• How to change the display text to a custom one on propertygrid control
• Populating value save in config file to drop down list in a c# window application
• Call MenuItems of MDI parent form Mdi Child Form
• How to make VB(2008 and 6.0) games part 1/25
• Running a console app as a scheduled task