How to flash the titlebar of a Visual Basic window -------------------------------------------------- You need to use the FlashWindow API: Public Declare Function FlashWindow Lib "user32" Alias "FlashWindow" (ByVal hwnd As Long, ByVal bInvert As Long) As Long The syntax is like this: FlshWindow Me.Hwnd,True
Text file Source (historic): geocities.com/siliconvalley/network/5045
geocities.com/siliconvalley/networkgeocities.com/siliconvalley
(to report bad content: archivehelp @ gmail)
|
|
|
|
|