|
|
|
|
|
Dicas
|
|
Visual Basic (Forms/MDI)
|
|
|
Título da Dica: Efeito FLASH no Label do Form
|
|
|
|
Postada em 29/1/2003 por Felipe
'Declaração de APIs Private Declare Function FlashWindow Lib "user32" (ByVal hWnd As Long, ByVal bInvert As Long) As Long
Dim lngReturnValue As Long lngReturnValue = FlashWindow(Form1.hWnd, True)
|
|
|
|
|