Click here to Skip to main content
15,886,258 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: Direct3D Tutorial Pin
rund1me22-Feb-03 23:08
rund1me22-Feb-03 23:08 
GeneralMMC Pin
FASTian6-Jan-03 1:05
FASTian6-Jan-03 1:05 
GeneralRe: MMC Pin
De Nardis Andrea5-Feb-03 1:33
De Nardis Andrea5-Feb-03 1:33 
GeneralRe: MMC Pin
FASTian5-Feb-03 20:15
FASTian5-Feb-03 20:15 
GeneralURL Moniker Pin
Bog1-Jan-03 9:34
Bog1-Jan-03 9:34 
GeneralRe: URL Moniker Pin
Stephane Rodriguez.1-Jan-03 10:22
Stephane Rodriguez.1-Jan-03 10:22 
GeneralRe: URL Moniker Pin
Bog1-Jan-03 10:54
Bog1-Jan-03 10:54 
GeneralRe: URL Moniker Pin
Stephane Rodriguez.1-Jan-03 18:51
Stephane Rodriguez.1-Jan-03 18:51 
Bog wrote:
What I mean is, as an example, if I download a webpage (via whatever- httpwebrequest let's say), and I want to then load that html into a webbrowser control, either by saving it to a file or by loading it in as a stream, all of the relative url paths will be wrong. in other words, images will be broken and links won't work.

That's correct, at least for relative resource URIs. Absolute resource URIs are going to work, in the sense that IE is going to launch threads and retrieve the content for it. But URL monikers have nothing to do about it.
To solve this, do one of these :
- invoke explicit URIs for all resources (html tags with a src= attribute). This means you have to parse the html page yourself.
- add a <base href=domainhost> tag in the html page you have just downloaded. Doing so, IE remaps relative links to the actual target website, and does all the proper resource retrieval.

Good luck!
GeneralRe: URL Moniker Pin
Bog2-Jan-03 7:05
Bog2-Jan-03 7:05 
GeneralRe: URL Moniker Pin
Stephane Rodriguez.2-Jan-03 7:39
Stephane Rodriguez.2-Jan-03 7:39 
GeneralRe: URL Moniker Pin
Bog2-Jan-03 8:00
Bog2-Jan-03 8:00 
GeneralExtra Explorer Buttons Pin
SLiDeR31-Dec-02 15:36
SLiDeR31-Dec-02 15:36 
GeneralRe: Extra Explorer Buttons Pin
Stephane Rodriguez.31-Dec-02 18:38
Stephane Rodriguez.31-Dec-02 18:38 
GeneralTransparent Bitmap Pin
Blake Miller30-Dec-02 14:36
Blake Miller30-Dec-02 14:36 
GeneralRe: Transparent Bitmap Pin
Todd Smith30-Dec-02 14:53
Todd Smith30-Dec-02 14:53 
Generaltexteditor Pin
srikanthvarma29-Dec-02 20:18
srikanthvarma29-Dec-02 20:18 
GeneralInternet Explorer Plug-in Pin
Victor Boctor22-Dec-02 13:02
Victor Boctor22-Dec-02 13:02 
GeneralRe: Internet Explorer Plug-in Pin
Todd Smith22-Dec-02 14:06
Todd Smith22-Dec-02 14:06 
GeneralRe: Internet Explorer Plug-in Pin
Michael Dunn22-Dec-02 18:03
sitebuilderMichael Dunn22-Dec-02 18:03 
General[req] Print to DCX, TIFF example Pin
Isiah18-Dec-02 15:45
Isiah18-Dec-02 15:45 
GeneralWord Pin
candan9-Dec-02 22:30
professionalcandan9-Dec-02 22:30 
GeneralRe: Word Pin
Michael P Butler18-Dec-02 23:43
Michael P Butler18-Dec-02 23:43 
GeneralRe: Word Pin
candan19-Dec-02 13:34
professionalcandan19-Dec-02 13:34 
GeneralSMTP Server in C++ Pin
Paul Evans5-Dec-02 1:07
Paul Evans5-Dec-02 1:07 
GeneralRe: SMTP Server in C++ Pin
Simon Brown5-Dec-02 1:40
Simon Brown5-Dec-02 1:40 

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.