Thread: window programming

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    23

    window programming

    can anyone help me with programming windows into C++ programs. i seen a program that opened like a normal windows program but i can open options like normal windows. the best why i can explain it is it was like a desktop. but you can close the origanal windows.

  2. #2
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    Wow like a windows inside windows. Or to quote Neo (my favourite hacker) "Programs hacking programs?". God, hasn't the guy ever heard of a debugger...?

    What you wanna do is to learn Windows API. I could be really patronising and say that's probably out of your depth right now and you should learn the language first if you plan on using C. But then again I'm a complete retard, and there's always VB.

  3. #3
    Registered User
    Join Date
    Jan 2003
    Posts
    23
    i have been trying to find a VB to download but i have had no luck. any sites you can give me?

  4. #4
    Registered User
    Join Date
    Feb 2003
    Posts
    76
    VB aint free mate unfortunately. Your going to have to go out and spend your pennies if you want to start that. Or you can carry on with C++ with a free compiler but even then eventually you will want to buy Visual C++

  5. #5
    Registered User
    Join Date
    Jan 2003
    Posts
    23
    i have a Borland C++ compiler but i am new to C++. i found a program that a site said to try but i can't get it to make the .exe part. it errors out. any ideas on that one, and i still need some help with my frist part. the window in a window so someone said.

  6. #6
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    Are you talking about creating a Multiple Document Interface (MDI) program? If you don't know MFC or Windows API, I'd suggest you learn them first before attempting.

  7. #7
    Registered User
    Join Date
    Jan 2003
    Posts
    23
    i am not sure about that. you have sites that could help me?

  8. #8
    Grammar Police HybridM's Avatar
    Join Date
    Jan 2003
    Posts
    355
    an example of MDI is MSVC, where you can have lots of source files open at the same time, but they're all confined to the main MSVC window.

    Here is a tutorial on MDI:
    http://www.winprog.org/tutorial/app_four.html

    But I strongly recommend looking at the tutorial from the beginning, you won't understand any of it.

    EDIT: This post should be moved to Windows board.
    Thor's self help tip:
    Maybe a neighbor is tossing leaf clippings on your lawn, looking at your woman, or harboring desires regarding your longboat. You enslave his children, set his house on fire. He shall not bother you again.

    OS: Windows XP
    Compiler: MSVC

  9. #9
    Registered User
    Join Date
    Jan 2003
    Posts
    23
    don't really know how to do that. but i put it on c++ because it deals with my C++ compiler, or something like that. another problem i have is that it will not compile anything. i can get it to compile but not make the program. can anyone help me there?

  10. #10
    Registered User
    Join Date
    Nov 2002
    Posts
    126
    which compiler are you using?

  11. #11
    Registered User
    Join Date
    Jan 2003
    Posts
    23
    borland C++, it is a starter kit and i think that might be why but i do need to figure out what is wrong.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. WM_CAPTION causing CreateWindowEx() to fail.
    By Necrofear in forum Windows Programming
    Replies: 8
    Last Post: 04-06-2007, 08:23 AM
  2. 6 measly errors
    By beene in forum Game Programming
    Replies: 11
    Last Post: 11-14-2006, 11:06 AM
  3. Linking OpenGL in Dev-C++
    By linkofazeroth in forum Game Programming
    Replies: 4
    Last Post: 09-13-2005, 10:17 AM
  4. Pong is completed!!!
    By Shamino in forum Game Programming
    Replies: 11
    Last Post: 05-26-2005, 10:50 AM
  5. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM