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 bkrike 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 vernlee

  1. vernlee

    Using VB6,Win32 Api, and XP

    Paul, I had used a set of set of supplied pre defined declarations and assumed they were correct. Wrong! The code segment you sent worked. Much thanks to you. Vern
  2. vernlee

    Using VB6,Win32 Api, and XP

    Win32 api function calls always return with a result of 0. Any idea of what could be causing this? Example: lpResult = CreateProcess(strProgram, vbNullString, sa, sa, False, NORMAL_PRIORITY_CLASS, ByVal 0&, _ "", sinfo, pinfo) LaunchResult =...

Part and Inventory Search

Back
Top