|
-
Aug 15th, 2000, 08:47 PM
#1
Thread Starter
Frenzied Member
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
-
Aug 15th, 2000, 10:24 PM
#2
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.
-
Aug 15th, 2000, 10:36 PM
#3
New Member
You can put on keyPress and End or MoveUp also and End
-
Aug 15th, 2000, 10:54 PM
#4
Thread Starter
Frenzied Member
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
-
Aug 16th, 2000, 02:42 AM
#5
Lively Member
-
Aug 16th, 2000, 10:48 AM
#6
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|