Link to home
Start Free TrialLog in
Avatar of mikezk
mikezk

asked on

Opening a RealVideo file in a VB application

Hi,
 I would like to make some sort of interactive picture library. But I would also like to add some videos in it. I compressed them in Real Video but I can't make them play from a VB application. All I want is a command_Button that open RealPlayer and AUTOMATICALLY starts playing my Video.
Thanks
Mike,
ASKER CERTIFIED SOLUTION
Avatar of Vbmaster
Vbmaster

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mikezk
mikezk

ASKER

When I insert this fonction into my program and that I try to execute Me.caption = ("e:\video.ra","","") VB says that SW_SHOW is not declared.
Thanx
Michael
Oh i missed that one, add

Private Const SW_SHOW = 5

where you declared the ShellExecute API.