Results 1 to 11 of 11

Thread: Newbie in distress

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    12

    Unhappy

    I have veeeerrrrry recently started teaching myself VC++. I was wondering, how do you make a "visual" interface like on used in Windows as opposed to DOS??? Thanks for any help.
    John

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    What do you mean:
    to make a app with a GUI choose new and then Win32 Application or MFCAppWizard.This will make a app that is not DOS but a Windows app.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    12

    Thanks

    Thank you, it worked well.
    John
    Building a better gaming world through VB.

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    What's your email? I've got a load of sample stuff I wrote a while back.

    PS: Get the PSDK - it'll make your life a lot easier. Also, start with pure API programs rather than MFC.

    PPS: Are you learning C++, or making windows apps. There's a big difference, and learning "VC++" is nonsensical!
    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

  5. #5

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    12
    My Email address is:
    [email protected]
    I'm not sure what you mean, I don't know the difference in Windows apps vs the other choice. Why is learning VC++ nonsensical? Shedding any light on this problem would be greatly appreciated.
    John
    Building a better gaming world through VB.

  6. #6

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    12
    Also, what's a PDSK, and what's the difference between Pure API and the other choice, also, how do you make a pure api instead???
    Building a better gaming world through VB.

  7. #7
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    PSDK - Microsoft Platform Software Developers' Kit. The most useful bit of documentation in the world.

    Pure API is where you have to do everything yourself.

    See this thread: http://forums.vb-world.net/showthrea...threadid=35484
    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

  8. #8
    Guest
    Parksie,
    I can't find anything in the PSDK about creating windows apps....

    I just recieved my july 2000 MSDN CD's... and that had the platform SDK, but I don't see anything about creating windows apps....


  9. #9
    Guest
    PSDK is mainly focused on the API functions.

  10. #10

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    12

    Thanks

    Thank you, I'm sure this will be helpful... I read the other discussion on the matter, and decided to learn more C++ before venturing into VC++.
    John
    Building a better gaming world through VB.

  11. #11
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    denniswrenn - look at the samples that come with it. Also, these functions are the ones to look at:

    CreateWindowEx
    RegisterClassEx
    DialogBox
    CreateDialog
    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