How do I play an MPEG on a form??

oneillc9

New member
Joined
Feb 12, 2005
Messages
3
Programming Experience
1-3
Just a little annoying problem I'm having. Is there a simple control for Wimdows Media Player like VB6?

Maybe someone can help me out or point me towards a tutorial?

Cheers
 
Its Very Simple---Use This

use

process.start("D:\Program Files\Windows Media Player\wmplayer.exe")

:p
 
Back
Top