Beispiel #1
0
        public IntPtr GetBrowserForm()
        {
            IntPtr intptr = WinFormAPI.FindWindow(formName, null);

            if (intptr != (IntPtr)0)
            {
                return(intptr);
            }
            return((IntPtr)0);
        }