programming tools for Windows applications development
  Home  |   SwiftForth Archive  |   SwiftX Archive  |

Re: RE: Financial Application.

From: Charles Melice <mail_at_forthcad.com>
Date: Sat, 6 Jan 2001 13:39:26 +0100

----- Original Message -----
From: "Jarrah Computers" <jarrah_at_olc.com.au>
To: <sftalk_at_forth.com>
Sent: Friday, January 05, 2001 7:17 AM
Subject: RE:[sftalk] Financial Application.

...

> Gathering of financial data from various web-sites

I have used the API subset below to access data
on the web, with success.

DLL: WININET.DLL

Function: InternetOpen ( lpszAgent dwAccessType lpszProxyName lpszProxyBypass dwFlags -- hInet )
Function: InternetCloseHandle ( hInet -- bool )
Function: InternetConnect ( hInet szHost nServerPort szUser szPass dwService dwFlags 0 -- hFtp )
Function: FtpGetCurrentDirectory ( hFtpSession lpszCurrentDirectory lpdwCurrentDirectory -- flag )
Function: FtpSetCurrentDirectory ( hConnect pszDir -- flag )
Function: InternetGetLastResponseInfo ( lpdwError lpszBuffer lpdwBufferLength -- flag )

> Displaying this data in various chart formats
> (including average lines, hi/lo points, convergence lines etc.)

Why not use the standard Windows graphic API ?

Regards,
Charles Melice

>
> TIA
>
> Dave Edwards,
>
> Jarrah Computers.
>
> _______________________________________________
> Sftalk mailing list Sftalk_at_forth.com
> Visit Sftalk on the web at http://www.forthinc.com/mailman/listinfo/sftalk
>
Received on Sat Jan 06 2001 - 05:12:38 PST

This archive was generated by hypermail 2.2.0 : Sat Nov 22 2008 - 03:04:27 PST