Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioncreation of graphs [modified] Pin
sriv_1828-Jun-06 2:17
sriv_1828-Jun-06 2:17 
AnswerRe: creation of graphs Pin
toxcct28-Jun-06 2:26
toxcct28-Jun-06 2:26 
QuestionWant to find out all the broken installation. Pin
Aryan S28-Jun-06 2:12
Aryan S28-Jun-06 2:12 
AnswerRe: Want to find out all the broken installation. Pin
ovidiucucu28-Jun-06 8:08
ovidiucucu28-Jun-06 8:08 
QuestionGetting Exception when two instance of ActiveX control are opened using Ctrl+N in IE Pin
Muhammad Azam28-Jun-06 1:47
Muhammad Azam28-Jun-06 1:47 
Questionon-the-fly html file generation Pin
snir_ya28-Jun-06 1:29
snir_ya28-Jun-06 1:29 
AnswerRe: on-the-fly html file generation Pin
Sarath C28-Jun-06 1:44
Sarath C28-Jun-06 1:44 
AnswerRe: on-the-fly html file generation Pin
Benoy Bose28-Jun-06 2:08
Benoy Bose28-Jun-06 2:08 
Sarath is saying right. You do not have to generate a file. there is simple way.
You can get the interface IWebBrowser2 of the IE.
from that get the interface IHtmlDocument2 of the IWebBrowser2.

call the function write of the above interface.
IHtmlDocument2::write( "text" )

But this code will work onlt in COM

AnswerRe: on-the-fly html file generation Pin
Muhammad Azam28-Jun-06 2:33
Muhammad Azam28-Jun-06 2:33 
QuestionSerialization Pin
_Tom_28-Jun-06 0:44
_Tom_28-Jun-06 0:44 
AnswerRe: Serialization [modified] Pin
Sarath C28-Jun-06 0:54
Sarath C28-Jun-06 0:54 
AnswerRe: Serialization Pin
bob1697228-Jun-06 3:25
bob1697228-Jun-06 3:25 
GeneralRe: Serialization Pin
ovidiucucu28-Jun-06 8:22
ovidiucucu28-Jun-06 8:22 
GeneralRe: Serialization Pin
bob1697228-Jun-06 10:24
bob1697228-Jun-06 10:24 
GeneralRe: Serialization [modified] Pin
ovidiucucu29-Jun-06 2:30
ovidiucucu29-Jun-06 2:30 
QuestionPeeking into the message queue of another thread Pin
Phil.Benson27-Jun-06 23:54
professionalPhil.Benson27-Jun-06 23:54 
AnswerRe: Peeking into the message queue of another thread Pin
Sarath C28-Jun-06 0:47
Sarath C28-Jun-06 0:47 
GeneralRe: Peeking into the message queue of another thread Pin
Phil.Benson28-Jun-06 1:36
professionalPhil.Benson28-Jun-06 1:36 
GeneralRe: Peeking into the message queue of another thread [modified] Pin
Justin Tay28-Jun-06 2:39
Justin Tay28-Jun-06 2:39 
GeneralRe: Peeking into the message queue of another thread Pin
Phil.Benson28-Jun-06 2:54
professionalPhil.Benson28-Jun-06 2:54 
GeneralRe: Peeking into the message queue of another thread [modified] Pin
Justin Tay28-Jun-06 3:02
Justin Tay28-Jun-06 3:02 
GeneralRe: Peeking into the message queue of another thread Pin
Phil.Benson28-Jun-06 3:29
professionalPhil.Benson28-Jun-06 3:29 
GeneralRe: Peeking into the message queue of another thread Pin
Justin Tay28-Jun-06 3:38
Justin Tay28-Jun-06 3:38 
GeneralRe: Peeking into the message queue of another thread Pin
Phil.Benson28-Jun-06 5:33
professionalPhil.Benson28-Jun-06 5:33 
QuestionDatabase error in C++ Pin
aSoundMind27-Jun-06 23:29
aSoundMind27-Jun-06 23:29 

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.