Click here to Skip to main content
15,916,692 members
Home / Discussions / C#
   

C#

 
QuestionAxWebBrowser - create a document on the fly? Pin
Radoslav Bielik16-Aug-04 6:57
Radoslav Bielik16-Aug-04 6:57 
AnswerRe: AxWebBrowser - create a document on the fly? Pin
MrEyes16-Aug-04 7:11
MrEyes16-Aug-04 7:11 
GeneralRe: AxWebBrowser - create a document on the fly? Pin
Mr. Rogers16-Aug-04 8:32
Mr. Rogers16-Aug-04 8:32 
What you're both going to need to learn to use is MSHTML. Which is basically DHTML. So if you already know DHTML it makes it really easy. If you don't know DHTML but you understand XML, then you shouldn't have too many problems. So what you're going to need to do is get ahold of the Body element of the Document page and insert the HTML that you need by either creating the elements on the fly which is the most correct way, or by doing something like body.InnerHTML = "my html stuff". If this doesn't make any sense I'll try to find you some links that I used to learn it.


GeneralRe: AxWebBrowser - create a document on the fly? Pin
Nick Parker16-Aug-04 9:56
protectorNick Parker16-Aug-04 9:56 
GeneralRe: AxWebBrowser - create a document on the fly? Pin
Radoslav Bielik16-Aug-04 10:41
Radoslav Bielik16-Aug-04 10:41 
GeneralRe: AxWebBrowser - create a document on the fly? Pin
Judah Gabriel Himango16-Aug-04 10:52
sponsorJudah Gabriel Himango16-Aug-04 10:52 
GeneralReading the memory of a process Pin
Wjousts16-Aug-04 6:03
Wjousts16-Aug-04 6:03 
GeneralRe: Reading the memory of a process Pin
Nick Parker16-Aug-04 6:23
protectorNick Parker16-Aug-04 6:23 
GeneralRe: Reading the memory of a process Pin
Wjousts16-Aug-04 11:12
Wjousts16-Aug-04 11:12 
GeneralRe: Reading the memory of a process Pin
Nick Parker16-Aug-04 11:30
protectorNick Parker16-Aug-04 11:30 
GeneralRe: Reading the memory of a process Pin
leppie17-Aug-04 1:15
leppie17-Aug-04 1:15 
GeneralRe: Reading the memory of a process Pin
Wjousts17-Aug-04 7:46
Wjousts17-Aug-04 7:46 
GeneralRe: Reading the memory of a process Pin
Roman Rodov16-Aug-04 14:40
Roman Rodov16-Aug-04 14:40 
GeneralRe: Reading the memory of a process Pin
Wjousts17-Aug-04 8:00
Wjousts17-Aug-04 8:00 
Generalsetting Printer Dpi Pin
htafc16-Aug-04 5:25
htafc16-Aug-04 5:25 
Generala reflection question... Pin
LongRange.Shooter16-Aug-04 5:20
LongRange.Shooter16-Aug-04 5:20 
GeneralRe: a reflection question... Pin
Nick Parker16-Aug-04 5:43
protectorNick Parker16-Aug-04 5:43 
GeneralRe: a reflection question... Pin
LongRange.Shooter16-Aug-04 6:45
LongRange.Shooter16-Aug-04 6:45 
GeneralRe: a reflection question... Pin
Nick Parker16-Aug-04 10:11
protectorNick Parker16-Aug-04 10:11 
GeneralRe: a reflection question... Pin
LongRange.Shooter17-Aug-04 3:18
LongRange.Shooter17-Aug-04 3:18 
GeneralRe: a reflection question... Pin
Heath Stewart18-Aug-04 11:17
protectorHeath Stewart18-Aug-04 11:17 
GeneralRe: a reflection question... Pin
leppie17-Aug-04 2:26
leppie17-Aug-04 2:26 
GeneralRe: a reflection question... Pin
LongRange.Shooter17-Aug-04 3:28
LongRange.Shooter17-Aug-04 3:28 
GeneralRe: a reflection question... Pin
leppie17-Aug-04 5:43
leppie17-Aug-04 5:43 
GeneralRe: a reflection question... Pin
LongRange.Shooter17-Aug-04 6:45
LongRange.Shooter17-Aug-04 6:45 

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.