Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
GDI+: Storing DLL icon resources in image files
How to find the application associated with a file name
How to perform Base64 encoding/decoding using Cryptography API Functions
Using GetBinaryType (WinNT only) to determine the type of an executable file
Drawing a window caption using the DrawCaption routine
GDI+: printing vertical text on VFP reports via generated images (VFP9)
Using Beep and Sleep functions to make the old tin buzz sing (WinNT only?)
GDI+: rotating images using matrix transformations
How to find which fonts Windows uses for drawing captions, menus and message boxes
Monitoring changes in a directory
Retrieving Printer Device Context using PrintDlg function
Retrieving various system metrics
Simple MAPI: how to resolve a name to unique address list entry
Deleting a file stored on the FTP server
Reading VFP settings from the Windows Registry
Retrieving configuration information for the specified workstation (Win2000/XP)
System Image List Viewer
Disabling drawing in the VFP form
Displaying Windows shell folders in TreeView control with Visual FoxPro FLL
GDI+: Color Transparency
How to drag a Form not using its Titlebar or Caption
Retrieving the User Datagram Protocol (UDP) listener table
Creating a device context for the specified printer
GDI+: cropping images
Using InternetGoOnline function

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
 
    DECLARE SHORT InternetGoOnline IN wininet.dll;
        STRING  lpszURL,;
        INTEGER hwndParent,;
        INTEGER dwReserved
 
    DECLARE INTEGER GetActiveWindow IN user32
 
    hwnd = GetActiveWindow()
    lcUrl = "http://fox.wikis.com/wc.dll?Wiki~WinInet~WIN_COM_DNA"
 
    ? InternetGoOnline (lcUrl, hwnd, 0)
 
 

User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
306 bytes  
Created: 2001-07-25 12:00:00  
Modified: 2001-09-28 16:45:21  
Visits in 7 days: 99  
Listed functions:
GetActiveWindow
InternetGoOnline
Printer friendly API declarations
My comment:
On my computer (cable Inet) this function always returns 1 as a response and nothing happens -- no dialog or message boxes appear.

Probably with a dial-up access it would behave something different. Anyone who will try, please let me know.
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 (50.17.109.248)
4 sec.Example: 'Retrieving configuration information for the specified workstation (Win2000/XP)'
3.69 hrs.Example: 'Retrieving the priority class for the current process'
 Example: 'Retrieving the name of the network resource associated with a local device'
11.01 hrs.Example: 'Custom HttpRequest class (WinHTTP)'
 Example: 'Playing WAV sounds simultaneously'
14.1 hrs.Example: 'Storing the environment strings in cursor'
18.18 hrs.Example: 'Obtaining some properties for the Windows desktop using the GetWindowPlacement function'
 Function: 'GetKeyNameText'
Function group: 'Keyboard Input'
18.32 hrs.Function: 'WNetGetConnection'
 Function: 'SetClipboardViewer'
Google
Advertise here!