Playlist Components

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
nevans06
In need of some credit
In need of some credit
Posts: 7
Joined: Wed May 09, 2007 8:22 am

Playlist Components

Post by nevans06 »

Hi,

I'd like to create a kind of playlist are in my application with three boxes.

1. playlist selection.
2. directory list.
3. file list.

Can somebody give me any ideas/examples of which wx widgets would be best for these functions?

Cheers!
lowjoel
Part Of The Furniture
Part Of The Furniture
Posts: 1511
Joined: Sun Jun 19, 2005 11:37 am
Location: Singapore
Contact:

Post by lowjoel »

Depends on what you want your application to look like.

If you are following Windows Media Player:

1. wxListView/wxListCtrl
2. wxTreeCtrl
3. wxListView/wxListCtrl/wxListBox depending on your level of functionality.

Joel
Post Reply