Click here to Skip to main content
15,914,413 members
Home / Discussions / C#
   

C#

 
GeneralContainer Controls/User Controls Pin
duncanmeech8-May-03 6:53
duncanmeech8-May-03 6:53 
GeneralRe: Container Controls/User Controls Pin
duncanmeech8-May-03 7:42
duncanmeech8-May-03 7:42 
GeneralNavigation Bar Pin
mrc_ita8-May-03 6:31
mrc_ita8-May-03 6:31 
Questionvs2003-- where's the beef? Pin
allancto8-May-03 5:16
allancto8-May-03 5:16 
AnswerRe: vs2003-- where's the beef? Pin
Kevin McFarlane8-May-03 6:50
Kevin McFarlane8-May-03 6:50 
GeneralRe: vs2003-- where's the beef? Pin
Daniel Turini8-May-03 7:55
Daniel Turini8-May-03 7:55 
GeneralRe: vs2003-- where's the beef? Pin
Kevin McFarlane8-May-03 8:25
Kevin McFarlane8-May-03 8:25 
GeneralRe: vs2003-- where's the beef? Pin
Daniel Turini8-May-03 8:35
Daniel Turini8-May-03 8:35 
GeneralRe: vs2003-- where's the beef? Pin
James T. Johnson8-May-03 22:57
James T. Johnson8-May-03 22:57 
AnswerRe: vs2003-- where's the beef? Pin
David Stone8-May-03 7:39
sitebuilderDavid Stone8-May-03 7:39 
AnswerRe: vs2003-- where's the beef? Pin
Wesner Moise19-May-03 19:41
Wesner Moise19-May-03 19:41 
Generalwriting strings to the browser control Pin
LongRange.Shooter8-May-03 3:50
LongRange.Shooter8-May-03 3:50 
GeneralRe: writing strings to the browser control Pin
Stephane Rodriguez.8-May-03 5:13
Stephane Rodriguez.8-May-03 5:13 
GeneralRe: writing strings to the browser control Pin
LongRange.Shooter9-May-03 5:30
LongRange.Shooter9-May-03 5:30 
GeneralRe: writing strings to the browser control Pin
Stephane Rodriguez.9-May-03 6:25
Stephane Rodriguez.9-May-03 6:25 
GeneralRe: writing strings to the browser control Pin
LongRange.Shooter9-May-03 10:11
LongRange.Shooter9-May-03 10:11 
GeneralRe: writing strings to the browser control Pin
Stephane Rodriguez.9-May-03 10:25
Stephane Rodriguez.9-May-03 10:25 
GeneralRe: writing strings to the browser control Pin
LongRange.Shooter9-May-03 10:37
LongRange.Shooter9-May-03 10:37 
To quote my dear mum -- it is clear as mud.

This is in an application where I am hooking IDocHostUIHandler and as such I have both DLL's loaded.

Now what is frustrating to me is that this article that WORKED before (the one I cannot recreate the search that found it earlier) did not use the IPersist*** interface to accomplish the task. But the nominclature required to create a working object within the browser is lost. In the example I had found earlier and cannot find now the example was explicitely to have a document be written to the browser as a string. And....in that article, after getting the document object created, he just did document.write(stringValue); The resulting page that was displayed in the browser control contained the display portions as expected AND the browser View Source contained ALL of the HTML that made up my string-based web page.

Deploying the IPersist*** approach displayed the page but when I View Source the browser knows nothing of my document -- only the about:blank document. And I DO have both DLL's in my program.

I hate working with the browser. It shouldn't have to be THIS hard.

Michael

_____________________________________________
The world is a dangerous place.
Not because of those that do evil,
    but because of those who look on and do nothing.

GeneralRe: writing strings to the browser control Pin
Stephane Rodriguez.9-May-03 10:58
Stephane Rodriguez.9-May-03 10:58 
GeneralRe: writing strings to the browser control Pin
LongRange.Shooter12-May-03 4:25
LongRange.Shooter12-May-03 4:25 
GeneralRe: writing strings to the browser control Pin
Stephane Rodriguez.12-May-03 4:35
Stephane Rodriguez.12-May-03 4:35 
GeneralRe: writing strings to the browser control Pin
LongRange.Shooter15-May-03 7:37
LongRange.Shooter15-May-03 7:37 
Generalmp3 in C# Pin
Anonymous8-May-03 3:47
Anonymous8-May-03 3:47 
GeneralRe: mp3 in C# Pin
Paresh Gheewala8-May-03 7:01
Paresh Gheewala8-May-03 7:01 
GeneralRe: mp3 in C# Pin
AlexDunn19-May-03 14:14
AlexDunn19-May-03 14:14 

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.