alanchinese
Regular
- Joined
- Jan 12, 2005
- Messages
- 62
i have two projects, ProjControls and ProjForms
ProjControls includes CtrlAddress, which is a group of controls CtrlText (includes the TextBox control, for street, city, and zipcode) and CtrlOptions (includes ComboBox control, for state codes).
ProjForms includes FormCustomer, that uses CtrlAddress inside the form. that's why i need to include ProjControls' dll for ProjForms
ProjForms also includes FormZipcode, and FormCity, etc. which shares similar UI of the FormCustomer.
what i want to do is, inside the CtrlAddress, i want to have a button so that by clicking it users can access information for certain zipcode or city.
now i have the problem: I cannot include the reference of ProjForms into ProjControls....
i want to see how you handle this issue? should i combine ProjControls and ProjForms together (tha's not what i want to do, because there are reasons for me to group them seperately)
thankx.
ProjControls includes CtrlAddress, which is a group of controls CtrlText (includes the TextBox control, for street, city, and zipcode) and CtrlOptions (includes ComboBox control, for state codes).
ProjForms includes FormCustomer, that uses CtrlAddress inside the form. that's why i need to include ProjControls' dll for ProjForms
ProjForms also includes FormZipcode, and FormCity, etc. which shares similar UI of the FormCustomer.
what i want to do is, inside the CtrlAddress, i want to have a button so that by clicking it users can access information for certain zipcode or city.
now i have the problem: I cannot include the reference of ProjForms into ProjControls....
i want to see how you handle this issue? should i combine ProjControls and ProjForms together (tha's not what i want to do, because there are reasons for me to group them seperately)
thankx.