Click here to Skip to main content
15,900,907 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Driver installation Pin
Gennady Oster12-Nov-01 22:20
Gennady Oster12-Nov-01 22:20 
GeneralKeyboard Message Pin
Maer72712-Nov-01 19:50
Maer72712-Nov-01 19:50 
GeneralRe: Keyboard Message Pin
Michael P Butler12-Nov-01 21:37
Michael P Butler12-Nov-01 21:37 
QuestionHow can I add avi to thó resource Pin
Eugene Pustovoyt12-Nov-01 19:23
Eugene Pustovoyt12-Nov-01 19:23 
AnswerRe: How can I add avi to thó resource Pin
Derek Waters13-Nov-01 12:33
Derek Waters13-Nov-01 12:33 
GeneralSyntax Color Problem. Pin
| mProject |12-Nov-01 17:16
| mProject |12-Nov-01 17:16 
Generaldata checking Pin
12-Nov-01 16:05
suss12-Nov-01 16:05 
GeneralRe: data checking Pin
Christian Graus12-Nov-01 16:14
protectorChristian Graus12-Nov-01 16:14 
GeneralRe: data checking Pin
Rassman13-Nov-01 0:53
Rassman13-Nov-01 0:53 
Generaldate conversion Pin
12-Nov-01 16:01
suss12-Nov-01 16:01 
GeneralRe: date conversion Pin
Christian Graus12-Nov-01 16:19
protectorChristian Graus12-Nov-01 16:19 
GeneralRe: date conversion Pin
Nish Nishant12-Nov-01 23:36
sitebuilderNish Nishant12-Nov-01 23:36 
GeneralRe: date conversion Pin
Christian Graus12-Nov-01 23:49
protectorChristian Graus12-Nov-01 23:49 
GeneralRe: date conversion Pin
markkuk12-Nov-01 20:10
markkuk12-Nov-01 20:10 
GeneralCBrush question Pin
RobJones12-Nov-01 12:18
RobJones12-Nov-01 12:18 
GeneralRe: CBrush question Pin
Christian Graus12-Nov-01 15:44
protectorChristian Graus12-Nov-01 15:44 
GeneralDeleteFile() function Pin
pjc12-Nov-01 10:17
pjc12-Nov-01 10:17 
GeneralRe: DeleteFile() function Pin
Tomasz Sowinski12-Nov-01 11:44
Tomasz Sowinski12-Nov-01 11:44 
Generalsubclassing and storage in a CList Pin
squizz12-Nov-01 10:14
squizz12-Nov-01 10:14 
GeneralRe: subclassing and storage in a CList Pin
Andrew Peace12-Nov-01 11:06
Andrew Peace12-Nov-01 11:06 
GeneralDownloading form results Pin
José Luis Sogorb12-Nov-01 6:44
José Luis Sogorb12-Nov-01 6:44 
Same way there is code to download a file via ftp or http service, is it possible to download results from a form?
An example, I can make this with my code
.....
AfxParseURL("ftp://tgftp.nws.noaa.gov", dwServiceType, strServerName, strObject, nPort);
if((dwServiceType==INTERNET_SERVICE_FTP)&&!strServerName.IsEmpty())
{
try
{

pConn = m_pInetSession->GetFtpConnection(strServerName, "", "", nPort, FALSE);
etc.........

But, what about if the page addres I want is someting like this (the result of a form)?:
"http://weather.uwyo.edu/cgi-bin/sounding?region=europe&TYPE=TEXT%3ALIST&YEAR=2001&MONTH=11&FROM=1212&TO=1212&STNM=08430"

Thank you.
GeneralRe: Downloading form results Pin
Carlos Antollini12-Nov-01 6:54
Carlos Antollini12-Nov-01 6:54 
GeneralRe: Downloading form results Pin
José Luis Sogorb12-Nov-01 7:43
José Luis Sogorb12-Nov-01 7:43 
GeneralRe: Downloading form results Pin
Carlos Antollini12-Nov-01 8:34
Carlos Antollini12-Nov-01 8:34 
GeneralRegular dll in vc++ for Delphi . URGENT !!! Pin
12-Nov-01 6:09
suss12-Nov-01 6:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.