Results 1 to 2 of 2

Thread: frequently running process

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2001
    Location
    india
    Posts
    108

    frequently running process

    hi.. i have a problem regarding change some status frquently.

    i m aorking a application of Port updateing and ports are updateing very-very frequently...i m collecting this information thru a event of a DLL. ..and when-ever status of any port will change the event genrates and give me the port no with the current status...then i should have run a function to changethe status....

    now the problem is how can i update this information...thru therading or any easy way is for that? i m using vb.net and vb6...

    regards

    anand
    Anand Thakur

  2. #2
    Lively Member
    Join Date
    Mar 2002
    Posts
    96
    If you have dll that raises an event then in main program reference the dll and insantiate it 'With Events' and write a function to handle the event. When event is raised function is automatically called.

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