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 dencom 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 jijo123

  1. jijo123

    help with GetClassInfo Api to get control name from other app

    StringBuilder className = new StringBuilder(256); Win32.GetClassName(hWnd, className, className.Capacity); Win32.WNDCLASS wndclass = new Win32.WNDCLASS(); Win32.GetClassInfo(hWnd, "textBox1", out wndclass);

Part and Inventory Search

Back
Top