How to customize a windows media player in VB 6?
-
Deal ALl, I'm goint to customize Windows Media Player 6.4 using VB 6. THe basic requirements for this task are: 1) the media player only play at full-screen mode. This is quite easy and I can set the properties related. 2) the media player is exclusively run, which means when there is a playback, there would be no other player running simutaneously. I dont know how to do this by customizing media player. However, I set the program checking at starting point if there is a previous instance of this program. If yes, then abort the new started player program. However, if the file name of this media player changed, two media player programs with different names will be running simultaneously, which is a situation i did not expect to see. 3) The full screen mode seems not so stable. For example, if I try to start, at the same time, the same player program more than once, only one will run but NOT in full screen mode. I appreciate your help! JW DJ