在WinCE上使用的,在Button控件上加上圖片,也就是圖片按鈕。如果大家下載后有什么問題,請(qǐng)指教。
標(biāo)簽: WinCE
上傳時(shí)間: 2016-06-20
上傳用戶:黃華強(qiáng)
這是在學(xué)習(xí)數(shù)據(jù)庫時(shí)寫的一個(gè)程序,采取DAO訪問ACCESS數(shù)據(jù)庫的方式 1:在程序中使用了CButtonStyle這個(gè)免費(fèi)類庫。 2:在InitButtonSytle()中,為了使代碼更短小,用循環(huán)實(shí)現(xiàn)了位圖按鈕。 // 用循環(huán)實(shí)現(xiàn)必須手動(dòng)改動(dòng)Resource.h中的定義 // 具體細(xì)節(jié)請(qǐng)參看源代碼 for ( int nIco = IDI_JUMP, nBtn = IDC_JUMP nBtn >= IDC_LISTITEM nIco--, nBtn-- ) { CButtonStyle *Button = ButtonList.RemoveTail() Button->SubclassDlgItem( nBtn, this ) Button->SetIcon( nIco ) Button->SetInactiveBgColor() Button->SetInactiveFgColor() Button->SetActiveBgColor() }
標(biāo)簽: 數(shù)據(jù)庫 程序
上傳時(shí)間: 2013-12-24
上傳用戶:moshushi0009
Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as "2005/08/05", compared with the number "85" Database: "xzxq". I made the changes: 1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line) 2, computer services-an increase of the serial number 3, client-service to send the card serial number and send IP addresses to the service side 4, the desktop client by the embargo, since the definition of the icon to start the process faster (from the window Superman Code) 5, CS-shielding some function keys, but CTRL + ALT + DEL keys can not shield the hope that a revised modify these friends 6, there are some corners of Laws (such as title, etc.). Client desktop icon in the Settings page set up first class to enter FXZWN999 open on to add, delete icon Button
標(biāo)簽: the password machine Client
上傳時(shí)間: 2016-06-27
上傳用戶:xsnjzljj
This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil C51 has a full floating point math library the evaluation version is restricted to 2k of object code, so we have constrained this sample to integer maths in order to fit within this limit. The program for this design was written in C using the Keil uVision 2 IDE for which Proteus VSM provides a Debug Monitor driver. Instructions for configuring Proteus to run in conjunction with the Keil environment can be found by editing the 8051 microcontroller on the schematic (point at it and press CTRL-E) and then clicking on the help Button on the Edit Component dialogue form.
標(biāo)簽: microcontroller calculator Although displays
上傳時(shí)間: 2014-12-01
上傳用戶:edisonfather
JAVA music player. Project Homepage : http://www.javazoom.net/jlgui/jlgui.html Developer Homepage : http://sourceforge.net/project/?group_id=1344 ----------------------------------------------------- To launch jlGui just doucle click under jlGui2.0.jar. If nothing appear then edit jlGui.bat (or jlGui.sh) script and setup JLGUI_HOME variable and launch the script. To play local file : Left click on "Eject" Button. To play remote file/stream : Right click on "Eject" Button. To fill in playlist : Edit default.m3u file before launching jlGui.
標(biāo)簽: jlgui Developer Homepage javazoom
上傳時(shí)間: 2016-11-16
上傳用戶:wpwpwlxwlx
數(shù)據(jù)結(jié)構(gòu)鏈表相關(guān)操作的演示代碼。包括節(jié)點(diǎn)的刪除,查找,鏈表的排序,其中以JavaGUI中的Button控件代表每個(gè)節(jié)點(diǎn),模擬實(shí)現(xiàn)各項(xiàng)操作。另附說明書。是數(shù)據(jù)結(jié)構(gòu)中鏈表模擬實(shí)現(xiàn)的不錯(cuò)的java applet 程序,嵌入HTML可直接雙擊打開看效果。
標(biāo)簽: 數(shù)據(jù)結(jié)構(gòu) 操作 代碼 刪除
上傳時(shí)間: 2014-11-21
上傳用戶:梧桐
ZLGGUIUCOS部分功能以改變,添加Button控件,窗口關(guān)閉改為右上角顯示
標(biāo)簽: ZLGGUIUCOS 分 改變
上傳時(shí)間: 2013-12-04
上傳用戶:frank1234
/* 在這里我們連接 "destroy" 事件到一個(gè)信號(hào)處理函數(shù)。 * 對(duì)這個(gè)窗口調(diào)用 gtk_widget_destroy() 函數(shù)或在 "delete_event" 回調(diào)函數(shù)中返回 FALSE 值 * 都會(huì)觸發(fā)這個(gè)事件。*/ g_signal_connect (G_OBJECT (window), "destroy", G_CALLBACK (destroy), NULL) /* 設(shè)置窗口邊框的寬度。*/ gtk_container_set_border_width (GTK_CONTAINER (window), 10) /* 創(chuàng)建一個(gè)標(biāo)簽為 "Hello World" 的新按鈕。*/ Button = gtk_Button_new_with_label ("hello world") /* 當(dāng)按鈕收到 "clicked" 信號(hào)時(shí)會(huì)調(diào)用 hello() 函數(shù),并將NULL傳給 * 它作為參數(shù)。hello() 函數(shù)在前面定義了。*/ g_signal_connect (G_OBJECT (Button), "clicked", G_CALLBACK (hello), NULL)
標(biāo)簽: gtk_widget_destroy delete_event destroy FALS
上傳時(shí)間: 2016-12-26
上傳用戶:zsjinju
使用匯編語言實(shí)現(xiàn)數(shù)字時(shí)鐘設(shè)計(jì),用7seg完成顯示,并可以通過Button對(duì)時(shí)鐘進(jìn)行調(diào)整。并包括系統(tǒng)仿真原理圖,適合做設(shè)計(jì)者使用
標(biāo)簽: 匯編語言 數(shù)字 時(shí)鐘設(shè)計(jì)
上傳時(shí)間: 2017-01-12
上傳用戶:ynzfm
CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data on a CAN network, and how to move information to and from CAN RAM message objects. Each C8051F040-TB CAN node is configured to send a message when it s P3.7 Button is depressed/released, with a 0x11 to indicate the Button is pushed, and 0x00 when released. Each node also has a message object configured to receive messages. The C8051 tests the received data and will turn on/off the target board s LED. When one target is loaded with CAN2.c and the other is loaded with CAN1.c, one target board s push-Button will control the other target board s LED, establishing a simple control link via the CAN bus and can be observed directly on the target boards.
標(biāo)簽: CAN configuring and transmit
上傳時(shí)間: 2013-12-11
上傳用戶:weiwolkt
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1