Shaddow Posted September 19, 2004 Posted September 19, 2004 Here's the deal: I have an xml configuration file that I want to use to hold various values. ie: basic configuration, recent files etc. I put all code for this into a class called CONFIGXML.vb I want to just call a function with a integer parameter that will either fill a menu item on form one if a 1, or fill a configuration form if a 2. how do I get independent control over both forms from this class? Quote
pendragon Posted September 20, 2004 Posted September 20, 2004 Have you had a look at delegates, the following link might help http://www.xtremedotnettalk.com/showthread.php?t=87400 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.