Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Disable right click in webbrowser control?


Message #1 by "Dieter Lubbe" <dlubbe@c...> on Mon, 14 May 2001 17:11:25 +0100
	Its not May's issue, so it must be April's issue (Visual Basic Programmer's
Journal).  Drop me a line at "anubis@e..." (my home
server) and I will send you the download codes to get the source code from
their webside.  Unfortunately you just can't search their site for content,
you have to have specific download codes that you get from the article.

? Chuck

> -----Original Message-----
> From: Dieter Lubbe [mailto:dlubbe@c...]
> Sent: Tuesday, May 15, 2001 4:55 AM
> To: professional vb
> Subject: [pro_vb] RE: Disable right click in webbrowser control?
>
>
> Thanks Chuck.
>
> You wouldn't know where I can get hold of this article?
>
> Dieter
>
> -----Original Message-----
> From: Charles Feduke [mailto:webmaster@r...]
> Sent: 14 May 2001 18:15
> To: professional vb
> Subject: [pro_vb] RE: Disable right click in webbrowser control?
>
>
> 	This was in VBPJ either last month or the month previous.
> If you do not
> draw the ActiveX control on your form, remove the OCX from your
> project and
> instead make a reference to the object and instantiate a new
> instance of it
> at run time (then set all the visual attributes), you can disable
> the right
> click as well as muck around with other options.
>
> 	Not sure why you don't get full functionality if you create
> the control at
> design time.
>
> ? Chuck
>
> > -----Original Message-----
> > From: Dieter Lubbe [mailto:dlubbe@c...]
> > Sent: Monday, May 14, 2001 12:11 PM
> > To: professional vb
> > Subject: [pro_vb] Disable right click in webbrowser control?
> >
> >
> > I have been trying to disable the right click event in the webbrowser
> > control with no success.
> > I've even tried to subclass the control, but that didn't work either.
> >
> > Anybody ever got this working?
> >
> > Cheers,
> > Dieter
> >
> >
> > ---

  Return to Index