vb60程式設計作業,VB6 0程式設計作業

時間 2022-01-23 07:35:04

1樓:丸子腫撤

第一題 dim i as integer do i=i +1 if i mod 2=1 and i mod 3=2 and i mod 4=3 and i mod 5 =4 and i mod 6 =5 and i mod 7 =0 then exit do loop msgbox "共有" & i & "階"

vb6.0程式設計問題..作業2

2樓:匿名使用者

這個是最基礎的東西了,建議自己完成,不要偷懶。

vb程式設計任務作業求答案 20

3樓:匿名使用者

1.c;2.c;3.

b;4.c;5.c;6.

c;7.b;8.c;9.

b;10.a;11.c;12.

c;13.d;14.b;15.

b;16.b;17.c;18.

a;19.a;20.c;

在VB6 0中的SetWindowTextA DLL過程只能作用於自身的物件嗎,能設定其它應用程式嗎

public declare function getforegroundwindow lib user32 alias getforegroundwindow as long 獲得當前操作的視窗控制代碼 public declare function enumwindows lib user32 ...

VB6 0初級問題,新手請教

private sub command1 click dim a,b as long a val text1.text b val text2.text text3.text str a b end sub 雙擊command1 private sub command1 click text3.te...

vb6 0製作科學計算器

這是我很久以前編的了 你看下吧 先宣告 完全白痴的程式設計 private sub command1 click if label5 and label5 text1 then text1 label1 label2 label3 label4 label5 end if 上面作用是為了在運算完一個...