Using Win32 functions in Visual FoxPro Image Gallery
Window
..msdn
CloseWindow
CreateWindow
CreateWindowEx
DestroyWindow
EndTask
FindWindow
FindWindowEx
GetAncestor
GetClientRect
GetDesktopWindow
GetForegroundWindow
GetGUIThreadInfo
GetParent
GetShellWindow
GetWindow
GetWindowInfo
GetWindowPlacement
GetWindowRect
GetWindowText
GetWindowTextLength
GetWindowThreadProcessId
InternalGetWindowText
IsChild
IsIconic
IsWindow
IsWindowVisible
IsZoomed
MoveWindow
RealGetWindowClass
SetForegroundWindow
SetLayeredWindowAttributes
SetParent
SetWindowPos
SetWindowText
ShowWindow
SwitchToThisWindow
Code examples:
Minimizing all running applications
IsIconic
..msdn    Add comment     W32 Constants      Translate this page
The IsIconic function determines whether the specified window is minimized (iconic).
Code examples:
Minimizing all running applications
Declaration:
 
BOOL IsIconic(
    HWND hWnd
);
 
FoxPro declaration:
 
DECLARE INTEGER IsIconic IN user32
    INTEGER hWnd
 
 
Parameters:
hWnd
[in] Handle to the window to test.
Return value:
If the window is iconic, the return value is nonzero.
My comment:
See the IsZoomed function.
Word Index links for the IsIconic :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2003-01-18 11:44:47
Modified: 2003-01-18 11:48:59
Visited in last 7 days: 21
User Contributed Notes:
There are no notes on this subject.


Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

Privacy policy
Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
Last Topics Visited (54.242.188.217)
7.32 hrs.Examples
7.53 hrs.Function: 'DeleteFile'
Function group: 'File Management'
 Example: 'GDI+: Drawing a Pie Chart'
8.33 hrs.Example: 'Printing text on the client area of the main VFP window'
 Function: 'SCardStatus'
Function group: 'Authentication'
11.75 hrs.Example: 'How to intercept window messages sent to VFP form'
14.97 hrs.Function: 'SetPrinter'
 Function: 'ReplaceFile'
Function group: 'File Management'
17.8 hrs.Example: 'Enumerating global and local group accounts on a server (WinNT/XP/2K)'
18.95 hrs.Example: 'Placing On-screen Alert on top of all windows'
Google
Advertise here!