Search results for query: *

  1. S

    timeSetEvent trouble

    May I have to change it in VC++ or VB .Net only?
  2. S

    timeSetEvent trouble

    Callback function In fact I use a self-program API written in VC++ (not timeSetEvent, like timeSetEvent only) , then use VB.Net for interface. In VB I call this function with some parameters include a function pointer from VB. Although I use AddressOf operator but it doesn't work!
  3. S

    timeSetEvent trouble

    I used an API function written in C++ with a CallBack like timeSetEvent in this Public Declare Function timeSetEvent Lib "winmm.dll" (ByVal uDelay As Long, ByVal uResolution As Long, ByVal lpFunction As Long, ByVal dwUser As Long, ByVal uFlags As Long) As Long But in VB .Net, I do not know how...
Back
Top