Click here to Skip to main content
15,889,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Regular dll in vc++ for Delphi . URGENT !!! Pin
Chris Losinger12-Nov-01 6:19
professionalChris Losinger12-Nov-01 6:19 
GeneralRe: Regular dll in vc++ for Delphi . URGENT !!! Pin
mimi12-Nov-01 12:34
mimi12-Nov-01 12:34 
GeneralOK ! How you declare that func in your client program ? Pin
mimi12-Nov-01 12:56
mimi12-Nov-01 12:56 
QuestionHow can I make my Editbox to ignore HTML tags??? Pin
Karavaev Denis12-Nov-01 6:08
Karavaev Denis12-Nov-01 6:08 
AnswerRe: How can I make my Editbox to ignore HTML tags??? Pin
Carlos Antollini12-Nov-01 6:37
Carlos Antollini12-Nov-01 6:37 
GeneralWhat do you mean? Pin
12-Nov-01 17:09
suss12-Nov-01 17:09 
AnswerRe: How can I make my Editbox to ignore HTML tags??? Pin
Christian Graus12-Nov-01 17:40
protectorChristian Graus12-Nov-01 17:40 
GeneralMaybe just not to display them. Pin
Karavaev Denis12-Nov-01 19:48
Karavaev Denis12-Nov-01 19:48 
GeneralRe: Maybe just not to display them. Pin
Christian Graus12-Nov-01 21:52
protectorChristian Graus12-Nov-01 21:52 
GeneralRe: Maybe just not to display them. Pin
Rassman13-Nov-01 2:22
Rassman13-Nov-01 2:22 
Generalabout "break" Pin
Maer72712-Nov-01 2:38
Maer72712-Nov-01 2:38 
GeneralRe: about "break" Pin
Tomasz Sowinski12-Nov-01 3:10
Tomasz Sowinski12-Nov-01 3:10 
GeneralRe: about "break" Pin
Christian Graus12-Nov-01 17:25
protectorChristian Graus12-Nov-01 17:25 

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.