I am making a web browser that holds all its info in the registry (passwords, preferances, etc etc....) It supports different users and i need to load the info from the registry (i can do this) write it to a variable (can do this too), then make write it to another variable that says what user it is (ie. User1, user2, user3), this i cannot do because you can not put the registry code in a module, and i need to know how to share the variable throughout the program.
Thank you,
Eric


Reply With Quote