Author Topic: Difference of Dialogue and frame based GUI programs  (Read 4199 times)

Offline Jc6828

  • Single posting newcomer
  • *
  • Posts: 8
Difference of Dialogue and frame based GUI programs
« 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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Difference of Dialogue and frame based GUI programs
« Reply #1 on: May 20, 2015, 02:15:17 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.