Playing animated gif file.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • archana

    Playing animated gif file.

    Hi all,

    I am having application with threading in it.

    While my thread is running i want to show one animated gif file in
    panel control.

    How can i do this.

    Can some one give me some idea about doing this or control to be used
    for doing it in .net.

    Any help will be truely appreciated.

    Thanks in advance.

  • A.Kahtava

    #2
    Re: Playing animated gif file.

    Try this Tutorial..


    Comment

    • Tim Wilson

      #3
      Re: Playing animated gif file.

      Place a PictureBox control in the Panel and assign the gif to the PictureBox
      controls Image property.

      --
      Tim Wilson
      ..NET Compact Framework MVP

      "archana" <trialproduct20 04@yahoo.com> wrote in message
      news:1141191461 .023627.45400@u 72g2000cwu.goog legroups.com...[color=blue]
      > Hi all,
      >
      > I am having application with threading in it.
      >
      > While my thread is running i want to show one animated gif file in
      > panel control.
      >
      > How can i do this.
      >
      > Can some one give me some idea about doing this or control to be used
      > for doing it in .net.
      >
      > Any help will be truely appreciated.
      >
      > Thanks in advance.
      >[/color]


      Comment

      Working...