- 1
Windows application ?
how can i write windows application and its program
1 Resposta
+ 2
Well, maybe two meanings.
The first, to write and get windows application in one of them programming languages, you have to install the programming language into your computer with Windows. }The instalation packs can be found over many internet sources]. So now you can write compile and run that application.
But - according course examples here you will get only a Console type applicaion. This is running in Windows. but in a small text window.
So, to working your application as a real windows apllication, with windows, text boxes, buttons, menus, etc.. you have to learn more about programming GUI (graphics user interface) in these programming languages. m