Thread: Re: Active Child Window

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    12

    Re: Active Child Window

    Hi,

    I've created an asm file assembler program in borland c++. I am currently spawning the opened file to assemble it, however if i open multple asm files and randomly select one, the program will only ever assemble the last opened file. Due to the fact that is what i've instructed.

    Does anybody know a way for the program to read which asm file is active to assemble, rather than the last opened file?

    Thanks for any suggestions!!!
    icc_81

  2. #2
    'AlHamdulillah
    Join Date
    Feb 2003
    Posts
    790
    are you on windows or linux, cause my answer really depends on that.

  3. #3
    Registered User
    Join Date
    Nov 2003
    Posts
    12
    I'm using Windows.
    icc_81

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. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  5. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM