Alternate for picturebox of Windows application.BBala13yAsked Jun 19, 2013, 6:12 AM1.8kLearn iOS ProgrammingHi Guys, help me to solve this.,In windows app we may use picturebox to display video using :Bitmap video = (Bitmap)eventArgs.Frame.Clone();picturebox1.image = video;So, here what do we do in web application to do the same thing?
Replies
Know the answer? Post it — somebody with the same question will find it here.