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!

Search results for query: *

  • Users: jbpez
  • Content: Threads
  • Order by date
  1. jbpez

    GetCurrentProcess.Id vs GetCurrentProcessId API

    How is the "System.Diagnostics.Process.GetCurrentProcess.Id" different from the GetCurrentProcessId API (Kernel32.dll)? I'm trying to convert code from VB6 to VB.NET and supposedly GetCurrentProcess.Id (.NET) is the equivalent of GetCurrentProcessId API, but it doesn't work. I placed both in my...
  2. jbpez

    how to hide/unhide queries with VBA

    I know how to hide/unhide tables: For Each tdf In CurrentDb.TableDefs tdf.Attributes = dbHiddenObject Next tdf but queries, For Each qdf In CurrentDb.QueryDefs qdf.Attributes = dbHiddenObject Next qdf does not work. Can this be done with VBA ? If so, how ?

Part and Inventory Search

Back
Top