I dont even know what this means
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
8 posts
Page 1 of 1
Hello im trying to build a media player i allready have one so i was stealing the code from that anyway
i used this code
'IWMPPlaylist' is ambiguous in the namespace 'WMPLib'.
WTF does that even mean
i used this code
Code: Select all
works fine in the other player yet in mine i get this error Private Sub BackTrackButton2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BackTrackButton2.Click
Dim TrackURL
Dim Playlist As WMPLib.IWMPPlaylist = AxWindowsMediaPlayer1.newPlaylist("MyPlayList", "")
For Each TrackURL In Plist.Items
Playlist.appendItem(AxWindowsMediaPlayer1.newMedia(TrackURL))
Next
AxWindowsMediaPlayer1.currentPlaylist = Playlist
End Sub
'IWMPPlaylist' is ambiguous in the namespace 'WMPLib'.
WTF does that even mean
whatever happens dont break the terms of the forums , mind your language #muttley1968
Find my programs on Softpedia
Have you added refrence and stuff, is the dll files for AxWindowsMediaPlayer1 in the same directory ?
It should be and does using like shortend version like that still count and swearing ?.....
mshimranpro wrote:whatever happens dont break the terms of the forums , mind your language #muttley1968Those are not terms, but rules cooll;
CodenStuff wrote:Nope, it's just your sick and dirty mind. You sick twisted warped little pervo![]()
2) No offensive language what so ever, if you use offensive language your post will be deleted and you may receive a warning. All racist, sexist or homophobic abuse will result in the offender being permanently banned from the site!.
how is what i put breaking any of them rules it not racist sexist or homophobic its Anoyed right or am i wrong ?.....
how is what i put breaking any of them rules it not racist sexist or homophobic its Anoyed right or am i wrong ?.....
This topic went completely off-topic.
Please keep on topic! Thanks cooll;
Please keep on topic! Thanks cooll;
CodenStuff wrote:Nope, it's just your sick and dirty mind. You sick twisted warped little pervo![]()
okay thanks get it back on topic i found out what the error means its that i had to dlls with the same function and function name so they conflicted with one anouther so i removed one and its all good now
8 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023