Click here to Skip to main content
16,011,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to exchange variable with a Tab Control? Pin
Joan M9-Jun-03 20:43
professionalJoan M9-Jun-03 20:43 
GeneralUsing ODBC with text files. Pin
vcseeker9-Jun-03 0:53
vcseeker9-Jun-03 0:53 
GeneralRe: Using ODBC with text files. Pin
basementman9-Jun-03 5:30
basementman9-Jun-03 5:30 
Generalmfc libraries download site Pin
3green8-Jun-03 23:01
3green8-Jun-03 23:01 
GeneralRe: mfc libraries download site Pin
Ryan Binns8-Jun-03 23:33
Ryan Binns8-Jun-03 23:33 
GeneralRe: mfc libraries download site Pin
Anonymous9-Jun-03 0:42
Anonymous9-Jun-03 0:42 
GeneralRe: mfc libraries download site Pin
Ryan Binns9-Jun-03 0:56
Ryan Binns9-Jun-03 0:56 
Generalpluggable protocol URL incorrect Pin
Phourm8-Jun-03 22:36
Phourm8-Jun-03 22:36 
I'd program my pluggable protocol to provide data by read local compressed HTML file and pics in HTML.
In my Interface inherit form IInternetProtocol
I found implemented function : IInternetProtocolRoot::Start
the parameter /* [in] */ LPCWSTR szUrl is not incorrect while ask for html pics.
eg: To open url myprot://index.htm/ (there is a pic in this html file named : hello.jpg in the subfolder images/hello.jpg)
First Start functoin's szUrl is myprot://index.htm it's no problem.
Then I call IInternetProtocolSink::ReportData (BSCF_DATAFULLYAVAILABLE, 100, 100) to tell the sink data is ready return S_OK.
When finished read the html data Start function is been call angain, this time the szUrl parameter is myprot://index.htm/images/hello.jpg. I think the pic's url is not incorrect as the other protocol(eg:file ftp http), in http protocol the url normal is prot://images/hello.jpg

Can you help me?
Thanks.


Phourm
QuestionHow to use PPP protocol from Windows ?? Pin
pramodastro8-Jun-03 22:30
pramodastro8-Jun-03 22:30 
AnswerRe: How to use PPP protocol from Windows ?? Pin
Joaquín M López Muñoz8-Jun-03 23:51
Joaquín M López Muñoz8-Jun-03 23:51 
GeneralVoice chat appln Pin
Member 4302028-Jun-03 22:20
Member 4302028-Jun-03 22:20 
QuestionHow to command the controller of Floppy Disk Device to do verify? Pin
FlyingDancer8-Jun-03 21:53
FlyingDancer8-Jun-03 21:53 
Generalmd5 Pin
Abin8-Jun-03 19:08
Abin8-Jun-03 19:08 
GeneralRe: md5 Pin
Michael Dunn8-Jun-03 20:10
sitebuilderMichael Dunn8-Jun-03 20:10 
GeneralRe: md5 Pin
Dominik Reichl8-Jun-03 21:15
Dominik Reichl8-Jun-03 21:15 
GeneralRe: md5 Pin
Abin8-Jun-03 21:24
Abin8-Jun-03 21:24 
GeneralRe: md5 Pin
Dominik Reichl8-Jun-03 21:51
Dominik Reichl8-Jun-03 21:51 
GeneralRe: md5 Pin
Abin9-Jun-03 4:37
Abin9-Jun-03 4:37 
GeneralCapture code Pin
Denis A. Vergara8-Jun-03 16:20
Denis A. Vergara8-Jun-03 16:20 
GeneralGetTextExtent Pin
crewchill8-Jun-03 14:07
crewchill8-Jun-03 14:07 
GeneralRe: GetTextExtent Pin
Michael Dunn8-Jun-03 14:52
sitebuilderMichael Dunn8-Jun-03 14:52 
GeneralRe: GetTextExtent Pin
basementman9-Jun-03 5:35
basementman9-Jun-03 5:35 
GeneralCalculating video stream data rate Pin
georgiek508-Jun-03 13:29
georgiek508-Jun-03 13:29 
GeneralRe: Calculating video stream data rate Pin
Michael Dunn8-Jun-03 14:56
sitebuilderMichael Dunn8-Jun-03 14:56 
GeneralRe: locking the view Pin
geo_m8-Jun-03 21:34
geo_m8-Jun-03 21:34 

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.