|
-
May 19th, 2002, 12:12 PM
#1
Thread Starter
Addicted Member
Usercontrol moving problems
I've created a little ocx for playing mp3 files since i mousevents won't work on the mediaplayer's button bar. I have 1 property: "Filename" and 3 functions: play, pause, stop. know this is what i need to do in my code:
VB Code:
'uAudio is my usercontrol
Dim mAud as uAudio
Set uAud = uAudio1
'and the move it using uAud
i can move my control using uAudio1.Left = a number, uAudio1.top = another number, but wheni sub Set uAud = uAudio1 then i can't acces the property's left, top, height, ..... with uAud.Left
thanks,
FrEaK
-
May 20th, 2002, 03:54 AM
#2
Thread Starter
Addicted Member
Common people, anyone?????????? plz, needed verrrry much
-
May 20th, 2002, 04:50 AM
#3
Thread Starter
Addicted Member
Nobody?????????????????? URGENT
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
|