Using Win32 functions in Visual FoxPro Image Gallery
String
..msdn
CharLower
CharToOem
CharUpper
OemToChar
StrCmpC
StrFormatByteSize
StrFromTimeInterval
StrToInt
StrToIntEx
StrTrim
Code examples:
Time in milliseconds represented as string (e.g. 1 hour 24 min 36 sec)
Time in milliseconds represented as string (e.g. 1 hour 24 min 36 sec)

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 INTEGER StrFromTimeInterval IN Shlwapi;
    STRING @ pszOut,;
       INTEGER  cchMax,;
       INTEGER  dwTimeMS,;
    INTEGER  digits
 
DECLARE INTEGER GetTickCount IN kernel32
 
lnFromStart = GetTickCount()
? "Elapsed time since the system was started:", lnFromStart
 
pszOut = SPACE(50)
FOR lnMax=1 TO 10
    lnLen = StrFromTimeInterval (@pszOut, Len(pszOut), lnFromStart, lnMax)
    ? LEFT (pszOut, lnLen)
ENDFOR
 
 

User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
429 bytes  
Created: 2001-08-15 12:00:00  
Modified: 2001-09-28 16:45:31  
Visits in 7 days: 126  
Listed functions:
GetTickCount
StrFromTimeInterval
Printer friendly API declarations
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 (23.22.212.158)
1.93 hrs.Example: 'Extracting the name and extension parts of a path string'
5.31 hrs.Function: 'GetSysColorBrush'
Function group: 'Brush'
 Example: 'Storing screen shot of a form to bitmap file'
 Example: 'Using IsChild() for testing ThisForm.ShowWindow property'
6.58 hrs.Example: 'How to retrieve information about a cache entry (Internet Explorer)'
 Example: 'How to control Adobe Reader 9.0 (SDI mode) from VFP application'
 Example: 'Using Video Capture: displaying on FoxPro form frames and previewing video obtained from a digital camera'
20.65 hrs.Example: 'WAV file recorder'
1 day(s)Example: 'GDI+: Color Transparency'
 Example: 'Minimizing all running applications'
Google
Advertise here!