Results 1 to 6 of 6

Thread: I got a problem, does anyone have any suggestions?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    I am using the Shock Wave Flash control in my program (1 form). Now I made the flash control fill up the whole screen. And I want to make it so that if anyone moves, or clicks the mouse, it exits (ends) also if anyone presses any thing on the key board (Like a screen savor)

    is there I way to do it, if you ahve any suggestions, please post them


    thanks in advance


    Dimava
    NXSupport - Your one-stop source for computer help

  2. #2
    PowerPoster BruceG's Avatar
    Join Date
    May 2000
    Location
    New Jersey (USA)
    Posts
    2,657
    You can try this:

    Set the KeyPreview property of your Form to True.

    Put the End statement in these two Form events:
    KeyDown
    MouseDown

    That should work, let me know how you make out.
    "It's cold gin time again ..."

    Check out my website here.

  3. #3
    New Member
    Join Date
    Aug 2000
    Location
    USA, Florida
    Posts
    10
    You can put on keyPress and End or MoveUp also and End

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    I tried doing all of that, but since the flash control takes up the whole form, the event does not happen to the form. I just thought of haveing a second form, and making it invincabel, and havin all of that on the second form. I'm not sure if it will work, but can someone please give me the code for a transparent background of a form
    NXSupport - Your one-stop source for computer help

  5. #5
    Lively Member rekcus's Avatar
    Join Date
    Jan 1999
    Location
    Kuala Lumpur
    Posts
    122

    Talking

    I strongly believe that you should maximize the form that calls the Flash media. Then the mousemove and all the other events shall be effective.

    penyou!

    "The code bytes.."

  6. #6

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    I already had the form maximzied, and the flash contorl take up the whole screen.
    NXSupport - Your one-stop source for computer help

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