seminar.co.kr 비주얼베이직 레포트(report) > seminar2 | seminar.co.kr report

비주얼베이직 레포트(report) > seminar2

본문 바로가기

seminar2


[[ 이 포스팅은 제휴마케팅이 포함된 광고로 커미션을 지급 받습니다. ]


비주얼베이직 레포트(report)

페이지 정보

작성일 19-09-27 06:42

본문




Download : 비주얼베이직 레포트.hwp




`
Command1.Caption = `가위`
Command2.Caption = `바위`
Command3.Caption = `보`
Randomize
End Sub

Private Sub...


1. 연습문제 10장 7번

2. 가위바위보 프로그램(program])

2-1.코드
Private Sub Command1_Click()
check 0
End Sub

Private Sub Command2_Click()
check 1
End Sub

Private Sub Command3_Click()
check 2
End Sub

Private Sub Form_Load()
Caption = `가위 바위 보 프로그램(program]) `
Label1.AutoSize = ture
Label2.AutoSize = ture
Label3.AutoSize = ture
Label1.Caption = `가위`
Label2.Caption = `가위`
Label3.Caption = `무승부 입니다.`
Command1.Caption = `가위`
Command2.Caption = `바위`
Command3.Caption = `보`
Randomize
End Sub

Private Sub check(myvalue As Integer)
If myvalue = 0 Then
Select Case Fix((Rnd 1000)) Mod 3
Case 0
Label1.Caption = `가위`
Label2.Caption = `가위`
Label3.Caption = `무승부입니다`
Case 1
Label1.Caption = `가위`
Label2.Caption = `바위`
Label3.Caption = `컴퓨터가 이겼습니다`
Case 2
Label1.Caption = `가위`
Label2.Caption = `보`
Label3.Caption = `당신이 이겼습니다`
End Select
ElseIf myvalue = 1 Then
Select Case Fix((Rnd 1000)) Mod 3
Case 0
Label1.Caption = `바위`
Label2.Caption = `가위`
Label3.Caption = `당신이 이겼습니다`
Case 1
Lab…(省略)


비주얼베이직 레포트(report)

비주얼베이직 레포트(report)

레포트/기타

Download : 비주얼베이직 레포트.hwp( 96 )




비주얼베이직,레포트,기타,레포트
설명

다.








순서

비주얼베이직 레포트 , 비주얼베이직 레포트기타레포트 , 비주얼베이직 레포트
비주얼베이직%20레포트_hwp_01.gif 비주얼베이직%20레포트_hwp_02.gif 비주얼베이직%20레포트_hwp_03.gif 비주얼베이직%20레포트_hwp_04.gif 비주얼베이직%20레포트_hwp_05.gif 비주얼베이직%20레포트_hwp_06.gif

1. 연습문제 10장 7번

2. 가위바위보 프로그램(program])

2-1.코드
Private Sub Command1_Click()
check 0
End Sub

Private Sub Command2_Click()
check 1
End Sub

Private Sub Command3_Click()
check 2
End Sub

Private Sub Form_Load()
Caption = `가위 바위 보 프로그램(program]) `
Label1.AutoSize = ture
Label2.AutoSize = ture
Label3.AutoSize = ture
Label1.Caption = `가위`
Label2.Caption = `가위`
Label3.Caption = `무승부 입니다.
REPORT 74(sv75)



해당자료의 저작권은 각 업로더에게 있습니다.

seminar.co.kr 은 통신판매중개자이며 통신판매의 당사자가 아닙니다.
따라서 상품·거래정보 및 거래에 대하여 책임을 지지 않습니다.
[[ 이 포스팅은 제휴마케팅이 포함된 광고로 커미션을 지급 받습니다 ]]

[저작권이나 명예훼손 또는 권리를 침해했다면 이메일 admin@hong.kr 로 연락주시면 확인후 바로 처리해 드리겠습니다.]
If you have violated copyright, defamation, of rights, please contact us by email at [ admin@hong.kr ] and we will take care of it immediately after confirmation.
Copyright © seminar.co.kr All rights reserved.