G Guest Mar 24, 2005 #1 how can i add things from a different form to a combo box on a different form? and how do you transfer info from form to form
how can i add things from a different form to a combo box on a different form? and how do you transfer info from form to form
C Cor Ligthert Mar 24, 2005 #2 Iwdu15 how can i add things from a different form to a combo box on a different form? and how do you transfer info from form to form Click to expand... You would not want this, when you want to use data on more forms, than create objects that can be a datasource which you pass between the forms. The approach you take now will be proven lead only to unmaintable spaghetti software. It is possible and can be done, however in the way you ask it, is the change on errors will be in my opinion enormous. Just my thought, Cor
Iwdu15 how can i add things from a different form to a combo box on a different form? and how do you transfer info from form to form Click to expand... You would not want this, when you want to use data on more forms, than create objects that can be a datasource which you pass between the forms. The approach you take now will be proven lead only to unmaintable spaghetti software. It is possible and can be done, however in the way you ask it, is the change on errors will be in my opinion enormous. Just my thought, Cor
C Cor Ligthert Mar 24, 2005 #4 iwdu15 A nice sample is on this page. http://msdn.microsoft.com/library/d...ndowsformslistcontrolclassdatasourcetopic.asp listcontrols are the combobox and listbox those two work almost the same. I hope this helps Cor
iwdu15 A nice sample is on this page. http://msdn.microsoft.com/library/d...ndowsformslistcontrolclassdatasourcetopic.asp listcontrols are the combobox and listbox those two work almost the same. I hope this helps Cor