Hi,
I'm converting my mini media player so it does not require the use of Windows Media Player! Anyway the code I am using to do this is Skitchen8's code here. However, due to a lack of error handling in the code I am receiving a whole lot of errors which, I have bypassed using the dreaded
However, the pausing and unpausing of the songs does not seem to be affected by the above code and I receive this error
The specified alias is already being used in this application. Use a unique alias.
How can I solve this problem?
Thanks,
Nightwalker
I'm converting my mini media player so it does not require the use of Windows Media Player! Anyway the code I am using to do this is Skitchen8's code here. However, due to a lack of error handling in the code I am receiving a whole lot of errors which, I have bypassed using the dreaded
vb Code:
On Error Resume Next
However, the pausing and unpausing of the songs does not seem to be affected by the above code and I receive this error
The specified alias is already being used in this application. Use a unique alias.
How can I solve this problem?
Thanks,
Nightwalker