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

C#

 
GeneralRe: Hiding/dynamically adding a tab page..?? Pin
vlusardi8-May-03 7:52
vlusardi8-May-03 7:52 
AnswerRe: Hiding/dynamically adding a tab page..?? Pin
Nick Parker8-May-03 18:30
protectorNick Parker8-May-03 18:30 
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 
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 
.S.Rod. wrote:
document.write(stringValue);

That's javascript syntax. And that's a javascript context, where dlls mentioned earlier are loaded and appropriately attached for us.


You misunderstood my post. The example I found that actually worked was SOMETHING like this:

(somedoctype) document = (someInterfaceType) mybrowsercontrol.Document;
document.write(myString);

I vaguely recall that the document type was something like HTMLDocument2. And the working example was only 2 or three lines of code AND I did not remember using IPersist... in getting it implemented.

So anyway. I read your post and I don't understand any of it. Your suggestion just does not work the way I need it to work. Thanks anyway.

_____________________________________________
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.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 

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.