News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Difference of Dialogue and frame based GUI programs

Started by Jc6828, May 20, 2015, 01:54:45 PM

Previous topic - Next topic

Jc6828

I am just starting to get into windows programming using the Win32GUI Project; could someone please tell me the difference between frame based and dialogue based GUI Projects.

ollydbg

Quote from: Jc6828 on May 20, 2015, 01:54:45 PM
I am just starting to get into windows programming using the Win32GUI Project; could someone please tell me the difference between frame based and dialogue based GUI Projects.
You need to search these topics in some search engines. Our forum is not suitable to ask such question.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.