Results 1 to 9 of 9

Thread: how to disable the right click mouse function after insert flash?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2003
    Location
    USA
    Posts
    31

    Question 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?
    Best Regards,
    May C

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I'm afraid it's impossible !

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2003
    Location
    USA
    Posts
    31

    Unhappy


    REALLY??!!!!!!! IMPOSSIBLE??!!!
    HOW CAN IT BE?!!!
    Best Regards,
    May C

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Well , it's just a thought but you could(maybe)disable that using javascript or vbscript.

  5. #5
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    You can hide the cursor before and while viewing the movie , when it come to the end restore it back !

  6. #6
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    Try putting it on a panel and disableing the panel?
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  7. #7
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    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!!

  8. #8
    New Member
    Join Date
    Apr 2006
    Posts
    1

    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!!

  9. #9
    New Member
    Join Date
    Jun 2006
    Posts
    4

    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
  •  



Click Here to Expand Forum to Full Width