Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: camurria
  • Order by date
  1. camurria

    settimer visual c++ 6.0

    hi, I must create a timer in dll-application in visual c++. I do this: UINT m_timerID; m_timerID = SetTimer(NULL,0,(UINT)1,(TIMERPROC)OnTimer); void CALLBACK OnTimer(HWND hWnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime) { printf("ok\n"); } // OnTimer but OnTimer not happened. why? Thanks
  2. camurria

    Urgent - TRAP in extension agent SNMP

    I’m developing a extension agent SNMP in Microsoft Visual C++ 6.0 on WINDOWS 2000 Professional operating system. I must send a trap to Manager SNMP and I need to know if manager have received a trap. Do functionality is implement in Windows Agent SNMP or in other Agent Snmp? If no, how can I do...

Part and Inventory Search

Back
Top