Winfrom 中加入面板的方法 經典

2021-04-14 00:23:43 字數 933 閱讀 8257

winfrom 中加入**的方法

原理是很簡單的,你像是換主題一樣,只需要第三方法的類庫就可以實現

還有更高階的 infragistics netadvantage 2007 已經有2007版了

不過作為菜鳥,入一下門就可以了,下面講解一下乙個很簡單的例子

用irisskin作為例子

1)在新建了project後匯入irisskin2.dll

2)在form1類宣告中private sunisoft.irisskin.skinengine skinengine;

3)在form1的initializecomponent()方法初始化skinengine

4)system.componentmodel.componentresourcemanager resources = new system.componentmodel.componentresourcemanager(typeof(form1));

this.skinengine = new sunisoft.irisskin.skinengine(((system.componentmodel.component)(this)));//記住這裡的引數是這個程式的主視窗

5)然後在load 事件中引用ssk檔案(irisskin的**)

this.skinengine.skinfile = "office2007.ssk";

6)執行程式就可以了

下面有irisskin2.dll的破解版

VS中加入元件的方法

在vc6.0中可以通過 project add to project components and controls 匯入activex控制項,可在vs2005中怎麼都沒找到該功能?可是在vs2005以及vs2010中怎麼匯入的?選擇相機元件,這是新增了類,然後在對話方塊新增控制項,直接在對話方塊模...

html中加入虛線的方法

html裡新增虛線 border border width border style border color 取值 該屬性是復合屬性。請參閱各引數對應的屬性。預設值為 medium none border color 的預設值將採用文字顏色 說明 設定物件的邊框樣式 當你指定了邊框顏色 borde...

在vs中加入c語言檔案的方法

環境vs2010 1.將c語言加入工程中,右鍵該檔案,選擇屬性 預編譯頭 不使用預編譯頭,否個會提示 fatal error c1853 filename 預編譯標頭檔案來自編譯器的早期版本,或者預編譯頭為 c 而在 c 中使用它 或相反 參考 2.在extern要呼叫的函式的位置,加入 ifdef...