i display a pic on picture box and then i want to display another pic after some seconds
but problem is that first image is not displaying only display 2nd image
1... display first picture from database such as
pbThumbImage.Im age = new Bitmap(new MemoryStream(ob jEmployee.Pictu re));
2... and then get the reference of current main thread
Thread main = Thread.CurrentT hread;
Thread.Sleep(50 00);
3.. and then display another pic
pbThumbImage.Im age = global::TimeEnt rySystem.Proper ties.Resources. DefaultImage;
but problem is that first image is not displaying only display 2nd image
but problem is that first image is not displaying only display 2nd image
1... display first picture from database such as
pbThumbImage.Im age = new Bitmap(new MemoryStream(ob jEmployee.Pictu re));
2... and then get the reference of current main thread
Thread main = Thread.CurrentT hread;
Thread.Sleep(50 00);
3.. and then display another pic
pbThumbImage.Im age = global::TimeEnt rySystem.Proper ties.Resources. DefaultImage;
but problem is that first image is not displaying only display 2nd image
Comment