communication between forms

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
phil99
In need of some credit
In need of some credit
Posts: 8
Joined: Fri Apr 26, 2013 9:45 pm

communication between forms

Post by phil99 »

i built a several form application and the forms them selves work great, now i have to get them to work together. I downloaded the alpha release of "programming with wxdev c++" and it did not have anything on the subject. Ive tried various things to no avail. Normally i would change the event function to include the form pointer as a parameter and tried that but got an error that id never seen before... anyway if someone could just point me in the direction of the documentation that explains how to accomplish this that would be great.
jgrzybowski
Earned some good credits
Earned some good credits
Posts: 113
Joined: Sat Sep 24, 2011 9:32 pm
Location: Poland

Re: communication between forms

Post by jgrzybowski »

Take a look on following topic: http://forums.wxwidgets.org/viewtopic.php?f=28&t=36623
Regards, Jarek
Post Reply