Thread: Visual C++ .NET questions

  1. #1
    Registered User
    Join Date
    Mar 2005
    Location
    Varaždin, Croatia
    Posts
    11

    Visual C++ .NET questions

    Hello! I'm a newbie at vc++. I need some help.
    I've made the toolbar and some dialogs but I dont know how to use them.

    1.
    How do I create .exe program that will have its window, toolbar and stuff?

    2.
    How do I open a certain dialog when action in toolbar is pressed?

    3.
    How do I retrieve data user entered in dialog?

    4.
    How do I add content to Extended Combo Box and Combo Box? Is it possible to Combo Box contain data from a file?

    That would be it for now. Please help me! I need some answers...

    Also, some links to Visual C++ .NET tutorials would be awesome...

  2. #2
    I am me, who else?
    Join Date
    Oct 2002
    Posts
    250
    You should really post this in the Windows section as it sounds like you are talking about windows programming, just send a PM to a Mod and have them transfer it...

    If you are not asking about windows-based answers state it and we can help you particularly if you can be more specific in your questions.

  3. #3
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    If you already know C or C++, then you need a good book, like Programming Windows, by Charles Petzold. And, here's a tutorial to get you started.

    If you are new to C++, you'll need to learn some standard (text based) C++ before moving-on to the advanced GUI stuff.

  4. #4
    Registered User
    Join Date
    Jul 2005
    Posts
    5

    Thumbs up

    For books, I can also reccommened Sams Teach Yourself Visual C++ .NET in 21 Days. The whole book focuses on creating GUIs with MFC.

  5. #5
    Registered User
    Join Date
    Mar 2005
    Location
    Varaždin, Croatia
    Posts
    11
    Thanks guys!
    I found a cool website that answered all my questions posted here.

    www.functionx.com/vcnet/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM
  2. visual c++ vs visual c++ .net
    By johnh444 in forum C++ Programming
    Replies: 5
    Last Post: 07-04-2004, 10:22 PM
  3. Why?
    By gprime in forum C++ Programming
    Replies: 5
    Last Post: 06-13-2004, 04:44 PM
  4. Linking error
    By DockyD in forum C++ Programming
    Replies: 10
    Last Post: 01-20-2003, 05:27 AM
  5. Opinions on Visual C++ .NET Standard Edition
    By xds4lx in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 04-05-2002, 02:51 PM