• Welcome to Valhalla Legends Archive.
 

I need help somebody please look

Started by vespene-, May 28, 2004, 03:13 AM

Previous topic - Next topic

vespene-

Hey I want to know is there a code for linking forms.....  as in Say if you are making somthing and you have settings on the menu... how would i be able to make it so when i click settings it goes to the settings form?  if you could help please help me

Adron

Quote from: vespene- on May 28, 2004, 03:13 AM
Hey I want to know is there a code for linking forms.....  as in Say if you are making somthing and you have settings on the menu... how would i be able to make it so when i click settings it goes to the settings form?  if you could help please help me

You would write code to display the settings form in an appropriate place and way.

You might perhaps be registering the code with something, overriding some virtual function, or just adding a case somewhere. It all depends on what OS, GUI, API etc you are using. C/C++ can use many...

Zakath

Since presumably you are working in Windows, I suggest making a dialog template in your resource file, and calling CreateDialog() on it when the menu item is clicked.
Quote from: iago on February 02, 2005, 03:07 PM
Yes, you can't have everybody...contributing to the main source repository.  That would be stupid and create chaos.

Opensource projects...would be dumb.

Eli_1

Eww@posting the exact same question 4 times.  :o