Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Does not ANYONE know how to kill this bug?!?!!?!?! Pin
ORi x5-Sep-01 3:07
ORi x5-Sep-01 3:07 
GeneralRe: Does not ANYONE know how to kill this bug?!?!!?!?! Pin
Tommy H D Svensson5-Sep-01 3:11
Tommy H D Svensson5-Sep-01 3:11 
GeneralRe: Does not ANYONE know how to kill this bug?!?!!?!?! Pin
ORi x5-Sep-01 3:14
ORi x5-Sep-01 3:14 
GeneralRe: Does not ANYONE know how to kill this bug?!?!!?!?! Pin
ORi x5-Sep-01 3:24
ORi x5-Sep-01 3:24 
GeneralRe: Does not ANYONE know how to kill this bug?!?!!?!?! Pin
Tommy H D Svensson5-Sep-01 3:35
Tommy H D Svensson5-Sep-01 3:35 
GeneralCHtmlView Pin
4-Sep-01 3:01
suss4-Sep-01 3:01 
GeneralRe: CHtmlView Pin
Not Active4-Sep-01 13:34
mentorNot Active4-Sep-01 13:34 
GeneralRe: CHtmlView Pin
Erik Thompson5-Sep-01 10:56
sitebuilderErik Thompson5-Sep-01 10:56 
Depends on how you want to solve this problem. you could do a number of things.
1. You could download the site and then get all img elements and set the display css to none.

2. Or you wait for document complete message from the browser and strip out all the img elements by getting them and then setting each one's outerHTML to an empty string.

3. Or you could download just the text stream from the website using WinInet, do a regular expression find/replace on the text stream stripping out all images and then set the outerHTML of your HTMLView of the body object to the text stream you retrieved.

So it just depends on how you want to attack the problem, these are just a few ideas.

Cheers,
-Erik
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
My thoughts are my own and reflect on no other.
GeneralCListCtrl like the Outlook Interface Pin
4-Sep-01 2:35
suss4-Sep-01 2:35 
GeneralRe: CListCtrl like the Outlook Interface Pin
Michael P Butler4-Sep-01 2:51
Michael P Butler4-Sep-01 2:51 
QuestionIS ANYONE USING IMAGELIB? Pin
4-Sep-01 2:34
suss4-Sep-01 2:34 
AnswerRe: IS ANYONE USING IMAGELIB? Pin
Christian Graus4-Sep-01 2:57
protectorChristian Graus4-Sep-01 2:57 
GeneralFrom VARIANT to COleSafeArray, Pls Help! Pin
4-Sep-01 2:23
suss4-Sep-01 2:23 
GeneralRe: From VARIANT to COleSafeArray, Pls Help! Pin
Carlos Antollini4-Sep-01 3:03
Carlos Antollini4-Sep-01 3:03 
GeneralRe: From VARIANT to COleSafeArray, Pls Help! Pin
4-Sep-01 17:31
suss4-Sep-01 17:31 
GeneralRe: From VARIANT to COleSafeArray, Pls Help! Pin
4-Sep-01 17:36
suss4-Sep-01 17:36 
GeneralHelp with CEdit please !!!! Pin
4-Sep-01 1:13
suss4-Sep-01 1:13 
GeneralRe: Help with CEdit please !!!! Pin
Tomasz Sowinski4-Sep-01 1:24
Tomasz Sowinski4-Sep-01 1:24 
GeneralRe: Help with CEdit please !!!! Pin
4-Sep-01 1:26
suss4-Sep-01 1:26 
GeneralRe: Help with CEdit please !!!! Pin
Parish7-Oct-01 11:10
Parish7-Oct-01 11:10 
GeneralOwner Drawn Buttons Pin
Derek Lakin4-Sep-01 0:31
Derek Lakin4-Sep-01 0:31 
GeneralRe: Owner Drawn Buttons Pin
Christian Graus4-Sep-01 0:36
protectorChristian Graus4-Sep-01 0:36 
GeneralRe: Owner Drawn Buttons Pin
George4-Sep-01 0:50
George4-Sep-01 0:50 
GeneralRe: Owner Drawn Buttons Pin
Christian Graus4-Sep-01 1:11
protectorChristian Graus4-Sep-01 1:11 
GeneralRe: Owner Drawn Buttons Pin
Derek Lakin4-Sep-01 2:38
Derek Lakin4-Sep-01 2:38 

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.