| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Win32 Frontend
I was wondering in C++ when you have made your gui how do you make a button
equal a command line :example if you had a button which said bitrate and beside it it had 128,160,192 and you selected 160 as the bitrate and then it encodes with the bitrate how do you make the checkbox equal a command line.The command line would be"<b> -160" .I have found no guides on how to program a frontend |
|
#2
|
|||
|
|||
|
post the code you have now, and explain your problem more clearly. I'm afraid I have no idea what you are trying to do. what exactly to you mean by a command line and a frontend?
|
|
#3
|
|||
|
|||
|
The example by you is not clear. I can make out little from your post. You need to create a command that on execution generates a button for you with specified coordinates and dimensions. Is it true?
For that you need to use <graphics.h> and create a class that only creates button on screen. The command then should take object of this class for producing the button. Moreover, in the constructor of your button class, you should specify coordinates and dimensions as default values else you need to mention them explicitly. For creating such command , you need t make exe of your program or .bat HTH. |
|
#4
|
|||
|
|||
|
Using c/C++ for making a frontend is tediuos task.Instead switch to VB or VC.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > C/C++ Help > Win32 Frontend |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|