Search results for query: *

  1. M

    Gif Animation running continuously

    I still have one more question. Apparently I actually never see the animation because the animation executes doing the form load. Can you tell me which event I could use to perform the animation after the form gets loaded. In other words, I want the form to load first then execute the...
  2. M

    Gif Animation running continuously

    I found a solution to my problem. I used the following code and the gif plays only once in the form load event routine. Import System.Drawing.Imaging then use this code: Dim animatedGif As New Bitmap("Sign.gif") Dim frameDimension As New...
  3. M

    Gif Animation running continuously

    Thank for your reply but could you please give me a more detailed example of how to do what you suggested. I am not a seasoned .net programmer so I need some code that I can use to adapt to my program. This Gif has a 1 millisecond delay which means it should only take 53 milliseconds to...
  4. M

    Gif Animation running continuously

    I read Kulrom's post regarding loading a gif animation in the form load event last night. The link to the following quote is: http://www.vbdotnetforums.com/showth...=gif+animation
Back
Top