Top "Findwindow" questions

FindWindow is a Win32 API function from user32.

Use FindWindow to hide a WScriptExec window in VBA

Yes. Complicated. Premise: I am running an Access database that needs info retrieved via FTP. It runs ftp.exe using …

vba wsh findwindow
Desktop Icon manipulation - how to get a handle to SysListView32 when themes with picture rotation are enabled

I'm trying to move icons around the desktop, everything works well until a theme that has picture rotation is picked. …

c# windows winapi findwindow aero-glass
Excel 2010 VBA Macro to close specific notepad window. (findwindow gives mismatch type error??)

So I'm experimenting with closing windows/apps in a vba macro I'm writing. Numerous posts online suggest the use of …

vba excel-2010 findwindow
FindWindow with partial window title (Windows, C)

Is there any API similar to FindWindow() but that searches the windows by partial title? The reason is that I …

c windows findwindow
Click A MessageBox button programmatically

As the title suggests, I'm trying to simulate a button-click in a MessageBox programmatically. I earlier tried to close the …

c# pinvoke findwindow