|
-
Nov 6th, 1999, 10:28 AM
#1
Thread Starter
Hyperactive Member
Hi, I am creating an application which basicly show the name of the .rm files (Real Player) and then the user have to click one and then click the play button to play the file in the real player. Ok this is the problem I used a label to store the compete path to a variable name RPF then I used the shell command to play the path (Which is the label caption) using the shell command. Ok this is the code
Dim RPF as variant
RPF = lblmusic.caption
shell RPF
But I get a message saying the can not find path, it doesn't understand that RPF is a variable and it seppose to play the path inside the label. I need this program for monday please help me to complete the program I really appreciate if you show me an easy way to do so. I have to explain the codes to my teacher, so you know why I want it to be easy.
Thanks in Advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|