I just want to do a simple screen for the user to enter some parameters before my application begins... Just a couple o fields, a button and some check boxes... Do you know any simple tutorial I could follow?
This is a discussion on A good tutorial for a visual interface? within the Windows Programming forums, part of the Platform Specific Boards category; I just want to do a simple screen for the user to enter some parameters before my application begins... Just ...
I just want to do a simple screen for the user to enter some parameters before my application begins... Just a couple o fields, a button and some check boxes... Do you know any simple tutorial I could follow?
There are no 'simple' ways to create a Graphic User Interface. A blank windows requires approximately 77 lines of code. However, you can read a tutorial by theForger here: http://www.fortunecity.com/rivendell...es/Forgers.htm
As I understand it means a splash window. Take a look at http://www.codeproject.com/miscctrl/ABasuSplash.asp
Niara