|
-
Feb 7th, 2003, 10:06 AM
#1
Thread Starter
Junior Member
how to disable the right click mouse function after insert flash?
I insert flash in my program. do u know how to disable the right click function on the movie?
-
Feb 7th, 2003, 12:09 PM
#2
Sleep mode
I'm afraid it's impossible !
-
Feb 7th, 2003, 12:15 PM
#3
Thread Starter
Junior Member
-
Feb 7th, 2003, 12:31 PM
#4
Sleep mode
Well , it's just a thought but you could(maybe)disable that using javascript or vbscript.
-
Feb 7th, 2003, 12:48 PM
#5
Sleep mode
You can hide the cursor before and while viewing the movie , when it come to the end restore it back !
-
Feb 7th, 2003, 02:40 PM
#6
Hyperactive Member
Try putting it on a panel and disableing the panel?
-
Feb 7th, 2003, 05:02 PM
#7
hehehe, I've done it before, in vb6 though. You have to use the SetCapture API, which I'm trying to figure out how to use it right now...
You call it and you set a picturebox, or something to capture all the mouseclick events, so when the user clicks on the flash thingie, it wont receive the click. Ofcourse you have to disable this when the mouse leaves your form. Umm and this is only useful if you dont have any buttons or anything clickable in your flash.
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Apr 5th, 2006, 01:55 AM
#8
New Member
Re: how to disable the right click mouse function after insert flash?
Hey there MrPolite...do you have more info on how you did this in VB6? Possibly some source code? :-D I've been trying to accomplish this for a while with no luck!
Thanks in advance!!
-
Jun 13th, 2006, 05:05 AM
#9
New Member
Re: how to disable the right click mouse function after insert flash?
Ha Mr.MrPolite please show us an example .
We are waiting ..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|