VC++ .NET Pass information between forms
-
- Posts: 38
- Joined: Mon May 31, 2004 7:55 am
- Contact:
VC++ .NET Pass information between forms
Hello. I am working on a VC++ project (not involving irrlicht). How can I pass information between forms in VC++ .NET? I need to get a URL from a textbox in one Form and then pass that to my main form. I tried making the component that will display it public and just access it that way but it says "Form1 is not a class or namespace name". Any thoughts or suggestions? Thanks!