<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : windows media player</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : windows media player]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 23:02:56 +0000</pubDate>
  <lastBuildDate>Sun, 30 Sep 2007 09:28:26 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=8221</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[windows media player : Hi,  Its ActiveX control and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8221&amp;PID=26660&amp;title=windows-media-player#26660</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8221<br /><strong>Posted:</strong> 30 September 2007 at 9:28am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Its ActiveX control and have to be put in .NET object, so create some panel, put ActiveX to panel and attach panel to group:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><FONT size=2><P>MediaPanel = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> Panel()</P><P>MediaPanel.Size = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> Size(200, 66)</P><P></FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.AxWindowsMediaPlayer1 = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> AxWMPLib.AxWindowsMediaPlayer()</P><P></FONT><FONT color=#0000ff size=2>CType</FONT><FONT size=2>(</FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.AxWindowsMediaPlayer1, System.ComponentModel.ISupportInitialize).BeginInit()</P><P></FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.AxWindowsMediaPlayer1.Name = "AxWindowsMediaPlayer1"</P><P></FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.AxWindowsMediaPlayer1.Size = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> System.Drawing.Size(200, 66)</P><P>MediaPanel.Controls.Add(</FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.AxWindowsMediaPlayer1)</P><P></FONT><FONT color=#0000ff size=2>CType</FONT><FONT size=2>(</FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.AxWindowsMediaPlayer1, System.ComponentModel.ISupportInitialize).EndInit()</P><P></FONT><FONT color=#0000ff size=2>Dim</FONT><FONT size=2> MyMusicPlayer </FONT><FONT color=#0000ff size=2>As</FONT><FONT size=2> XtremeCommandBars.CommandBarControlCustom</P><P>MyMusicPlayer = GroupClipboard.Add(XtremeCommandBars.XTPControlType.xtpControlCustom, 113, "Music player")</P><P>MediaPanel.CreateControl()</P><P>AxWindowsMediaPlayer1.CreateControl()</P><P>&nbsp;MyMusicPlayer.Handle = MediaPanel.Handle.ToInt32()</P></FONT></DIV>]]>
   </description>
   <pubDate>Sun, 30 Sep 2007 09:28:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8221&amp;PID=26660&amp;title=windows-media-player#26660</guid>
  </item> 
  <item>
   <title><![CDATA[windows media player : Hi Guys, I am trying to show a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8221&amp;PID=26640&amp;title=windows-media-player#26640</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3339">gbattig</a><br /><strong>Subject:</strong> 8221<br /><strong>Posted:</strong> 29 September 2007 at 3:12pm<br /><br />Hi Guys, I am trying to show a wmp player in the ribbon bar so far I have no luck here is the code I am using can you please shed some light?<DIV>&nbsp;</DIV><FONT size=2><P>GroupClipboard = TabPageLayout.Groups.AddGroup(</FONT><FONT color=#a31515 size=2>"&amp;Video/Music"</FONT><FONT size=2>, ID_GROUP_CLIPBOARD)</P><P></FONT><FONT color=#0000ff size=2>Dim</FONT><FONT size=2> MyMusicPlayer </FONT><FONT color=#0000ff size=2>As</FONT><FONT size=2> XtremeCommandBars.CommandBarControlCustom</P><P>MyMusicPlayer = GroupClipboard.Add(XtremeCommandBars.XTPControlType.xtpControlCustom, 113, </FONT><FONT color=#a31515 size=2>"Music player"</FONT><FONT size=2>)</P><P></P><P>AxWindowsMediaPlayer1 = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> AxWMPLib.AxWindowsMediaPlayer</P><P>AxWindowsMediaPlayer1.Visible = </FONT><FONT color=#0000ff size=2>True</P></FONT><FONT size=2><P>AxWindowsMediaPlayer1.Width = 300</P><P>AxWindowsMediaPlayer1.CreateControl()</P><P>MyMusicPlayer.Handle = AxWindowsMediaPlayer1.Handle.ToInt32()</P><DIV></DIV><P>&nbsp;</P><P>Thanks,</FONT></P>]]>
   </description>
   <pubDate>Sat, 29 Sep 2007 15:12:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8221&amp;PID=26640&amp;title=windows-media-player#26640</guid>
  </item> 
  <item>
   <title><![CDATA[windows media player : Hi Guys, I am currently in the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8221&amp;PID=26638&amp;title=windows-media-player#26638</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3339">gbattig</a><br /><strong>Subject:</strong> 8221<br /><strong>Posted:</strong> 29 September 2007 at 2:32pm<br /><br />Hi Guys, I am currently in the process of creating an app and need to show the windows media player as a custom control in the ribbon bar example that is shipped with the samples when you purchase the control, how do I do this? I know it is something to do with the <FONT size=2><P>xtpControlCustom</P></FONT><DIV>Thanks,</DIV><DIV>Greg</DIV>]]>
   </description>
   <pubDate>Sat, 29 Sep 2007 14:32:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8221&amp;PID=26638&amp;title=windows-media-player#26638</guid>
  </item> 
 </channel>
</rss>