|
-
Jan 6th, 2005, 02:05 PM
#1
Thread Starter
New Member
Media Player
i was making a media player for my own use because none that i find seem too have everything i want intwinded into them.. but i need and activex control that is like a list box but allows you to seperate title, album, artist, duration, all those good things.. but the attributes still remain as one part of the listbox.. i thought i remembered one being built into vb 6 but i don't think i remembered correctly... could someone helpe me out if they no about a good .ocx that i could use
thanks
-
Jan 7th, 2005, 02:09 PM
#2
Hyperactive Member
Re: Media Player
I would recommend just using a listview control. Then add columns for each category you need.
-
Jan 7th, 2005, 08:58 PM
#3
Thread Starter
New Member
Re: Media Player
yeah.. thats the one i remember being built into vb 6.. i guess i was right.. thanks for the help.. o and if anyone else could help me i was wondering how to move a form to the arrows current x and y... i have it partialy done i just don't know how to find the mouses x and y
VB Code:
Form1.CurrentX = 'Arrow's Current x
Form1.CurrentY = 'Arrow's Current y
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
|