Using Win32 functions in Visual FoxPro
Image Gallery
functions
•
examples
•
solutions
•
updates
•
about
•
links
•
articles
•
login
•
Keyboard Input
..msdn
ActivateKeyboardLayout
BlockInput
EnableWindow
GetActiveWindow
GetAsyncKeyState
GetFocus
GetKBCodePage
GetKeyboardLayout
GetKeyboardLayoutList
GetKeyboardLayoutName
GetKeyboardState
GetKeyNameText
GetKeyState
IsWindowEnabled
keybd_event
MapVirtualKey
RegisterHotKey
SetFocus
SetKeyboardState
ToAscii
UnregisterHotKey
VkKeyScan
Code examples:
An alternative way of setting Form.Closable to False
Animating a transition of the VFP form (a wire-frame rectangle)
Attaching menu to a top-level form
Copying picture of the active form to the Clipboard using Enhanced Metafile API functions
Creating a clipping region from the path selected into the device context of a form
Disabling drawing in the VFP form
Displaying animated images on FoxPro form with BitBlt and StretchBlt functions
Dragging files from Explorer window and dropping them on FoxPro control (requires VFP9)
Drawing a window caption using the DrawCaption routine
Drawing standard Windows icons
Form Magnifier
GDI+: copying to the Clipboard (a) image of active FoxPro window/form, (b) image file
GDI+: saving image of FoxPro form to graphics file (BMP, GIF, JPG, PNG, TIF)
GDI+: sending image of FoxPro form to printer
GetFocus returns a HWND value
How to block the ALT+TAB shortcut (WinXP)
How to block the PrintScreen key
How to copy the image of a form to the Clipboard using Bitmap API functions
How to create transparent areas inside a form -- punching holes in the form
How to drag a Form not using its Titlebar or Caption
How to intercept window messages sent to VFP form
How to print FoxPro form
How to print FoxPro form -- II
How to put a horizontal text scrolling on the form (a news line)
How to put a vertical text scrolling on the form (a movie cast)
How to start the screen saver and how to find whether the screen saver is active
How to view icons stored in executable files (Icon Viewer)
Placing a button on the VFP form as a new child window
Retrieving top-child window for the VFP form
Retrieving window and menu help context identifiers
Round FoxPro form
Running a regular FoxPro form while main VFP window is minimized
Setting the mouse capture to the specified window
Setting the Window Region for a form
Shortcut Menu Class
Storing screen shot of a form to bitmap file
Storing screen shot of a form to enhanced metafile (*.emf)
The window and its ancestors
Tracking mouse movement to detect when to start dragging
Using Common Controls: the Header Control
Using FrameRgn for displaying system colors
Using IsChild() for testing ThisForm.ShowWindow property
How to view icons stored in executable files (Icon Viewer)
User rating: 0/10 (0 votes)
Rate this code sample:
~
More code examples
Listed functions
Add comment
W32 Constants
Translate this page
Before you begin:
This code shows how to retrieve icon resources from EXE and DLL files using the
ExtractIcon
.
See also:
How to extract icon resources from EXE or DLL and save them in .ICO files
How to extract the icon resources from an EXE or DLL and save them in image files
Converting image file to .ICO file
Members area. Log in to view this example.
User name:
Password:
Forgot your password?
Sign up for
the Membership
User rating: 0/10 (0 votes)
Rate this code sample:
~
2952 bytes
Created: 2001-08-21 12:00:00
Modified: 2009-11-16 10:17:26
Visits in 7 days: 112
Listed functions:
DestroyIcon
DrawIcon
ExtractIcon
GetDC
GetFocus
GetModuleFileName
GetModuleHandle
LoadIcon
ReleaseDC
My comment:
Notice that the icons drawn on the form disappear after covering this form by another window or minimizing and then maximizing it.
An icon stored in memory can be saved as icon file. Code sample
Converting image file to .ICO file
explains how to create .ICO file from HICON handle.
* * *
Read
Icons in Win32
article wriiten by John Hornick from MS Corp.
MSDN
article
Using Icons
describes how to perform certain tasks related to icons: creating, displaying, sharing Icon resources.
* * *
This is a screenshot of
more advanced Icon Viewer
built on ImageList API functions:
Word Index links for this example:
Resource
Icon
icon resource
icon viewer
icon file
Frames not supported by your user agent
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.
Log in to post a comment
functions
•
examples
•
solutions
•
updates
•
about
•
links
•
articles
•
login
•
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)
4.91 hrs.
Function: 'SetDlgItemInt'
Function group: 'Dialog Box'
5.83 hrs.
Example: 'Printing text on the client area of the main VFP window'
6.07 hrs.
Example: 'How to put a horizontal text scrolling on the form (a news line)'
Example: 'Retrieving window and menu help context identifiers'
13.83 hrs.
Function: 'CeRegEnumValue'
Example: 'Returning some basic information for the specified INF file'
21.98 hrs.
Function group: 'Multiple Display Monitors'
23.23 hrs.
Function: 'GetUrlCacheEntryInfo'
Function group: 'Internet Functions (WinInet)'
Function: 'TerminateProcess'
1 day(s)
Function: 'GetSystemMenu'
Function group: 'Menu'
More last topics visited ...
Advertise here!