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:
Listing child windows for the Windows desktop
Minimizing all running applications
Terminating all running applications from a VFP program
IsWindowVisible
    Add comment     W32 Constants      Translate this page
The IsWindowVisible function retrieves the visibility state of the specified window
Code examples:
Listing child windows for the Windows desktop
Minimizing all running applications
Terminating all running applications from a VFP program
Declaration:
 
BOOL IsWindowVisible(
    HWND  hWnd     // handle of window
   );
 
FoxPro declaration:
 
DECLARE INTEGER IsWindowVisible IN user32 INTEGER hwnd
 
Parameters:
hWnd
Identifies the window
Return value:
If the specified window is visible on the screen (has the WS_VISIBLE style), the return value is TRUE
Word Index links for the IsWindowVisible :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2001-07-12 12:00:00
Modified: 2001-11-26 16:02:11
Visited in last 7 days: 37
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.233.11)
2.6 hrs.Example: 'Using the DrawText function'
 Example: 'A class that encrypts and decrypts files using Cryptography API Functions'
3.04 hrs.Function: 'SQLAllocHandle'
Function group: 'ODBC API'
 Example: 'Using custom Simple MapiSendMail class'
 Function: 'FindCloseChangeNotification'
3.52 hrs.Example: 'GDI+: sending image of FoxPro form to printer'
 Function: 'mmioOpen'
Function group: 'Windows Multimedia'
 
3.97 hrs.Example: 'How to print FoxPro form'
 Example: 'Encapsulating access to the Windows Services in a class'
Google
Advertise here!