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. 네트워크 용어 정리

    Date2022.11.20 CategorySystem/OS Byhooni Views1363
    Read More
  2. 네오웹 세미나 자료~

    Date2013.05.28 CategoryPPT Byhooni Views0
    Read More
  3. 나중에 해봐야지.. libconv 설치.. ㅡ,.ㅡ;

    Date2013.04.23 CategorySystem/OS Byhooni Views19285
    Read More
  4. 객체지향 프로그래밍에 대한 개념.. (객체)

    Date2013.04.23 CategoryDevelop Byhooni Views7313
    Read More
  5. 개인적으로 쓰고 있는 zshrc 파일

    Date2022.02.25 CategorySystem/OS Byhooni Views838
    Read More
  6. 개인적으로 쓰고 있는 bash_profile

    Date2015.01.16 CategorySystem/OS Byhooni Views850
    Read More
  7. 개발자가 알아야할 10가지 보안팁으로 코드 보호하기

    Date2013.04.23 CategoryEtc Byhooni Views16403
    Read More
  8. [펌] 마이크로서비스, 모노리포, SRE, ... 덮어놓고 구글 따라하면 안 되는 기술들

    Date2020.10.15 CategorySystem/OS Byhooni Views955
    Read More
  9. [펌] 게임 엔진 만든거 공개합니다.

    Date2015.02.21 CategoryDevelop Byhooni Views2359
    Read More
  10. [자료구조] 트리(tree) 용어정리

    Date2003.04.23 CategoryDevelop Byhooni Views11070
    Read More
  11. [용어] POC, Pilot, BMT에 대한 IT 업계에서 통용되는 의미

    Date2014.01.02 CategoryEtc Byhooni Views41963
    Read More
  12. [세미나] XML 레포트..

    Date2003.04.23 CategoryEtc Byhooni Views19705
    Read More
Board Pagination Prev 1 ... 3 4 5 6 7 8 9 10 11 12 ... 98 Next
/ 98