Using Win32 (WinAPI) Functions in Microsoft Visual FoxPro
Add Microsoft Win32 functionality to your Visual FoxPro applications! This web site presents declarations and FoxPro code samples for more than 1, 200 Windows API functions.
Feed & Web Facts
10
Feed Item Count
22 May 12 01:15
Last Reading
1361529 Ontario, Inc.
Copyright
2.0
RSS/XML Version
(en-ca)
Feed Language
UTF-8
Feed Encoding
1
Page-Views
1
Weekly People
Week 20Using Win32 (WinAPI) Functions in Microsoft Visual...
Newest Posts in Feed
Code sample: How to display Windows On-Screen Keyboard
Instead of relying on the physical keyboard to type and enter data, user can type on Windows On-Screen Keyboard. On-Screen Keyboard displays a visual keyboard with all the standard keys.
API function: PathCombine
Concatenates two strings that represent properly formed paths into one path; also concatenates any relative path elements.
Code sample: Moving shortcut to a specified position on the Windows Desktop
Before testing this code sample, uncheck "Auto arrange icons" and "Align icons to grid" options in the context menu on the Windows desktop.On the VFP form, each round Shape control corresponds to a shortcut located on the Windows Desktop. On initialization, the form reads the desktop shortuct locations and then arranges the shapes accordingly. Moving a shape on the form also moves the correspondin...
reader