Click here to Skip to main content
15,905,028 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralHeads up: WTL 7.1 CImageList Pin
Jörgen Sigvardsson23-Aug-04 9:15
Jörgen Sigvardsson23-Aug-04 9:15 
GeneralRe: Heads up: WTL 7.1 CImageList Pin
Stuart Dootson23-Aug-04 14:18
professionalStuart Dootson23-Aug-04 14:18 
GeneralDB2 vendor API problem Pin
skoshal22-Aug-04 12:33
skoshal22-Aug-04 12:33 
GeneralDesign STL-like containers Pin
mistus21-Aug-04 4:25
mistus21-Aug-04 4:25 
GeneralRe: Design STL-like containers Pin
Jörgen Sigvardsson22-Aug-04 11:43
Jörgen Sigvardsson22-Aug-04 11:43 
GeneralReading from Outlook Express Address Book Pin
sirisha_kumari19-Aug-04 23:11
sirisha_kumari19-Aug-04 23:11 
QuestionHow to get original HTML from IE Pin
vladamircevski19-Aug-04 8:29
vladamircevski19-Aug-04 8:29 
AnswerRe: How to get original HTML from IE Pin
Bill Rider3-Sep-04 6:15
Bill Rider3-Sep-04 6:15 
To get the original HTML you can querry for interface IPersistStreamInit on the IHTMLDocument2 interface and then call its Save() method passing to it an IPersist interface. To create the IPersist interface needed for calling this method, use function CreateStreamOnHGlobal() and then after calling the Save() method use function GetHGlobalFromStream() to get the global memory handle containing the original HTML data.
Not only will this approach give you the original HTML but it will also retrieve it much faster than the DOM BODY element approach for large HTML documents with many elements. Be aware that if the document in IE is not an HTML document, but instead a plain text document, using this approach or the DOM BODY approach will not return the original text document but a HTML wrapper of it which can easily be converted back to its original text.
GeneralRe: How to get original HTML from IE Pin
Anonymous5-Sep-04 7:42
Anonymous5-Sep-04 7:42 
GeneralIHTMLElement Pin
vikramlinux18-Aug-04 22:58
vikramlinux18-Aug-04 22:58 
GeneralMaster ATL COM Pin
Anonymous18-Aug-04 21:09
Anonymous18-Aug-04 21:09 
GeneralRe: Master ATL COM Pin
Jörgen Sigvardsson22-Aug-04 11:46
Jörgen Sigvardsson22-Aug-04 11:46 
GeneralLearning about MDI in WTL7 Pin
janman12-Aug-04 11:15
janman12-Aug-04 11:15 
Generalopening multiple files in WTL Pin
MaStraub12-Aug-04 8:01
MaStraub12-Aug-04 8:01 
Generalin>>hex>>a + istringstream = Trouble! Pin
Paracelsus__12-Aug-04 3:08
Paracelsus__12-Aug-04 3:08 
GeneralRe: in>>hex>>a + istringstream = Trouble! Pin
darkbyte25-Aug-04 10:27
darkbyte25-Aug-04 10:27 
Generallinux C++ Pin
morrird11-Aug-04 8:23
morrird11-Aug-04 8:23 
QuestionBest IDE for WTL? Pin
rob agar11-Aug-04 2:00
rob agar11-Aug-04 2:00 
General[ Parse Data file & put the data into vector] Pin
Member 128563310-Aug-04 1:03
Member 128563310-Aug-04 1:03 
GeneralRe: [ Parse Data file & put the data into vector] Pin
Nitron26-Aug-04 5:09
Nitron26-Aug-04 5:09 
GeneralToolbar with trucolor bitmap buttons Pin
Mandalay8-Aug-04 3:56
Mandalay8-Aug-04 3:56 
GeneralRe: Toolbar with trucolor bitmap buttons Pin
Mandalay8-Aug-04 7:33
Mandalay8-Aug-04 7:33 
GeneralRe: Toolbar with trucolor bitmap buttons Pin
Tom J10-Aug-04 22:31
Tom J10-Aug-04 22:31 
QuestionHow to make tool bar for outlook express Pin
curious_keen7-Aug-04 1:10
curious_keen7-Aug-04 1:10 
QuestionHow to make tool bar for outlook express Pin
curious_keen7-Aug-04 1:09
curious_keen7-Aug-04 1: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.