Using Win32 functions in Visual FoxPro Image Gallery
Shell Functions
..msdn
AssocQueryString
DllGetVersion
DragAcceptFiles
DragFinish
DragQueryFile
DragQueryPoint
FileIconInit
FindExecutable
GetFileNameFromBrowse
GetMenuContextHelpId
GetWindowContextHelpId
InetIsOffline
IsUserAnAdmin
PathMakeUniqueName
PathYetAnotherMakeUniqueName
RealDriveType
RestartDialog
SHAddToRecentDocs
SHBrowseForFolder
SHCreateDirectory
ShellAbout
ShellExecute
ShellExecuteEx
Shell_GetImageLists
Shell_NotifyIcon
SHEmptyRecycleBin
SHFileOperation
SHFormatDrive
SHGetFileInfo
SHGetFolderPath
SHGetPathFromIDList
SHGetSpecialFolderLocation
SHGetStockIconInfo
SHParseDisplayName
SHQueryRecycleBin
SHSimpleIDListFromPath
WinHelp
Code examples:
Retrieving window and menu help context identifiers
Retrieving window and menu help context identifiers

User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
More code examples    Listed functions    Add comment     W32 Constants      Translate this page Printer friendly version of this code sample
 
DO decl
 
LOCAL hWindow, hMenu
hWindow = GetFocus()
hMenu = GetMenu(hWindow)
 
ACTI SCREEN
? "Window handle:", hWindow
? "Window Help Context ID:", GetWindowContextHelpId(hWindow)
 
IF hMenu <> 0
    ? "Menu handle:", hMenu
    ? "Menu Help Context ID:", GetMenuContextHelpId(hMenu)
ELSE
    ? "No menu attached to this window"
ENDIF
 
PROCEDURE decl
    DECLARE INTEGER GetWindowContextHelpId IN user32 INTEGER hWnd
    DECLARE INTEGER GetMenuContextHelpId IN user32 INTEGER hmenu
    DECLARE INTEGER GetFocus IN user32
    DECLARE INTEGER GetMenu IN user32 INTEGER hWnd
 
 
 

User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
571 bytes  
Created: 2001-07-12 12:00:00  
Modified: 2003-03-17 09:55:13  
Visits in 7 days: 64  
Listed functions:
GetFocus
GetMenu
GetMenuContextHelpId
GetWindowContextHelpId
Printer friendly API declarations
Word Index links for this example:
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
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.42.16)
7.76 hrs.Function: 'CeRegEnumValue'
 Example: 'Returning some basic information for the specified INF file'
15.91 hrs.
Function group: 'Multiple Display Monitors'
17.16 hrs.Function: 'GetUrlCacheEntryInfo'
Function group: 'Internet Functions (WinInet)'
 Function: 'TerminateProcess'
20.76 hrs.Function: 'GetSystemMenu'
Function group: 'Menu'
 Function: 'GetClientRect'
Function group: 'Window'
 Function: 'ReleaseDC'
1 day(s)Function: 'GetMonitorContrast'
Function group: 'Monitor Configuration (Vista)'
2 day(s)Function: 'SQLGetConnectAttr'
Function group: 'ODBC API'
Google
Advertise here!