iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
you can actually add media player to your toolbox and draw it onto a form like acontrol
then you just do e.g (psuedocode)
private sub command1_click
mediaplayer.next
end sub
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
Im not sure, i have only ever done it under VB6
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
I've not read that link properly, but it would appear it already use windows media player within the program as opposed to creating your own. You would just be adding it as a com object and using the api to access it?
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439