CompuServe Messages

#Window/Form Question

    10-Oct-91 16:07:06
Fm: Ted M. Young 76703,4343
To: Mark A. Hallerman 76177,1402
Mark, I've come up with a solution to your problem: don't use BringWindowToTop, use the SetWindowPos, with SWP_NOACTIVATE, SWP_SHOWWINDOW, SWP_NOMOVE, and SWP_NOSIZE as the wFlags parameter. I think my code that shows how to do this is in DL5 as FLOAT.ZIP…then again, it may not be there. If it isn't, I can email it to you. Also, see the VB-TIPS file which spells out exactly what I did, however, you should be able to figure out how to use SetWindowPos by yourself. – Ted There is 1 Reply.