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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jgdesignguru

  1. jgdesignguru

    VB using DLL error

    You need to know the structure of the DLL you are calling. C++ If it is a C++ API DLL, then it will have either named entry points like SendMessage: Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long...

Part and Inventory Search

Back
Top