TabStrip和MultiPage的安裝和使用

2021-08-29 06:06:42 字數 1148 閱讀 4874

c:/inetpub/wwwroot/

下建立目錄

webctrl_client/1_0,在

dos視窗裡執行

執行c:/program files/ie web controls

目錄下readme.txt

檔案裡的

xcopy /s /i ./build/runtime c:/inetpub/wwwroot/webctrl_client/1_0 /y

命令3.點vb.net的tools->add/remove toolbox items...,在彈出的視窗customize toolbox的

.net framework components裡,點browse...,選擇生成的microsoft.web.ui.webcontrols.dll

4.在toolbox的web forms選項卡裡就會出現4個新的控制項tabstrip、multipage、*******、treeview

5.選擇tabstrip、multipage放在webform上,命名為tabstrip1、multipage1,點tabstrip1的items

選項新增2個tab,在tabstrip1的targetid裡輸入multipage1,tabstrip1和multipage1的關聯完成了

6.在multipage1的前台**裡的之間新增**

7.在後台**裡註冊這兩個button

protected withevents button1 as system.web.ui.webcontrols.button

protected withevents button2 as system.web.ui.webcontrols.button

8.為這兩個button新增事件

private sub button1_click(byval sender as system.object, byval e as system.eventargs) handles button1.click

....

end sub

private sub button2_click(byval sender as system.object, byval e as system.eventargs) handles button2.click

.....

end sub

TabStrip和MultiPage的使用

tabstrip和multipage聯合使用後就是標準的選項卡,效果和mblogger的管理頁面一樣。2 tabstrip 新增 修改 刪除卡頭可以使用其items屬性,操作方式和treeview的操作方式一致,在控制項上擊右鍵,也可以新增tab或tabseperator 分隔 它最重要的屬性是ta...

物件導向 建立多個TABSTRIP

上傳不了圖.layout上新建 tabstrip,命名 tabstrip wddomodifyview 中加入如下 method wddomodifyview if first time eq abap true.data l controller type wdy controllert.data...

abap多標籤頁實現(tabstrip)

如圖 可以通過畫螢幕即call screen或者純 實現。以下 為純 實現方式 data flag 1 type c.subscreen 1 selection screen begin of screen 100 as subscreen.selection screen begin of blo...