Search results for query: *

  • Users: mfwoo
  • Order by date
  1. M

    Resolved Display time not according to actual timing

    Thanks for your guidance
  2. M

    Resolved Display time not according to actual timing

    I create a timer for count down (set to 5 secs) for photo taking using my webcam. It start with 5, 4, 3, 2, 1 and when its reaches 0, I will call the webcam function to snap the picture. The number of seconds is display via a label. Problem with the timer, it was not exactly 1 seconds apart...
  3. M

    Question Not getting mouse click event from a transparent picturebox

    Both have provided me with the idea to accomplish the task. Thanks Sheepings & Skydiver.
  4. M

    Question Not getting mouse click event from a transparent picturebox

    The client already provided the design and layout of the keyboard for the touch screen for the self service machine. I was thinking to overlay those individual keys with a transparent pictureboxes or labels and then hook up the mouse click event to get which key that the user touched. Looking...
  5. M

    Question Not getting mouse click event from a transparent picturebox

    I have a picturebox with transparent background (orange rectangle) on top of another picturebox with the keyboard background. How can I get mouseclick event return from the smaller transparent picturebox. Please help.
  6. M

    Question Timer is not working when using with animated GIF

    I finally found out what's wrong. I have 2 a picture overlay another picture box. This affected the timer.
  7. M

    Question Timer is not working when using with animated GIF

    Hi Guys, need help on this. I have a form with 2 Tabpages. The first tabpage has an animated gif inside a picturebox. A timer is set for 10 seconds in the first tab before navigate to the second tabpage. But the timer does not seem to work.
Back
Top Bottom