hi
i have a form that contains a boolean variable that i need to use in a usercontrol. that is if the the form returns the variable true i perform a sub in the control, else i dont do anything,.
if i declare the variable public in the form i cannot see it in the user control. if i declare it as global to the project i can see it, but i bet there is a better way.....
thanks for the help
i have a form that contains a boolean variable that i need to use in a usercontrol. that is if the the form returns the variable true i perform a sub in the control, else i dont do anything,.
if i declare the variable public in the form i cannot see it in the user control. if i declare it as global to the project i can see it, but i bet there is a better way.....
thanks for the help