gui problem
-
Could i plot signal in the dialog box? Or it's more difficult to do it? I wan to choose mfc AppWizard(exe).i wan to display button and boxes on the gui.What type of application is suitable to create ? sdi, mdi or dialog ? Thx a lot for ur help. take care all.
-
Could i plot signal in the dialog box? Or it's more difficult to do it? I wan to choose mfc AppWizard(exe).i wan to display button and boxes on the gui.What type of application is suitable to create ? sdi, mdi or dialog ? Thx a lot for ur help. take care all.
every type of application can be content what you want,but more important is that you should write a derived class from CButton(for example),and override some virtual methods and message-functions. reference to articles here meybe give you a hand 路漫漫其修远兮,吾将上下而求索。
-
Could i plot signal in the dialog box? Or it's more difficult to do it? I wan to choose mfc AppWizard(exe).i wan to display button and boxes on the gui.What type of application is suitable to create ? sdi, mdi or dialog ? Thx a lot for ur help. take care all.
when writting about "plot signal" do you mean drawing a graph of a signal, like an analogic signal ? if so, have a look hhere[^] , there are examples on how to create graphs and plot.
Maximilien Lincourt Your Head A Splode - Strong Bad
-
Could i plot signal in the dialog box? Or it's more difficult to do it? I wan to choose mfc AppWizard(exe).i wan to display button and boxes on the gui.What type of application is suitable to create ? sdi, mdi or dialog ? Thx a lot for ur help. take care all.
meiyueh wrote: Could i plot signal in the dialog box? Yes! meiyueh wrote: Or it's more difficult to do it? No! OK, that was simple, but you lost me. You need to rethink your question. It looks like you need a dialog based application. INTP "The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes." Andrew W. Troelsen