Thanks Acoder
the onlyn poblem with it the large image opens on the lace of the small one and becoase of that it is not displayed. How to set a position of the large image?
Thanks again
User Profile
Collapse
-
popup image onMouseOver
HI can somebody explain (with sample of code) how to enlarge an image using popup when mouse is over a small image + close the popup when mouse is out
Thanks for help -
Sounds
First of all - Happy New Year everyone!
and I would like to say thanks to all of you who helped me before.
I have the following question:
finaly I created a program for my son that displays letters and numbers and user must press a key with a correct letter/number.
Now I want to make it more alive by adding sounds of that letters/numbers. I tryed to create wav files of my voice, but I hate it. If somebody knows how to... -
Thanks Killer for your description and I will do it for sure.
Can you please give me examples how to fix this problem with pressed keys?
so:- In what place of my code I have to put "Me.KeyPrev iew = True"
- Creating:
Private Sub Form1_KeyPress( ByVal KeyAscii As Integer)
End Sub - "In the form's KeyPress (or KeyDown) event, record what key was pressed by storing the details in your new variable"
Last edited by Killer42; Dec 31 '07, 08:04 AM.Leave a comment:
-
Sorry gentlemen, my fault.
I am trying to create a "game" for my 6 year old son to learn keyboard letters.
I have a loop with an image of a letter that flies all over the screen until a key of keyboard is pressed to check if the pressed key is correct one.
So flying letter:
[CODE=vbnet]Private Sub Form1_Paint(ByV al sender As Object, ByVal e As System.Windows. Forms.PaintEven tArgs) Handles Me.Paint
...Last edited by Killer42; Dec 31 '07, 12:07 AM.Leave a comment:
-
exit loop by pressing a key and come back
Gentlemen I cannot figure out the following:
I have a loop in[CODE=vbnet]Private Sub Form1_Paint(ByV al sender As Object, ByVal e As System.Windows. Forms.PaintEven tArgs) Handles Me.Paint[/CODE]
Pressing a key I am checking what key was pressed and come back to the loop.
Thanks for helpLast edited by Killer42; Dec 29 '07, 12:52 PM. -
but how to organize another scenario?
1. you have a loop in
Private Sub Form1_Paint(ByV al sender As Object, ByVal e As System.Windows. Forms.PaintEven tArgs) Handles Me.Paint
2. pressing a key you have to jump in
Private Sub Form1_KeyPress( ByVal sender As Object, ByVal e As System.Windows. Forms.KeyPressE ventArgs) Handles Me.KeyPress
3. and go back to
Private Sub Form1_Paint(ByV al sender...Leave a comment:
No activity results to display
Show More
Leave a comment: