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 IamaSherpa 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: *

  1. guiding5

    FindWindow from user32.dll

    This does works, i used IntPtr for second argument and called function with IntPtr.Zero Thanks !!! :-) :-) :-) :-)
  2. guiding5

    FindWindow from user32.dll

    Thanks i`ll try ... You mean like : [DllImport("user32.dll", CharSet=CharSet.Auto)] public static extern IntPtr FindWindow(string strClassName, int nptWindowName); ??
  3. 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