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 activate Windows Calculator
How to make a VFP form fading out when released (GDI+ version)
Obtaining names and positions for shortcuts located on the Windows Desktop
Displaying dimmed window behind VFP top-level form
Accessing Adobe Reader 7.0 main menu from VFP application
Simple Window Viewer
Extended MessageBox Class
Scanning the hierarchy of child windows down from the main VFP window
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: 113
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.234.231.49)
8.28 hrs.Example: 'Converting twips to pixels and vice versa'
20.84 hrs.Function: 'waveOutOpen'
 Function: 'GetClipboardFormatName'
Function group: 'Clipboard'
23.69 hrs.Example: 'Winsock: retrieving the standard host name and IP address for the local machine'
 Example: 'One more way to retrieve environment strings'
1 day(s)Example: 'Subclassing CommandButton control to create BackColor property'
 Example: 'Drawing cursors for the classes defined by the system (preregistered): BUTTON, EDIT, LISTBOX etc.'
 
 Function: 'GetClassInfoEx'
2 day(s)Example: 'Retrieving a universal form for the drive-based path for a network resource'
Google
Advertise here!