Membuat Folder Seperti Smad-Lock

Terpikir olehku ingin membuat folder seperti Smad-Lock..karena akhir - akhir ini banyak data saya terkena virus yang kadang membuat saya kewalahan,,okelah ngga banyak basa basi, kita mulai saja... ok, sekarang buka MS VB 6.0 kalian.. buatlah satu form dengan satu Command Button inti nya disini adalah kenapa folder ini tidak tertembus oleh  (beberapa) virus kecuali morphiri (morphost) n Mr. J (Mr. J) dan beberapa yang lain virus indonesia adalah...

Jawaban Tugas Sistem Operasi

Diket ahui :PROSES WAKTU URUTAN KEDATANGAN P1 12 1 0 P2 8 2 0 P3 6 3 0 P4 3 4 0 P5 5 5 0  Non_Preemptive FCFSPenjadwalan : P1 P2 P3 P4 P5         Waktu Tunggu : P1=0, P2=12, P3=20, P4=26, P5=29AWT = ( 0 + 12 + 20 + 26 + 29 )/5=17.4Non_Preemptive SJFPenjadwalan : P4 P5 P3 P2 P1         Waktu...

Download Visual Studio Express Edition / Professional 2010 Free

The Visual Studio 2010 IDE has been redesigned for reducing clutter and complexity. The application is very well built, with a lot of great new features including multiple windows, floating tool windows and multi-monitor support. It comes with .NET Framework 4 and supports developing on Windows 7, support for IBM DB2 and Oracle databases for extra information, in addition with Microsoft SQL Server. Another great features is that Visual Studio 2010 offers the...

Jawaban Tugas VB.NET bab 3

Public Class ClsGAJI     Private noslip As String     Private tglslip As Date     Private gaji As Double     Public Property nomorslip() As String         Get             Return noslip         End Get         Set(ByVal value As String)            ...