Contents

Develop
2003.04.23 00:03

[vb] 비주얼 베이직 131페이지

조회 수 58046 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
DefSng A-Z
Dim a(10) As String, b(10), c(10), d(10), e(10), f(10), pc, tot
Private Sub Command1_Click()
    pc = pc + 1

    a(pc) = Text1.Text
    b(pc) = Text2.Text
    tot = tot + b(pc)
    Text1.Text = ""
    Text2.Text = ""

    Text1.SetFocus
End Sub

Private Sub Command2_Click()

For i = 1 To pc
    c(i) = b(i) * 1000
    d(i) = Int(1000 * 20 * (b(i) / tot) + 0.5)
    e(i) = Int(c(i) + d(i) * 0.1 + 0.5)
    f(i) = c(i) + d(i) + e(i)

    h2 = h2 + c(i)
    h3 = h3 + d(i)
    h4 = h4 + e(i)
    h5 = h5 + f(i)
Next


?

  1. [json] 종결자 (설명과 웹, C/C++/C# 프로그램 샘플 코드)

    Date2013.04.23 CategoryDevelop Byhooni Views71973
    Read More
  2. [link] 유용한 사이트 링크.

    Date2013.08.19 CategoryEtc Byhooni Views71476
    Read More
  3. [android] keytool을 사용하여 키스토어 생성

    Date2013.04.23 CategoryDevelop Byhooni Views69516
    Read More
  4. [ios] Random Thoughts: Rand() vs. arc4random()

    Date2013.10.31 CategoryDevelop Byhooni Views68056
    Read More
  5. [iphone] performSelector:withObject:afterDelay: 에 대한 내용

    Date2013.04.23 CategoryDevelop Byhooni Views65868
    Read More
  6. [Android] 2010년에 만들었던 세미나 자료.

    Date2013.05.28 CategoryDevelop Byhooni Views64664
    Read More
  7. [c#] 간단한 IPC 통신 예제

    Date2013.04.23 CategoryDevelop Byhooni Views63735
    Read More
  8. [vb] 비주얼 베이직 자격증용 ㅎㅎ

    Date2003.04.23 CategoryDevelop Byhooni Views61420
    Read More
  9. [android] Canvas를 이용해 이미지 확대/축소 하기

    Date2013.04.23 CategoryDevelop Byhooni Views60750
    Read More
  10. [sh] 쉘스크립트 if 비교 연산

    Date2020.05.26 CategoryDevelop Byhooni Views60690
    Read More
  11. [vb] 비주얼 베이직 141페이지

    Date2003.04.23 CategoryDevelop Byhooni Views58910
    Read More
  12. [c#] Json 라이브러리 (System.Net.Json.dll)

    Date2013.04.23 CategoryDevelop Byhooni Views58544
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 98 Next
/ 98