Thread: A good tutorial for a visual interface?

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    55

    A good tutorial for a visual interface?

    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?

  2. #2
    Registered User
    Join Date
    Mar 2007
    Posts
    32
    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

  3. #3
    Registered User
    Join Date
    Mar 2005
    Location
    Juneda
    Posts
    291
    As I understand it means a splash window. Take a look at http://www.codeproject.com/miscctrl/ABasuSplash.asp

    Niara

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Avoiding Global variables
    By csonx_p in forum Windows Programming
    Replies: 32
    Last Post: 05-19-2008, 12:17 AM
  2. What's wrong with this code??
    By Xanth in forum C Programming
    Replies: 11
    Last Post: 12-23-2004, 02:41 PM
  3. MS Visual C++ 6 wont include vector.h in a header file
    By bardsley99 in forum C++ Programming
    Replies: 9
    Last Post: 11-06-2003, 12:05 PM
  4. Linking error
    By DockyD in forum C++ Programming
    Replies: 10
    Last Post: 01-20-2003, 05:27 AM
  5. <list>
    By Unregistered in forum C++ Programming
    Replies: 9
    Last Post: 02-24-2002, 04:07 PM