KE ' ROCK ' AN

Nge Rock Forever

Increase Page Rank for Blogger in No Time !

External links - Jquery You want to Increase Page Rank for Blogger or your site in no time ? Ok ,perfect ! All those what you have found from tips and tricks about SEO and Ranking may work ,but have you came across the tips which I found ?

All you need to try it here you wont be sorry ! go try it GUMGUM :) visit my another explained post about this tips about ranking

What is Twitter ,how to use it and what for ?

External links - Jquery Twitter is a service for friends, family, and co–workers to communicate and stay connected through the exchange of quick, frequent answers to one simple question: What are you doing?While Twitter may have started as a micro-blogging service, it is grown into much more than simply a tool to type in quick status updates. I often describe Twitter as a cross between blogging and instant messaging, but even that doesn't do it justice.

WHY USE TWITTER ? GO HERE AND READ WHY :)

Hide Blogger Navbar in New Blogger Blogspot !

External links - Jquery Want to get rid of the blogger toolbar in new blogger that just came out of beta ? If you have shifted your blogspot blog from old blogger to the new blogger beta, you may have noticed that the previous CSS code to remove the blogger navbar will no longer be effective. That's because Google now uses different CSS tags to display the blogger bar. [#navbar-iframe instead of #b-navbar] If you want to hide the navbar in your blogger blog, here's what you should do ! (these instructions refer to the "new" Blogger layouts templates) GO GET IT GUMGUM:)

Super Sexy Bookmarks Widget for Blogger !

Thumbnail image that says sleek button using photoshop that links to a Photoshop tutoril. Looking for professional Social Bookmark Buttons for your blog ! me too :) however, while i was searching the net too, I came across a post by Naeemnur, that had instructions for Blogger (BlogSpot.com) based blogs which was really good.If you have a blog on blogger you can definitely give this a try.

Its very attractive social bookmarking widget ! it can help you to let your visitors bookmark your page effectively .

for instructions about the use of this SEXY Social bookmarking widget ! you can go here and get it GUMGUM:)

Jumat, 12 Oktober 2012

Membuat Aplikasi Kalkulator Alakadarnya


Untuk membuat aplikasi kalkulator alakadarnya pertama kita harus menginstal software “MICROSOFT VISUAL STUDIO 2010”

 
Langkah-langkah :

1.   Jalankan program Visual Basic 2010 dengan cara klik start – all program – Microsoft visual studio 2010 lalu pilih Microsoft visual studio 2010. Lalu muncul tampilan awal microsoft visual studio 2010 berikut :
2.  Lalu kita buat project baru dengan cara klik file – new project lalu pilih visual basic dan pilih windows forms application. Jangan lupa beri nama pada name. Lalu klih ok. Maka muncul tampilan dibawah ini :


   3.   Pada tollbox kita inputkan satu persatu seperti Button, Label, dan textbox.



 4.   Lalu ganti Name dan Text pada textbox dan button pada tabel properties, pilih text / name lalu isikan nama. Lakukan hal sama pada semua texbox dan button.
      Lalu kita rancang tampilan meliputi jenis font, warna, dan bacground tampiln. Dengan cara pada tabel properties untuk mengganti jenis font kita pilih font, untuk warna kita pilih fontcolor, untuk backgound kita pilih backgroundimage.



       5.    Setelah selesai mendesain lalu kita masukan coding pada setiap button dengan cara double klik pada button.

Pada button “+” isikan :
                        Dim a, b As Decimal
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn1.Click
              a = txt1.Text
              b = txt2.Text
              hasil1.Text = a + b
                        End Sub

Pada button “-“ isikan :
Private Sub btn2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn2.Click
              a = txt1.Text
              b = txt2.Text
              hasil1.Text = a - b
              End Sub

Pada button “*” isikan :
Private Sub btn3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn3.Click
       a = txt1.Text
              b = txt2.Text
              hasil1.Text = a * b
              End Sub

Pada button “/” isikan :
Private Sub btn4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn4.Click
              a = txt1.Text
              b = txt2.Text
              hasil1.Text = a / b
              End Sub

Pada button “keluar” isikan :
Private Sub btn5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn5.Click
If MsgBox("Beneran Mau Keluar", vbYesNo + vbQuestion + vbDefaultButton2, "Keluar") - vbNo Then
              Me.Close()
              End If
              End Sub

Pada button “bersihkan” isikan :
Private Sub btn6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn6.Click
              txt1.Clear()
              txt2.Clear()
              hasil1.Clear()
              End Sub

Untuk menambahkan tampilan selamat datang pada saat aplikasi dijalankan maka kita isikan coding dibawah ini :
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
MsgBox("Welcome to aplikasi Calculator Alakadarnya : " & txt1.Text & vbNewLine)
              End Sub
End Class



 Setelah semua coding dimasukan maka tampilan all codingnya seperti berikut :


        6.   Setelah semua coding selesai dimasukan secara benar. Selanjutnya kita jalankan aplikasi dengan cara klik Debug – Start Debugging. langsung saja kita mencoba menginputkan data pada calkulator tersebut.
 

7.   Bila semua telah berjalan dengan benar, maka calkulator siap untuk digunakan... jangan lupa di save dulu sebelum keluar dari aplikasi Microsoft Visual Studio 2012... SELAMAT MENCOBA... Semoga sukses...
 
 Sumber :     http://www.gakbakalmati.blogspot.com

0 komentar:

Posting Komentar | Feed

Posting Komentar



 

100 % LOVE INDONESIA

Maju Terus INDONESIA dan Rajai Dunia

World Historians Copyright © 2009 REDHAT Dashboard Designed by SAER