<?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 : SkinFrame with C# 2008</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : SkinFrame with C# 2008]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 07:21:49 +0000</pubDate>
  <lastBuildDate>Mon, 28 Jan 2008 05:19:56 +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=9421</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[SkinFrame with C# 2008 : Hi, Right click in VS Toolbox,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9421&amp;PID=30543&amp;title=skinframe-with-c-2008#30543</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9421<br /><strong>Posted:</strong> 28 January 2008 at 5:19am<br /><br /><P>Hi,</P><DIV>Right click in VS Toolbox, </DIV><DIV>select "Choose items", </DIV><DIV>add ocx to toolbox,</DIV><DIV>drag ocx from toolbox to form.</DIV>]]>
   </description>
   <pubDate>Mon, 28 Jan 2008 05:19:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9421&amp;PID=30543&amp;title=skinframe-with-c-2008#30543</guid>
  </item> 
  <item>
   <title><![CDATA[SkinFrame with C# 2008 : I&amp;#039;m using C#.NET 2008.  When...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9421&amp;PID=30538&amp;title=skinframe-with-c-2008#30538</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3697">donghun9</a><br /><strong>Subject:</strong> 9421<br /><strong>Posted:</strong> 28 January 2008 at 3:21am<br /><br />I'm using C#.NET 2008.<DIV>&nbsp;</DIV><DIV>When I compiled and executed&nbsp;the C# MDI skin sample of codejock xtreme suite professional 11.2.2, everything worked fine.&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>I created a new C# Winforms Application project(supported .NET Framework 3,5), added&nbsp;some ActiveX files(XtremeCommandBars.v11.2.2.ocx, XtremeDockingPane.v11.2.2.ocx, XtremeSkinFramework.v11.2.2.ocx) in references, copied some lines of sample project in my project file, and compiled.. but I couldn't compile with showing below errors..</DIV><DIV>&nbsp;</DIV><DIV>C:\Project\TestCSharp\Form1.cs(14,17): error CS0246: The type or namespace name 'AxXtremeCommandBars' could not be found (are you missing a using directive or an assembly reference?)<BR>C:\Project\TestCSharp\Form1.cs(15,17): error CS0246: The type or namespace name 'AxXtremeDockingPane' could not be found (are you missing a using directive or an assembly reference?)<BR>C:\Project\TestCSharp\Form1.cs(16,23): error CS0246: The type or namespace name 'AxXtremeSkinFramework' could not be found (are you missing a using directive or an assembly reference?)</DIV><DIV>&nbsp;</DIV><DIV>my code is..</DIV><DIV>&nbsp;</DIV><DIV>using System;<BR>using System.Collections.Generic;<BR>using System.ComponentModel;<BR>using System.Data;<BR>using System.Drawing;<BR>using System.Linq;<BR>using System.Text;<BR>using System.Windows.Forms;</DIV><DIV>&nbsp;</DIV><DIV>namespace TestCSharp<BR>{<BR>&nbsp;&nbsp;&nbsp; public partial class Form1 : Form<BR>&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private AxXtremeCommandBars.AxCommandBars CommandBars;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private AxXtremeDockingPane.AxDockingPane DockingPaneManager;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; static public AxXtremeSkinFramework.AxSkinFramework skinFramework;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public Form1()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; InitializeComponent();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp; }<BR>}</DIV><DIV>&nbsp;</DIV><DIV>How can I use SkinFrameWork in my projects?</DIV><DIV>plz give me a reply.. thinks..</DIV><DIV>(Can I get a tutorials how to use SkinFrameWork in c# project?)</DIV>]]>
   </description>
   <pubDate>Mon, 28 Jan 2008 03:21:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9421&amp;PID=30538&amp;title=skinframe-with-c-2008#30538</guid>
  </item> 
 </channel>
</rss>