Results 1 to 3 of 3

Thread: [RESOLVED] Not for sure about this?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2004
    Location
    carmi,IL.
    Posts
    105

    Resolved [RESOLVED] Not for sure about this?

    Hello:

    I have an application that runs minimized most of the time. It logs events that happens from a Digital I/O Device.

    Is there a way that when one of the events fire I can make the form come back into focus?(You know pop back up from the taskbar?)

    Thanks
    David M. Camp

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Not for sure about this?

    Changing the WindowState may be enough for you:
    Code:
    Me.WindowState = vbNormal

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2004
    Location
    carmi,IL.
    Posts
    105

    Re: Not for sure about this?

    Thank You.

    That works just fine.
    David M. Camp

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