I'm building a Windows Form application that manipulates a text file, the manipulation process takes time, so I creadted a Hidden PictureBox Control and I put an animated gif Image in it (Like a Progress Bar), and once the process starts I show the PictureBox, but the gif doesn't move cause it is on the same process I guess, is there any kind of solution...
Thanks