Results 1 to 3 of 3

Thread: Media Player

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2004
    Posts
    8

    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

  2. #2
    Hyperactive Member
    Join Date
    Dec 2004
    Posts
    326

    Re: Media Player

    I would recommend just using a listview control. Then add columns for each category you need.

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2004
    Posts
    8

    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:
    1. Form1.CurrentX = 'Arrow's Current x
    2. 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
  •  



Click Here to Expand Forum to Full Width