CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2000
    Location
    India
    Posts
    16

    Idle Processing In VB

    How can i implement Idle Processing in VB.There is a message map in VC WM_IDLE.
    Which is the corresponding function in VB or is there is API's which i can use to implement Idle Processing In VB.


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Idle Processing In VB

    You could try subclassing ans catch the same WM_IDLE. Besure to pass on the event back to window procedure as VB may be doing more on that than its VC counterpart ( the application Framework)

    RK

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

Featured