Thread: Programming drop down menus

  1. #1
    Registered User
    Join Date
    Jun 2008
    Posts
    7

    Programming drop down menus

    How much of C++ will I need to learn to be able to program drop down menus?
    I know A little bit of how program in C++

  2. #2
    Registered User
    Join Date
    Mar 2005
    Location
    Freeport, IL
    Posts
    32
    need to learn how program GUI's with C++. I'm still haven't taken that plunge yet.

  3. #3
    Registered User
    Join Date
    Jun 2008
    Posts
    7
    Is there a tutorial on the Internet i can use?

  4. #4
    Registered User
    Join Date
    Mar 2005
    Location
    Freeport, IL
    Posts
    32
    Yea there are a bunch of them out there, just do a google search for c++ gui programing.

  5. #5
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    What sort of GUI are you intending to program? On what platform? Using what API? I know these are annoying questions. I think it wouldn't hurt to use something platform independant like wxWidgets.

    Or there is always the .NET crap too if you want to learn something proprietary and "hot."

  6. #6
    Registered User
    Join Date
    Jun 2008
    Posts
    7
    I don't know any of this stuff.
    But I am using Dev C++ Will wxWidgets work with Dev C++?

    As for the GUI I will just start small.

  7. #7
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Check this out.

  8. #8
    Registered User
    Join Date
    Jun 2008
    Posts
    7
    Thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to create a drop down menu?
    By arian in forum C# Programming
    Replies: 5
    Last Post: 03-29-2009, 11:42 PM
  2. DataGrid drag and drop
    By gtriarhos in forum C# Programming
    Replies: 0
    Last Post: 10-11-2005, 12:36 PM
  3. Drag and Drop using CImageList, Device contexts and BitBlt
    By MJWhiteman2 in forum Windows Programming
    Replies: 0
    Last Post: 03-03-2005, 07:22 AM
  4. Menu's
    By Benzakhar in forum Windows Programming
    Replies: 1
    Last Post: 02-20-2004, 10:13 PM
  5. Drop down menus in HTML
    By sean in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 06-11-2002, 12:39 PM