Home > Software engineering >  How to use MFC in VS, implement interface screen switch??
How to use MFC in VS, implement interface screen switch??

Time:09-18

Using vc to develop a system of application interface, need: 7 buttons, each press of a button, the system will need to switch to a different interface;
Excuse me each big fairy: how to implement in MFC: press the button to switch interface (that is, the switch to another picture),

CodePudding user response:

https://download.csdn.net/download/tajon1226/11102672

Can refer to the example of writing, I use the combox switch, but for button is the same truth,

You can also search on the net the MFC tabControl switch interface, the same principle


The easiest way to do, in QT development, StackView or ListView, very simple,

CodePudding user response:

Stick as a child interface on the main interface, through the ShowWindow (SW_SHOW); ShowWindow (SW_HIDE); Switch interface

CodePudding user response:

https://blog.csdn.net/samdy1990/article/details/16898971


CodePudding user response:

TabControl know about the

CodePudding user response:

It is ok to use tabs,

CodePudding user response:

3 ks you

CodePudding user response:

Do a few child window to switch, or on a window to show hide controls can also, how do you think it's convenient, how to deal with no fixed pattern
  • Related