Thread: Windows Form?

  1. #1
    Registered User
    Join Date
    Jan 2006
    Location
    England, Norwich
    Posts
    38

    Question Windows Form?

    Hey,

    i'v read a few of the nice tutoreals that tell you how to making nice windows based programs with guis but i havnt been abe to figure out how on eath do you make a multi form program. do you make diffrent functions or somthing?


    i would be greatful for any help ( and source code )
    1 or 0, Alive Or Dead!
    -------------------------
    OS: Windows XP
    Complier: MinGW
    IDE: Dev-cpp

  2. #2
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    What's a multi-form? I've done some Windows programming, but I don't know what that is... It sounds like Visual Basic terminology. I know somebody who programs VB, and he talks about "forms."

    Maybe post your question on the Windows forum....

    And, if you are going to do Windows Programming I recommend you get Programming Windows, by Charles Petzold. It's covers just about everything.

  3. #3
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    1) check the windows board
    2) the code in your sig has a few syntax errors.
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  4. #4
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    I think he means an MDI application. I've never written one but there must be some material out there on it - Google.
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  5. #5
    Registered User
    Join Date
    Aug 2005
    Posts
    1,267
    make an MFC application with M$ Visual C++ and MDI is a snap to make. The IDE wizard will generate all the basic code for your.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Windows Forms
    By ejohns85 in forum C# Programming
    Replies: 2
    Last Post: 05-17-2007, 03:22 PM
  2. how to make a windows application
    By crvenkapa in forum C++ Programming
    Replies: 3
    Last Post: 03-26-2007, 09:59 AM
  3. Script errors - bool unrecognized and struct issues
    By ulillillia in forum Windows Programming
    Replies: 10
    Last Post: 12-18-2006, 04:44 AM
  4. Accessing main form from functions in other classes
    By pj_martins in forum C++ Programming
    Replies: 1
    Last Post: 11-05-2004, 09:27 AM
  5. My UserControls dissapear off my form
    By zMan in forum C# Programming
    Replies: 2
    Last Post: 09-15-2004, 08:55 AM