help!
-
-
I want to make a modal class in the visual c++,but when I want to make it ,the system told me that I can't make this class,how should I solove this problem.thank you!waiting for your answer. Always do you best,what you plant you will harvest later!
Do you mean a modal 'dialog' ? If so there are two methods for creating a dialog DialogBox() // creates a modal dialog CreateDialog() // creates a modeless dialog Have a look on MSDN for how to use these functions.
-
I want to make a modal class in the visual c++,but when I want to make it ,the system told me that I can't make this class,how should I solove this problem.thank you!waiting for your answer. Always do you best,what you plant you will harvest later!
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/_core_modal_and_modeless_dialog_boxes.asp[^] maybe it is some helpful to you
-
I want to make a modal class in the visual c++,but when I want to make it ,the system told me that I can't make this class,how should I solove this problem.thank you!waiting for your answer. Always do you best,what you plant you will harvest later!
Harry, What are you staring with, a Dialog based application? Do you want to create another Dialog that you can po up from the intial one? Bt the way, it will help you a lot, a lot, a lot, if you give a subject in you post that is indeed the subject you are inquiring about. If you just put "help" then it possible that many people who could help you will just pass over you post. Read Chris's points also. They are the first post in this forum. :)