git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4142 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-06-30 17:18:04 +00:00
parent fbfc791091
commit e1df2c830c

View file

@ -4,7 +4,7 @@
Makes the installer window visible and brings it to the top of the window list. If an application was executed that shows itself in front of the installer, a BringToFront would bring the installer back in focus.
Recent Windows versions restrict the setting of foreground windows. If the user if working with another application during installation, the user may be notifed using a different method.
Recent Windows versions restrict the setting of foreground windows. If the user is working with another application during installation, the user may be notifed using a different method.
\S2{createfont} CreateFont
@ -45,7 +45,7 @@ Enables or disables mouse and keyboard input to the specified window or control.
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 "", 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 FindWindow with SendMessage.
\c FindWindow $0 "#32770" "" $HWNDPARENT
\c FIndWindow $0 "my window class" "my window title"
\c FindWindow $0 "my window class" "my window title"
\S2{getdlgitem} GetDlgItem