I am assuming you are using a control to host your flash movie. An easy way is to disable the control, which usually supresses any rightclick menus. Else see if the control supports a contexmenu property that you can override.
Rgds,
Anand
VB.NET MVP
http://www.dotnetindia.com
"Kulgan" wrote:
> I have a flash movie (.swf file) that I've embedded on a form in my
> VB.NET application. Everything works great. Although, when a user
> right-clicks over the flash movie a context menu is displayed. Does
> anyone know how I may get rid of this?
>
> Thanks
>