Thread: 2 or more windows

  1. #1
    Registered User
    Join Date
    Aug 2004
    Posts
    731

    2 or more windows

    Is it possible to ahve a program made with just c++ (I mean like just the dos windows) have more then one dos window interact with each other. I mean I want 2 or 3 windows open at the same time that interact with each other (a variable changes the other windows notice).

    Thanks!

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    You can fire events that other applications will pick up, and also supply environment variable. Of course you may be more interested in doing it with win32 windows and having an MDI.

  3. #3
    Registered User
    Join Date
    Aug 2004
    Posts
    731
    Well I don't know enof to use win 32 so oh well I will make do for now.

  4. #4
    Registered User
    Join Date
    Aug 2004
    Posts
    731
    oh and for whome ever said I'm not good at computers. Think again.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Windows 98/2000 programming in Windows XP
    By Bill83 in forum Windows Programming
    Replies: 3
    Last Post: 07-22-2005, 02:16 PM
  2. Dialog Box Problems
    By Morgul in forum Windows Programming
    Replies: 21
    Last Post: 05-31-2005, 05:48 PM
  3. dual boot Win XP, win 2000
    By Micko in forum Tech Board
    Replies: 6
    Last Post: 05-30-2005, 02:55 PM
  4. SDL and Windows
    By nickname_changed in forum Windows Programming
    Replies: 14
    Last Post: 10-24-2003, 12:19 AM
  5. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM