用VB編寫一個鬧鐘程式

2023-05-10 09:25:14 字數 797 閱讀 1121

1樓:抄和美逢好

做一個簡單的鬧鐘程式很簡單的。我這裡不用if語句。首先我們在窗體上新增一個標籤控制元件,再畫一個「鬧鐘」,將鬧鐘得interval屬性改為1000,雙擊鬧鐘,進入鬧鐘的**檢視,編寫**。

private

subtimer1_timer()

timeend

sub就行了。謝謝。

2樓:機興學慄池

dimttime_s

asinteger

public

ttime_a

asinteger

private

subform_load()

ttime_a

初始為1個小時。

endsub

private

subtimer1_timer()

truethen

ttime_s

ttime_s

ifttime_s

ttime_a

ifttime_a

then'一小時。

ttime_a

elseif

ttime_a

then'15分鐘。

ttime_a

endifttime_s

endifendsub

3樓:赤妍歌竭暄

用timer控制元件,因為他的計時不是很準,可以記錄起始的時間,然後,在事件中判斷當前時間與起始時間的間隔,來決定是否響鈴。另一個變數決定是間隔是15分鐘,還是一個時,一個時響鈴後,更新起始時間。

編寫vb程式,求1編寫一個vb程式,求11213141n的值。測試資料n50答案

private sub mand1 click print 第3題 dim n as integer,s as doublen inputbox n 50 for i 1 to n s s 1 i next i print sum n format s,0.00 end sub private su...

用指標編寫程式,用指標編寫一個程式

include include include define max 100 輸入的最大字元數為100 int main printf character total number is d n total printf upper character number is d n count upp...

用c c 編寫小程式,用C c 編寫一個小程式

include using namespace std int main i,j,k,l,m,n,p,c,d,a 6 for j 0 j 6 j a j b j for j 0 j 6 j if abs c d 1 continue else return 0 以上這個程式可以實現你的要求,問題在於...