Tutorial Membuat Antivirus Dengan Visual Basic 6.0

6.0
  1. Tutorial Membuat Antivirus Dengan Visual Basic 6.0 Descargar
  2. Tutorial Membuat Antivirus Dengan Visual Basic 6.0 Basic 6 0 Setup

Lalu pada tab Column Headers klik insert column- Column 1 beri nama: Virus Name- Column 2 beri nama: Path- Column 3 beri nama: Checksum Virus- Column 4 beri nama: Status Viruslalu klik OkTambahkan picture box buat picture box itu sekecil mungkin dan beri nama sIconSetting:Appearance: FlatAuto Redraw: TrueBorder Style: NoneVisible: FalseTambahkan Textbox ke dalam form dengan nama txtPathSetting:Appearance: FlatBorder Style: NoneTambahkan Command Button dengan nama cmdBrowse di samping Textbox yang telah di buat tadiSetting:Caption.Masukan Code ini ke dalam cmdBrowse. If cmdScan.Caption = 'Scan' ThenPathnya = txtPath.TextIf Mid(Pathnya, 2, 1) ':' Or Pathnya = ' ThenMsgBox 'Direktori Tidak Ditemukan', vbCritical, 'Error'Exit SubElselvScan.Enabled = FalsecmdEnable False, False, FalseclearlogcmdScan.Caption = 'Stop'StopScan = FalseFindFilesEx txtPath.Text, CBool(chkSubDir.Value)MsgBox 'Scan finished!' Private Sub lvScanItemCheck(ByVal Item As MSComctlLib.ListItem)UnSelect lvScan, 'Di Karantina'UnSelect lvScan, 'Di Hapus'End SubPrivate Function cmdEnable(hapus As Boolean, Quarantine As Boolean, openQuarantine As Boolean)cmdAction(0).Enabled = hapuscmdAction(1).Enabled = QuarantinecmdViewQ.Enabled = openQuarantineEnd FunctionPrivate Function clearloglblDirScan.Caption = 0lblFileScan.Caption = 0lblFileDet.Caption = 0lvScan.ListItems.ClearjumlahDir = 0jumlahFile = 0jumlahVirus = 0End Functionlalu di Formload masukan kode ini.

Tutorial Membuat Antivirus Dengan Visual Basic 6.0 Descargar

When answering a question please:. Read the question carefully. Understand that English isn't everyone's first language so be lenient of badspelling and grammar. If a question is poorly phrased then either ask for clarification, ignore it, oredit the question and fix the problem.

Tutorial Membuat Antivirus Dengan Visual Basic 6.0 Basic 6 0 Setup

Insults are not welcome. Don't tell someone to read the manual. Chances are they have and don't get it.Provide an answer or move on to the next question.Let's work to help developers, not make them feel stupid.