FlashWindow

<< Click to Display Table of Contents >>

 

FlashWindow

FlashWindow(Number, Time)

This method forces Elipse Power Viewer's icon on Windows Notification Area to start flashing. The Number parameter determines the number of times Elipse Power Viewer's icon must flash and Time determines a time, in milliseconds, between flashes. Example:

Sub Text1_Click()
  Set frame = Application.GetFrame("_top")
  frame.FlashWindow 50, 500
End Sub

Was this page useful?