Results 1 to 2 of 2

Thread: "multi-tasking" kind of........

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2000
    Posts
    14
    This should be very simple. I hope.

    Basically I have a program that uses winsock to recieve incoming messgages to it and then it pops the message up, however I have found that if the Form is not in focus, then the messages will not be recieved until I bring the form back into focus, is there any way to allow the program to run in the background so that messages are recieved even if I am doing somthing else???

    Haz

  2. #2
    Lively Member devmax's Avatar
    Join Date
    Mar 2001
    Posts
    67
    try this :
    Code:
    Sub data_is_comming()
     Form1.SetFocus
     ' operations to popup the message
    End Sub
    And so, the form will appears or it will blink on taskbar

    Hope it was helpful
    All what you dream is codable - DevMaX

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