Results 1 to 2 of 2

Thread: Flash title bar needs work

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Oklahoma City,OK. USA
    Posts
    1

    Flash title bar needs work

    I need to understand how to work with Visual basic 6.0. does it require to have VB 6.0 software disk to and want create to Flash Title bar as trigger as when E- mail notification ( E-mail message arrive) it should stay flashing until all message are gone. see below.

    Public Declare Function FlashWindow _
    Lib "user32" (ByVal hwnd As Long, _
    ByVal bInvert As Long) As Long
    Put a timer and 2 commandbuttons on form1 with these properties:
    command1.caption="Start"
    command2.caption="Stop"
    timer1.interval=500 'flashes every 1/2 second
    timer1.enabled=false
    Code


    Private Sub Timer1_Timer()
    a& = FlashWindow(Me.hwnd, 1)

    but it is not working... Please help me!

    Any one know the problem, Please let me know


    Thanks,
    MDJ

  2. #2
    Don't mean to be rude but post in the General VB Questions forum instead. Here, we tend not to talk about VB (what an understatement ).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width