C/How to create command buttons ?
Expert: Prince M. Premnath - 4/19/2008
Questiondear sir, i am student of engineering and styduing turbo c in my semester sir tell me how can i make a box and to make buttons in that box and user can also enter the values in the same box as we do in installing some program in windows
AnswerHi dear Fawad!
Perhaps its simple to develop text box and command buttons in C , only skill you have to possess is , just imagination skills , ie The key question is "how to achieve realism?" ask this key question at every stage of your GUI development sure it will result in good result!
How to draw a box ?
In turbo C a box can be drawn using 4 lines , 2 places horizontally and 2 vertically with certain height and width , or simply you can use the rectangle() function and fill the rectangle with a suitable color , it would look like a box , and same in case of push buttons !
For more graphics programming quires : mail me : princeatapi@yahoo.co.in
Thanks and Regards !
Prince M. Premnath