Print Page | Close Window

SkinFrame with C# 2008

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Skin Framework
Forum Description: Topics Related to Codejock Skin Framework
URL: http://forum.codejock.com/forum_posts.asp?TID=9421
Printed Date: 29 June 2025 at 10:03am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: SkinFrame with C# 2008
Posted By: donghun9
Subject: SkinFrame with C# 2008
Date Posted: 28 January 2008 at 3:21am
I'm using C#.NET 2008.
 
When I compiled and executed the C# MDI skin sample of codejock xtreme suite professional 11.2.2, everything worked fine. 
 
I created a new C# Winforms Application project(supported .NET Framework 3,5), added 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..
 
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?)
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?)
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?)
 
my code is..
 
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
 
namespace TestCSharp
{
    public partial class Form1 : Form
    {
        private AxXtremeCommandBars.AxCommandBars CommandBars;
        private AxXtremeDockingPane.AxDockingPane DockingPaneManager;
        static public AxXtremeSkinFramework.AxSkinFramework skinFramework;
        public Form1()
        {
            InitializeComponent();
        }
    }
}
 
How can I use SkinFrameWork in my projects?
plz give me a reply.. thinks..
(Can I get a tutorials how to use SkinFrameWork in c# project?)


-------------
Hi~



Replies:
Posted By: Oleg
Date Posted: 28 January 2008 at 5:19am

Hi,

Right click in VS Toolbox,
select "Choose items",
add ocx to toolbox,
drag ocx from toolbox to form.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net