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:
Accessing Adobe Reader 7.0 main menu from VFP application
Custom GDI+ class
Displaying dimmed window behind VFP top-level form
Extended MessageBox Class
How to activate Windows Calculator
How to control Adobe Reader 9.0 (SDI mode) from VFP application
How to make a VFP form fading out when released (GDI+ version)
Minimizing all running applications
Obtaining names and positions for shortcuts located on the Windows Desktop
Scanning the hierarchy of child windows down from the main VFP window
Simple Window Viewer
Terminating all running applications from a VFP program
IsWindow
    Add comment     W32 Constants      Translate this page
The IsWindow function determines whether the specified window handle identifies an existing window
Code examples:
Custom GDI+ class
How to make a VFP form fading out when released (GDI+ version)
How to activate Windows Calculator
Displaying dimmed window behind VFP top-level form
Obtaining names and positions for shortcuts located on the Windows Desktop
Simple Window Viewer
Extended MessageBox Class
Scanning the hierarchy of child windows down from the main VFP window
Accessing Adobe Reader 7.0 main menu from VFP application
How to control Adobe Reader 9.0 (SDI mode) from VFP application
Declaration:
 
BOOL IsWindow(
    HWND  hWnd     // handle of window
   );
 
FoxPro declaration:
 
DECLARE INTEGER IsWindow IN user32 INTEGER hwnd
 
Parameters:
hWnd
Specifies the window handle
Return value:
If the window handle identifies an existing window, the return value is TRUE; otherwise, it is FALSE
Word Index links for the IsWindow :
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:10
Visited in last 7 days: 81
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 (107.21.186.38)
3 sec.Example: 'How to prevent users from accessing the Windows Desktop and from switching to other applications'
5.09 hrs.Example: 'Dynamic strings implemented through VFP Custom class'
 Example: 'Creating a unique filename based on existing filename'
Google
Advertise here!