Link forms
Program to install:
(checked list box)
Program A
Program B
Program C
Program D
So when a person checks to install Program A and Program C...go to another form that will process this.
Hope I explaned myself enough..
Thanks in advance.
Program to install:
(checked list box)
Program A
Program B
Program C
Program D
So when a person checks to install Program A and Program C...go to another form that will process this.
Hope I explaned myself enough..
Thanks in advance.
http://www.c-sharpcorner.com/Language/FactoryPatternsinCSRVS.asp
Normally I would not expect when checking/unchecking items in a listbox for the program to move off to a new window. But if you really must do this then you just need to hook into the checked change event of the list box.
Phil Wright
www.ComponentFactory.com
Free VS2005 User Interface Controls
Thats bascially what im trying to do..Im not actully trying to create my own setup program...but im looking for that kind of format for my actual program.
Did you have any luck with solving this ?
So a wizard type interface ? You can pick them up from third parties like Infragistics, DevComponents.com might actually you some pain.
James