VC++ .NET Pass information between forms

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
firefly2442
Posts: 38
Joined: Mon May 31, 2004 7:55 am
Contact:

VC++ .NET Pass information between forms

Post by firefly2442 »

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! :)
Post Reply