I am finding that vs2010 seems to have problems playing videos.
I will be very grateful if anyone can point me in the right direction.
I can play avi etc on Windows Media Player ok.
But I need to play mov files in my app.
I have tried quicktime, but cannot drag the tool to my form without getting an error message about the activex not being registered, although it is.
I have tried axvlcplugin2, this goes to the form ok, but when I try to run with it the code in the designer causes an error.
((System.ComponentModel.ISupportInitialize)(this.axVLCPlugin21)).EndInit();
this.ResumeLayout(false);
The line above which was generated by the designer causes an error, because it's generated by the system I don't think I can use it in a try statement.
Prior to 2010 video ran ok, now even the directx.audiovideoplayback doesn't work.