Opening another
-
How do you open another form when you click on a command button. I tried looking up the information using the forum search etc but it comes up with no results. :confused: Thank you
-
How do you open another form when you click on a command button. I tried looking up the information using the forum search etc but it comes up with no results. :confused: Thank you
BritishEmpire wrote: How do you open another form when you click on a command button. This sounds like VB syntax, or have the terms "form" and "command button" been moved into VC++ .Net also? What exactly is it that you are trying to do?
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
-
BritishEmpire wrote: How do you open another form when you click on a command button. This sounds like VB syntax, or have the terms "form" and "command button" been moved into VC++ .Net also? What exactly is it that you are trying to do?
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
I am trying to open another dialog when you click on a button. For example when a user clicks on a button called eg Payment I want it to open the dialog called payment. Thanks
-
I am trying to open another dialog when you click on a button. For example when a user clicks on a button called eg Payment I want it to open the dialog called payment. Thanks
See here for an example of a modal dialog.
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow