<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nsis.sourceforge.io/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Reference%2FFindWindow</id>
	<title>Reference/FindWindow - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nsis.sourceforge.io/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Reference%2FFindWindow"/>
	<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=Reference/FindWindow&amp;action=history"/>
	<updated>2026-05-05T18:48:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=Reference/FindWindow&amp;diff=21435&amp;oldid=prev</id>
		<title>Jan: Created page with &quot;=FindWindow=   user_var(hwnd output) windowclass [windowtitle] [windowparent] [childafter]  Searches for a window. Behaves like the win32 FindWindowEx(). Searches by windowclass ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=Reference/FindWindow&amp;diff=21435&amp;oldid=prev"/>
		<updated>2011-11-28T10:21:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=FindWindow=   user_var(hwnd output) windowclass [windowtitle] [windowparent] [childafter]  Searches for a window. Behaves like the win32 FindWindowEx(). Searches by windowclass ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=FindWindow=&lt;br /&gt;
&lt;br /&gt;
 user_var(hwnd output) windowclass [windowtitle] [windowparent] [childafter]&lt;br /&gt;
&lt;br /&gt;
Searches for a window. Behaves like the win32 FindWindowEx(). Searches by windowclass (and/or windowtitle if specified). If windowparent or childafter are specified, the search will be restricted as such. If windowclass or windowtitle is specified as &amp;quot;&amp;quot;, they will not be used for the search. If the window is not found, the user variable returned is 0. To accomplish old-style FindWindow behavior, use [[Reference/FindWindow|FindWindow]] with [[Reference/SendMessage|SendMessage]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;FindWindow $0 &amp;quot;#32770&amp;quot; &amp;quot;&amp;quot; $HWNDPARENT&lt;br /&gt;
FindWindow $0 &amp;quot;my window class&amp;quot; &amp;quot;my window title&amp;quot;&amp;lt;/highlight-nsis&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jan</name></author>
	</entry>
</feed>