約137件1ページ目

日本語のみで絞り込む

2019/7/9 -IsIconic(h);. Which of the two alternatives is preferable? Or are they equally good in all situations? delphi · winapi ...

Не нуль, если минимизиpовано; 0 - если нет. Hosted by uCoz.

2020/7/14 -delphi IsIconic. IsIconic()作用是判断窗口是否处于最小化状态(点击了 ... delphi 函数isiconic 函数判断窗口是否最小化. http://blog.sina.com.cn/s ...

2024/2/22 -Determines whether the specified window is minimized (iconic).

2020/9/21 -WindowState or IsIconic(MainForm.Handle) should work. But if MainFormOnTaskbar is False, then minimizing the MainForm will hide the MainForm ...

2016/4/14 -The IsIconic function determines whether the specified window is minimized (iconic). 函数isiconic返回值取决于指定窗口是否已经最小化。

my goal is to activate a 2nd delphi application that's already running, and bring it up as the active window. my code works fine on a Windows Explorer

... IsIconic(Wnd) then { アイコン状態なら元に戻す } SendMessage(AppWnd, WM_SYSCOMMAND, SC_RESTORE, -1); end; { ミューテックスを閉じる } CloseHandle(hMutex); end ...

Der Grund liegt darin, das Delphi selbst ein Fenster dieses Namens im Formular-Designer geöffnet hat. ... IsIconic(PrevWnd) then ShowWindow(PrevWnd, SW_SHOWNORMAL) ...

2007/12/27 -// message with main window handle. begin if IsIconic(Application.Handle) then begin. Application.MainForm.WindowState := wsNormal ...