<?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 : VisualStudio2015 Dark theme</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : VisualStudio2015 Dark theme]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 20:12:28 +0000</pubDate>
  <lastBuildDate>Tue, 08 Nov 2016 14:31:16 +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=23186</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[VisualStudio2015 Dark theme : Hello,1) in themes VS2015, VS2012...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23186&amp;PID=75295&amp;title=visualstudio2015-dark-theme#75295</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23186<br /><strong>Posted:</strong> 08 November 2016 at 2:31pm<br /><br />Hello,<br><br><b>1)</b> in themes VS2015, VS2012 and Office2013 &nbsp;should be used CXTPRibbonBackstageView instead old&nbsp;CXTPRibbonSystemPopupBar. See our example &nbsp;Samples\ActiveX\CommandBars\VB\RibbonSample\frmMain.frm &nbsp;in method&nbsp;CreateBackstageView()<br><table width="99%"><tr><td><pre class="BBcode">Sub CreateBackstageView()<div>&nbsp; &nbsp; Dim RibbonBar As RibbonBar</div><div>&nbsp; &nbsp; Set RibbonBar = CommandBars.ActiveMenuBar</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; Dim BackstageView As RibbonBackstageView</div><div>&nbsp; &nbsp; Set BackstageView = CommandBars.CreateCommandBar("CXTPRibbonBackstageView")</div><div>&nbsp; &nbsp; Select Case CommandBars.VisualTheme</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Case xtpThemeOffice2013</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BackstageView.SetTheme xtpThemeOffice2013</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Case xtpThemeVisualStudio2015</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BackstageView.SetTheme xtpThemeVisualStudio2015</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Case Else</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BackstageView.SetTheme xtpThemeRibbon</div><div>&nbsp; &nbsp; End Select</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; Set RibbonBar.AddSystemButton.CommandBar = BackstageView</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; BackstageView.AddCommand ID_FILE_SAVE, "Save"</div><div>&nbsp; &nbsp; BackstageView.AddCommand ID_FILE_SAVE_AS, "Save As"</div><div>&nbsp; &nbsp; BackstageView.AddCommand ID_FILE_OPEN, "Open"</div><div>&nbsp; &nbsp; BackstageView.AddCommand ID_FILE_CLOSE, "Close"</div>&nbsp; &nbsp; ...</pre></td></tr></table><br><br><b>2) </b>There are no ways to change colors in status bar from VB or C#.&nbsp;But you can change&nbsp;VisualStudio2015Dark.ini file in VisualStudio2015.dll &nbsp;in section &#091;CommandBars.StatusBar&#093;.<br><br>Regards,<br>&nbsp;Oleksandr Lebed]]>
   </description>
   <pubDate>Tue, 08 Nov 2016 14:31:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23186&amp;PID=75295&amp;title=visualstudio2015-dark-theme#75295</guid>
  </item> 
  <item>
   <title><![CDATA[VisualStudio2015 Dark theme : I have 2 questions.1) How to change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23186&amp;PID=75284&amp;title=visualstudio2015-dark-theme#75284</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9101">f.ctnzt@gmail.com</a><br /><strong>Subject:</strong> 23186<br /><strong>Posted:</strong> 06 November 2016 at 2:05pm<br /><br />I have 2 questions.<br />1) How to change the background or forecolor menu (controlfile) as shown in the video, texts can not see http://screencast.com/t/gMkfMqai&nbsp;&nbsp;&nbsp;&nbsp;..... can 'change the background or text color  <br /><br />2) how change the color of the status bar<br /><br />thanks<br />]]>
   </description>
   <pubDate>Sun, 06 Nov 2016 14:05:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23186&amp;PID=75284&amp;title=visualstudio2015-dark-theme#75284</guid>
  </item> 
 </channel>
</rss>