Top "Window-handles" questions

Windows OS is full of windows, even objects inside windows as we know them are also windows.

Get title of window without switching in selenium webdriver

Is there any way to get window title without making any switch in selenium? presently I'm using below code: public …

selenium-webdriver window-handles
WinForms main window handle

In my winforms application I am trying to get a main window handle, so I can set it as parent …

c# winforms window-handles
Get child window handles in C#

I'm starting a process in C# and then sending Windows messages to that process with SendMessage. Usually I send the …

c# windows windows-messages window-handles
Selenium - How to get the number of tabs opened in a window?

My test case : Open a browser and visit a URL Click on a link on the homepage -> This …

java selenium selenium-webdriver browser window-handles
Get window handle from window class name

I'm trying to get a window handle on a child window in my process and the only information I have …

c# winapi window-handles findwindow
SQL Server 2008: Error creating window handle

I have N number of tables in my database, which holds around 0.6 million records. I've created a SQL script which …

sql-server window-handles
What to do about "Error creating window handle" errors in a C# application?

I've already looked at this question, and I've already checked out the suggestions that were made there. My program creates …

c# controls user-interface window-handles
How to find window handle from exe file's name

Imagine I have Firefox and I open Firefox Start Page, then I should have a Window with the title: "Mozilla …

c++ winapi window-handles
how do I close window with handle using win32gui in Python

I have obtained the handle of a window I want to target, with win32gui library in Python How do …

python win32gui window-handles
Handling invalid window handle

The application retrieve window handles, using Enum* routines. It happens that in the while the application manage the handle (get …

c# windows winapi window-handles