Bunga

Cursor

Pink Transparent Valentine Balloon Heart

Cursor

Senin, 20 Mei 2013

Tugas Mahasiswa




Public Class Form1
    Sub addnik()
        With CNik
            .Items.Add("001")
            .Items.Add("002")
            .Items.Add("003")
        End With
    End Sub
    Sub rancangtabel()
        With LV
            .Columns.Add("NIK", 100, HorizontalAlignment.Center)
            .Columns.Add("Nama", 100, HorizontalAlignment.Center)
            .Columns.Add("Jabatan", 100, HorizontalAlignment.Center)
            .Columns.Add("Gaji", 100, HorizontalAlignment.Center)
            .Columns.Add("Status", 100, HorizontalAlignment.Center)
            .Columns.Add("Tunj Istri", 100, HorizontalAlignment.Center)
            .Columns.Add("Jumlah Anak", 100, HorizontalAlignment.Center)
            .Columns.Add("Tunj Anak", 100, HorizontalAlignment.Center)
            .Columns.Add("Jam Lembur", 100, HorizontalAlignment.Center)
            .Columns.Add("Honor Lembur", 100, HorizontalAlignment.Center)
            .Columns.Add("Pajak", 100, HorizontalAlignment.Center)
            .Columns.Add("Total", 100, HorizontalAlignment.Center)
            .GridLines = True
            .View = View.Details
            .FullRowSelect = True
        End With
    End Sub
    Sub isitabel()
        Dim x As New ListViewItem
        x.Text = CNik.Text
        x.SubItems.Add(TNama.Text)
        x.SubItems.Add(CJabatan.Text)
        x.SubItems.Add(TGaji.Text)
        x.SubItems.Add(CStatus.Text)
        x.SubItems.Add(Ttunjistri.Text)
        x.SubItems.Add(CJmlhAnk.Text)
        x.SubItems.Add(TTunjAnk.Text)
        x.SubItems.Add(CJmLmbur.Text)
        x.SubItems.Add(THnorLmbur.Text)
        x.SubItems.Add(TPajak.Text)
        x.SubItems.Add(TTotal.Text)
        LV.Items.Add(x)
    End Sub
    Sub addjabatan()
        With CJabatan
            .Items.Add("Mandor")
            .Items.Add("Kepala Bagian")
            .Items.Add("Staf")
        End With
    End Sub
    Sub addstatus()
        With CStatus
            .Items.Add("menikah")
            .Items.Add("Belum menikah")
        End With
    End Sub
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        rancangtabel()
        CNik.Items.Add("001")
        CNik.Items.Add("002")
        CNik.Items.Add("003")
        CJabatan.Items.Add("Mandor")
        CJabatan.Items.Add("Kepala Bagian")
        CJabatan.Items.Add("Staf")
        CStatus.Items.Add("Menikah")
        CStatus.Items.Add("Belum Menikah")
        For i = 1 To 4
            CJmlhAnk.Items.Add(i)
        Next i
        For i = 1 To 10
            CJmLmbur.Items.Add(i)
        Next i
    End Sub

    Private Sub CJabatan_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CJabatan.SelectedIndexChanged
        Select Case CJabatan.Text
            Case "Mandor" : TGaji.Text = 1750000
            Case "Kepala Bagian" : TGaji.Text = 2500000
            Case "Staf" : TGaji.Text = 1250000
        End Select
        TPajak.Text = 0.015 * TGaji.Text
    End Sub

    Private Sub CStatus_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CStatus.SelectedIndexChanged
        Select Case CStatus.Text
            Case "Menikah" : Ttunjistri.Text = 0.09 * TGaji.Text
            Case "Belum Menikah" : Ttunjistri.Text = 0
        End Select
    End Sub

    Private Sub CJmlhAnk_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CJmlhAnk.SelectedIndexChanged
        If CJmlhAnk.Text >= 2 And CStatus.Text = "Menikah" Then
            TTunjAnk.Text = 0.07 * TGaji.Text
        ElseIf CJmlhAnk.Text = 1 And CStatus.Text = "Menikah" Then
            TTunjAnk.Text = 0.03 * TGaji.Text
        Else
            TTunjAnk.Text = 0
        End If
    End Sub

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        If CJabatan.Text = "Mandor" Then
            THnorLmbur.Text = 7500
        ElseIf CJabatan.Text = "Kepala Bagian" Then
            THnorLmbur.Text = 10000
        ElseIf CJabatan.Text = "Staf" Then
            THnorLmbur.Text = 5000
        Else
            THnorLmbur.Text = 0
        End If
        TTotal.Text = Val(THnorLmbur.Text * CJmLmbur.Text) + Val(TGaji.Text) + Val(Ttunjistri.Text) + Val(TTunjAnk.Text) - Val(TPajak.Text)
    End Sub

    Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
        End
    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        CNik.Text = ""
        TNama.Text = ""
        CJabatan.Text = ""
        TGaji.Text = ""
        CStatus.Text = ""
        Ttunjistri.Text = ""
        CJmlhAnk.Text = ""
        TTunjAnk.Text = ""
        CJmLmbur.Text = ""
        THnorLmbur.Text = ""
        TPajak.Text = ""
        TGaji.Text = ""
    End Sub

    Private Sub CNik_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CNik.SelectedIndexChanged
        Select Case CNik.Text
            Case "001" : TNama.Text = "Desy"
            Case "002" : TNama.Text = "Tiwi"
            Case "003" : TNama.Text = "Dini"
        End Select
    End Sub

    Private Sub Button4_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
        isitabel()
    End Sub
End Class

Dan hasilnya adalah 






Kamis, 09 Mei 2013

Menambah gadget sidebar Windows 7 ke windows XP

Buat anda pengguna windows XP, mungkin ingin menambahkan salah satu fitur dari Windows 7. salah satu fitur yang bisa anda tambahkan ke layar komputer (desktop) adalah sidebar gadget, seperti pada gambar di bawah ini.

Anda bisa menghias layar desktop komputer dengan memasang sidebar Windows 7, kemudian mengisinya dengan gadget yang telah tersedia di panel gadget sidebar tersebut. Aplikasi ini berjalan dengan normal di komputer yang telah teriinstal Windows XP.


windows
Aplikasi ini tidak terlalu menguras resource komputer anda jika dibandingkan dengan menginstal themes vista inspirate. Untuk mengatur gadget yang akan ditambahkan ke sidebar, cukup dengan menekan tombol plus (+) di sebelah kanan atas sidebar. beberapa gadget yang bisa anda tambahkan adalah jam analog, jam digital, kalender, folder, dan beberapa gadget lainnya.

gadget windows
Jika anda ingin menginstal aplikasi Thoosje's Windows 7 sidebar 1.0 di komputer, bisa download di situs resminya. Ukuran filenya sekitar 6 MB.

Silahkan klik disini untuk mendownload Windows 7 sidebar

Bahasan lain tentang tips mengoptimalkan operating system bisa dilihat disini mengoptimalkan windows xp





http://artikelkomputerku.blogspot.com/2009/08/menambah-gadget-sidebar-windows-7-ke.html

Cara melihat memori yang digunakan oleh aplikasi komputer secara realtime

Pemakaian memory komputer perlu diperhatikan. Salah satu hal yang menyebabkan komputer hang adalah karena pemekaian memori melebihi kapasitasnya. Ada beberapa software yang bisa digunakan untuk mengetahui (cek) besar pemakaian memori dari aplikasi (software) yang sedang berjalan (aktif) di komputer. Software gratisan tersebut adalah Process Viewer, atau bisa juga menggunakan Windows task manager.

Untuk mengetahui pemakaian memory komputer secara realtime:

1. tekan kombinasi tombol Ctrl+Alt+Delete


Saat kotak dialog windows task manager terbuka, pilih tabulasi Processes

Besarnya pemakaian memory secara realtime bisa dilihat di bagian Memory Usage

memory

Selain melihat secara realtime bisa juga menggunakan software check hardware komputer atau menggunakan perintah windows untuk cek hardware yang terpasang di komputer


Beberapa posting lain tentang cara menggunakan windows xp bisa dilihat disini panduan windows xp



http://artikelkomputerku.blogspot.com/2009/09/cara-melihat-memori-yang-digunakan-oleh.html

Mengubah theme (tampilan) windows XP menjadi Windows 7 menggunakan Seven Transformation Pack

Seven Transformation Pack adalah sebuah aplikasi untuk customize theme windows XP ,aplikasi Seven Transformation Pack akan mengubah atau mengkonversi tampilan sistem berbasis windows XP (themes Windows XP) akan terlihat seperti theme Windows 7 dan beberapa fitur-fiturnya akan ikut berubah. Anda tidak perlu membeli Windows 7 atau aplikasi pihak ke-3 untuk mendapatkan Windows 7 GUI . Seven Transformation Pack ini dapat didownload dan gunakan secara gratis.

Aplikasi Seven Transformation Pack akan memperbarui Windows XP dan Windows Server 2003 menjadi Windows Seven GUI dengan menambahkan beberapa tema serta menambahkan beberapa file sistem yang dibutuhkan.

Seven Transformation Pack memberikan tampilan sistem anda lebih segar dan indah  seperti tampilan baru sistem operasi Microsoft Windows 7. Perubahan kemasan akan tampak pada sistem ikon, skin dan toolbar dan juga menambahkan perangkat tambahan baru ke desktop komputer.

Contoh tampilan desktop komputer yang telah diistal program Seven Transformation Pack bisa dilihat di bawah ini





Jika anda tertarik menggunakan atau menginstal aplikasi ini di desktop komputer, bisa download disini Seven Transformation Pack, ukuran file sekitar 23 MB

Setelah anda mendownload installer Seven Transformation Pack, terlebih dahulu mengekstraknya kemudian menginstal , setelah selesai terinstal maka harus merestart komputer, selanjutnya aplikasi ini akan mengubah tampilan windows XP menjadi windows 7

Jika ingin mendownload lebih banyak lagi bisa gunakan link berikut: windows 7 themes for windows xp 

Beberapa postingan lain yang membahas tentang tips windows xp bisa dilihat disini tutorial windows xp



http://artikelkomputerku.blogspot.com/2009/09/mengubah-tampilan-windows-xp-menjadi.html

Cara mengganti skin windows media player

Secara default saat menginstal windows di komputer maka secara otomatis windows media player ikut terinstal sebakai aplikasi multimedia. Tampilan default skin panel windows media player berupa kotak dengan tampilan standard. Jika mempunyai koneksi internet maka anda bisa mengunduh skin windows media player, Beberapa situs yang menyediakan skin windows media player adalah situs resmi microsoft, dan berbagai situs penyedia skin lainnya.

Tampilan windows media player yang sudah diubah skinnya bisa dilihat di bawah ini







Untuk mengaktifkan skin windows media player, 
1. Download skin wmp di situs microsoft atau bisa gunakan link berikut skin windows media player
2. Simpan skin hasil download di direktori 
C:\Program Files\Windows Media Player\Skins

3. Pilih salahsatu skin yang telah terdownload
Double klik salah satu skin tersebut


4. Jika berhasil maka akan terbuka wmv dengan skin baru
Untuk mengembalikan skin ke kondisi semula
Klik kanan pada panel windows media player, pilih switch to full mode


5. Wmp akan kembali pada kondisi semula.



Beberapa skin yang tersedia di situs microsoft antara lain:


1. Age of Mythology ( (File size: 1.52 MB) Created by: The Skins Factory
2. Anemone ( (File size: 446 KB) Created by: Microsoft
3. Anime ( (File size: 409 KB) Created by: Saltmine LLC
4. AOE - Age of Empire ( (File size: 133 KB) Created by: Microsoft
5. Back to the Future Trilogy ( (File size: 1.56 MB) Created by: The Skins Factory
6. Batman Begins ( (File size: 13.2 MB) Created by: The Skins Factory
7. Blue Crush ( (File size: 1 MB) Created by: The Skins Factory
8. Blue Grid ( (File size: 41 KB) Created by: Microsoft
9. Cablemusic ( (File size: 340 KB) Created by: CableMusic Networks
10. Catwoman (File size: 3.86 MB) Created by: The Skins Factory
11. Cerulean (File size: 212 KB) Created by: Microsoft
12. Charlie's Angels: Full Throttle (File size: 851 KB) Created by: Petrol Designs
13. Circle (File size: 55 KB) Created by: Microsoft
14. Claw (File size: 101 KB) Created by: Microsoft
15. Color Chooser (File size: 3.5 KB) Created by: Microsoft
16. Combat Flight Simulator 3 (File size: 1.79 MB) Created by: The Skins Factory
17. Constantine (File size: 4.4 MB) Created by: The Skins Factory
18. Crystal Ball (File size: 815 KB) Created by: Microsoft
19. DeepBlueSomething (File size: 1 MB) Created by: The Skins Factory
20. Digital DJ (File size: 412 KB) Created by: Microsoft
21. DreamCatcher (File size: 2.76 MB) Created by: The Skins Factory
22. Ducky (File size: 115 KB) Created by: Wotch.com
23. Elvis (File size: 192 KB) Created by: BMG
24. Erektorset (File size: 188 KB) Created by: Saltmine LLC
25. Gadget (File size: 91 KB) Created by: Microsoft
26. Gnome (File size: 329 KB) Created by: Howard University
27. Gold (File size: 440 KB) Created by: ByteAudio
28. Goo (File size: 390 KB) Created by: Microsoft
29. Gorillaz (File size: 232 KB) Created by: EMI Parlophone
30. Half Life 2 (File size: 3.23 MB) Created by: The Skins Factory
31. Halloween (File size: 662 KB) Created by: The Skins Factory
32. Halo 2 (File size: 4.99 MB) Created by: The Skins Factory
33. Harry Potter (File size: 1.65 MB) Created by: The Skins Factory
34. iMusica (File size: 251 KB) Created by: iMusica.com.br
35. Kenwood (File size: 1.18 MB) Created by: The Skins Factory
36. Kids (File size: 137 KB) Created by: Saltmine LLC
37. Lara Croft Tomb Raider (File size: 934 KB) Created by: Petrol Designs
38. The Last Samurai (File size: 2.98 MB) Created by: The Skins Factory
39. Livin' It (File size: 7.53 MB) Created by: The Skins Factory
40. Lord of the Rings (File size: 4.86 MB) Created by: The Skins Factory
41. Main Street (File size: 198 KB) Created by: ByteAudio
42. Melvin (File size: 77 KB) Created by: Ed Averett
43. Military (File size: 395 KB) Created by: Saltmine LLC
44. Modern Blue (File size: 204 KB) Created by: Microsoft
45. MSN (File size: 105 KB) Created by: Microsoft
46. Nautical (File size: 1.45 MB) Created by: Saltmine LLC
47. Need For Speed Underground (File size: 4.95 MB) Created by: The Skins Factory
48. Ocean (File size: 294 KB) Created by: Microsoft
49. Pharaoh (File size: 197 KB) Created by: Microsoft
50. Polygon (File size: 60 KB) Created by: Microsoft
51. Portals (File size: 825 KB) Created by: The Skins Factory
52. Primitive (File size: 480 KB) Created by: Kevin Ng
53. RAD (File size: 51 KB) Created by: Microsoft
54. Radio (File size: 50 KB) Created by: Microsoft
55. Raptor (File size: 273 KB) Created by: ByteAudio
56. Science (File size: 612 KB) Created by: Microsoft
57. Scooby-Doo 2 (File size: 2.27 MB) Created by: The Skins Factory
58. Spider-Man (File size: 271 KB) Created by: Sony Pictures
59. Sports (File size: 330 KB) Created by: Saltmine LLC
60. Spring Flowers (File size: 106 KB) Created by: Ed Averett
61. Stealth (File size: 52 KB) Created by: Saltmine LLC
62. TDK (File size: 724 KB) Created by: The Skins Factory
63. Television (File size: 199 KB) Created by: Saltmine LLC
64. Terminator 3 (File size: 2.3 MB) Created by: The Skins Factory
65. Toothy (File size: 42 KB) Created by: Microsoft
66. Tube Frame (File size: 112 KB) Created by: Microsoft
67. Ursula (File size: 295 KB) Created by: ByteAudio
68. World of Warcraft (File size: 3.18 MB) Created by: The Skins Factory
69. Xbox (File size: 1.51 MB) Created by: The Skins Factory
70. Xbox Live (File size: 2.59 MB) Created by: The Skins Factory
71. XSN Sports (File size: 2.75 MB) Created by: The Skins Factory
72. xXx (File size: 1.54 MB) Created by: The Skins Factory
73. Zen Garden (File size: 161 KB) Created by: Ed Averett

Situs lain penyedia skin windows media player antara lain

http://www.skinz.org/


http://artikelkomputerku.blogspot.com/2011/10/cara-mengganti-skin-windows-media.html


Membuat animasi gif menggunakan software gif creator gratis

Membuat animasi gif menggunakan software gif creator gratis. Dengan software gratis GIF animator, dapat dibuat animasi sederhana yang bisa digunakan sebagai banner untuk menghias blog, atau banner untuk pasang iklan di website. Software GIF animator ini membutuhkan beberapa gambar (sebaiknya gunakan gambar yang berukuran sama agar tampilan animasinya lebih bagus). Hasil animasi dalam format gif.

Untuk menggunakan software gif animator ini sangat mudah:
1. Klik tombol Add untuk menambah gambar yang akan diproses menjadi animasi



2. Pilih gambar yang tersedia di hardisk komputer

3. Setelah List file terisi, klik tombol Create


Untuk melihat hasil animasinya klik tombol View , kemudian browse direktori tempat anda menyimpan output animasi.