Home All Groups Group Topic Archive Search About

Implementing IDocHostUIHandler

Author
5 Mar 2006 10:19 AM
SteMc
Help!

Having started VB for the first time not long ago I've only ever had to
do very basic things to achieve what I want. Trying to deal with the
IDocHostUIHandler interface thingy majic is becoming confusing because
it's quite alien to what I'm used to.

Basically at the moment I have a basic idea that I have to implement
the interface, but I how I do this and where is a complete mystery to
me. I've trawled what feels like hundreds of newsgroup posting and my
brain is mush now.

So far I feel like I should be creating a new class and writing
"implements IDocHostUIHandler". this doesn't seem to do anything.

Does anyone understand what I'm asking, anyone gone along this path and
been confused? Cos I don't have a clue :(

Steve

Author
14 Mar 2006 2:53 PM
Charles Law
Hi Steve

I have seen this question asked quite a lot on-and-off, so I have attached a
sample to show how it is done.

The sample was created with VS2003, Framework 1.1.

HTH

Charles


Show quoteHide quote
"SteMc" <goo***@jasmonio.supanet.com> wrote in message
news:1141553981.947797.230410@i39g2000cwa.googlegroups.com...
> Help!
>
> Having started VB for the first time not long ago I've only ever had to
> do very basic things to achieve what I want. Trying to deal with the
> IDocHostUIHandler interface thingy majic is becoming confusing because
> it's quite alien to what I'm used to.
>
> Basically at the moment I have a basic idea that I have to implement
> the interface, but I how I do this and where is a complete mystery to
> me. I've trawled what feels like hundreds of newsgroup posting and my
> brain is mush now.
>
> So far I feel like I should be creating a new class and writing
> "implements IDocHostUIHandler". this doesn't seem to do anything.
>
> Does anyone understand what I'm asking, anyone gone along this path and
> been confused? Cos I don't have a clue :(
>
> Steve
>

[attached file: IDocHostUIHandler Sample.zip]