CompuServe Messages

Window active help

    13-Jul-88 00:43:33
Fm: Jim Vogel 73177,441
To: Jim Vogel 73177,441
printf("pic window active\n"); ActivateWindow(textwin); break; } /* switch */ I have another "fix" if this does not work. That is to make pic a borderless window, setit at 0,11 instead of 0,0, and get rid of its close and depth gadgets. Then I can still test to see if it is active, and if so , activate text. This eliminates the need to have depth , and close gadgets in pic. Any suggestions or comments? Thanks, Jim Vogel