User Profile

Collapse

Profile Sidebar

Collapse
Andreig
Andreig
Last Activity: Feb 5 '08, 01:30 PM
Joined: Dec 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Andreig
    replied to popup image onMouseOver
    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
    See more | Go to post

    Leave a comment:


  • Andreig
    started a topic popup image onMouseOver

    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
    See more | Go to post

  • Andreig
    started a topic Sounds

    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...
    See more | Go to post

  • 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:
    1. In what place of my code I have to put "Me.KeyPrev iew = True"
    2. Creating:
      Private Sub Form1_KeyPress( ByVal KeyAscii As Integer)

      End Sub
    3. "In the form's KeyPress (or KeyDown) event, record what key was pressed by storing the details in your new variable"
    ...
    See more | Go to post
    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
    ...
    See more | Go to post
    Last edited by Killer42; Dec 31 '07, 12:07 AM.

    Leave a comment:


  • Andreig
    started a topic exit loop by pressing a key and come back

    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 help
    See more | Go to post
    Last edited by Killer42; Dec 29 '07, 12:52 PM.

  • Andreig
    replied to VB.Net Key Press
    in .NET
    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...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...