Visual Basic 2008, windows media player help.

cursedpsp

New Member
Messages
237
Reaction score
0
Points
0
Hi i want to use a picturebox (because that was what i was told i needed), and i have a windows media player component in my project called wmp

I have the wmp hidden and i want a picturebox to display the visualisation of the windows media player.

Anyone help?
Ask a question for me detail if you dont understand..
Edit:
sorry but has anyone actually read my topic?
 
Last edited:

MasterMax1313

New Member
Messages
84
Reaction score
0
Points
0
You can create a WPF user control and drop it into a VB form

Also, if you use WPF for the XAML for the UI, and use the VB backend to handle receiving whatever you need to pass to it from the VB winform
 
Top