Little help Mike Gold
Hi, I followed the article
http://www.c-sharpcorner.com/UploadFile/mgold/PlayingVideo11242005002218AM/PlayingVideo.aspx?ArticleID=3d1c3b81-1a12-48e7-ad5e-758f96525409
and i was wondering how i would make it so on start up of a form it would load up a video. instead of having to open it via the open button.
jasoncattlePosted Oct 11, 2006, 6:22 AM
Mahesh ChandPosted Oct 11, 2006, 6:08 AM
If it is a Windows Form application, you put the Button click event handler code on Form Load event handler.