Thread: Relativly new to c++, how do I make application interfaces?

  1. #16
    Programmer Frantic-'s Avatar
    Join Date
    Dec 2004
    Posts
    114
    i have ran into trouble with using this.

    I downloaded and installed it, but there is no icon to be found to start the program in any of the folders, or my desktop.? How do i start up VC 2005?

  2. #17
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    I believe the executable is called VCExpress.exe. The exact path on my computer, if you have trouble finding the shortcut in the start menu, is:
    Code:
    "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\VCExpress.exe"
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  3. #18
    Programmer Frantic-'s Avatar
    Join Date
    Dec 2004
    Posts
    114
    thank you. now im have some trouble with it.

    I lost my GUI editor! I cant find any way to get it back.

  4. #19
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    What do you mean "GUI editor"?
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  5. #20
    Programmer Frantic-'s Avatar
    Join Date
    Dec 2004
    Posts
    114
    my "view designer" button.

  6. #21
    Registered User
    Join Date
    Jun 2004
    Posts
    722
    Right click the toolbar -> Customize. In Catagories (left list) choose View. Then in Commands (right list) choose "View designer". Click and drag it onto the toolbar.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Cleanup of the application...
    By Petike in forum Windows Programming
    Replies: 1
    Last Post: 08-16-2008, 05:23 PM
  2. Problem with com application
    By amardon in forum C++ Programming
    Replies: 3
    Last Post: 10-06-2005, 05:50 AM
  3. socket send() exits app unexceptively
    By Kleid-0 in forum C Programming
    Replies: 9
    Last Post: 07-25-2005, 08:29 AM
  4. MFC run application by clicking on file...
    By dug in forum Windows Programming
    Replies: 4
    Last Post: 12-02-2004, 04:33 AM
  5. 'functions' in make?
    By mart_man00 in forum C Programming
    Replies: 1
    Last Post: 06-21-2003, 02:16 PM