Results 1 to 7 of 7

Thread: User Interface

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026

    User Interface

    How do I create a User Interface in C++. I'm pretty sure it can be done, but what do I have to learn. And do any of you know where I can find a good free C++ graphics tutorial on the internet? Just so you know, I am using Borland C++ 4.5

    Thanx in advance for any help,
    Squirrelly1

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Huh? Are you talking about real Win32 apps, console apps or real DOS apps?
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026

    sorry

    sorry, I should have been more specific... I'm talking about textboxes, comboboxes, buttons, etc.

    How do I do all that? I'm pretty sure it will be raw coding, I just need to be pointed in the right direction... A tutorial would be good... thanx

    ~Squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

  4. #4
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    http://www.parksie.net/raw.zip

    I think that works

    Thats the code for a window....

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026

    link

    Steve,

    The link you gave doesn't work... Got another one???

    thanx,

    ~Squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

  6. #6
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    www.winprog.org has pretty good tutorial on Windows programming. I strongly suggest that you first learn the actual C++ language and do some coding in Console applications if you have not done that already.
    Baaaaaaaaah

  7. #7
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Originally posted by SteveCRM
    http://www.parksie.net/raw.zip

    I think that works

    Thats the code for a window....
    www.parksie.uklinux.net/Raw.zip

    It's ever so slightly different

    PS: If you have trouble with LONG_PTR or INT_PTR, change them to LRESULT. That example is based on the Platform SDK headers (which you should have if you plan on any serious windows development).
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width