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!

Search results for query: *

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

    FindWindow from user32.dll

    I am a newbie with C# :-) As i trying to find handle to window, i imported an external function from user32.dll : [DllImport("user32.dll", CharSet=CharSet.Auto)] public static extern IntPtr FindWindow(string strClassName, string strWindowName); It works fine when i send to function...

Part and Inventory Search

Back
Top