|
-
May 26th, 2000, 12:29 AM
#1
You could try to use the FlashWindow api call. It toggles the titlebar from active to non-active and back.
Public Declare Function FlashWindow Lib "user32" Alias "FlashWindow" (ByVal hwnd As Long, ByVal bInvert As Long) As Long
The returnvalue is true (nonzero) if the window was active before the call.
Pass the windows hwnd, and True for bInvert to toggle the windows caption, or False to restore the original state.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|