<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" >
   <channel>
    <atom:link href="http://fay-blinkz.webnode.com/rss/visual-basic-6-0.xml" rel="self" type="application/rss+xml" />
      <title><![CDATA[Visual Basic 6.0 - ]]></title>
      <link>http://fay-blinkz.webnode.com</link>
      <language>en</language>
      <pubDate>Mon, 20 Apr 2009 16:31:00 +0100</pubDate>
      <lastBuildDate>Mon, 20 Apr 2009 16:31:00 +0100</lastBuildDate>
      <category><![CDATA[Visual Basic 6.0]]></category>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs>
      <generator>Rubicus v2.0</generator>
      <managingEditor><![CDATA[fay_blinkz@yahoo.com (fay_blinkz@yahoo.com)]]></managingEditor>
      <webMaster><![CDATA[fay_blinkz@yahoo.com (fay_blinkz@yahoo.com)]]></webMaster>
      <item>
         <title><![CDATA[Melihat Data Excel Dengan Vebe]]></title>
         <link>http://fay-blinkz.webnode.com/news/melihat-excel-dengan-vebe/</link>
         <description><![CDATA[Pada dasarnya, kami melakukan ini adalah dengan membuka file saja. Jadi ga da yang aneh ketika kami waktu serta melalui buka untuk membuka file. Perbedaannya hanya jika kita belajar untuk menggunakan listing. Langkah sebagai berikut: 

Private Sub Command1_Click () 
Dim i As integer 
Dim j As integer 
Dim k As integer 

j = Val (Text2.Text) k = Val (Text3.Text) 

Set xlBook = GetObject (Text1.Text) 

List1.Clear 
Untuk i = 1 sampai k 
List1.AddItem xlBook.WorkSheets (1). Sel (i, j). Nilai...]]></description>
         <pubDate>Mon, 20 Apr 2009 16:31:00 +0100</pubDate>
         <guid isPermaLink="true">http://fay-blinkz.webnode.com/news/melihat-excel-dengan-vebe/</guid>
         <category>Visual Basic 6.0</category>
      </item>
      <item>
         <title><![CDATA[Membuat Animasi Sederhana]]></title>
         <link>http://fay-blinkz.webnode.com/news/animasi-sederhana/</link>
         <description><![CDATA[Buat 2 Buah Timer dimana setiap waktu dengan interval adalah 100 
Membuat label dengan keterangan adalah Test 
Pastikan untuk timer2 diaktifkan adalah false

listing program: 

timer1_timer () 
label1.left = label1.left + 50 
if label1.left&gt; = 3000 maka 
timer2.enabled = true 
timer1.enabled = false 
end if 
end sub 

timer2_timer () 
label1.left = label1.left - 50 
if label1.left &lt;= 0 maka 
timer2.enabled = true 
timer1.enabled = false 
end if
end sub]]></description>
         <pubDate>Mon, 20 Apr 2009 16:30:00 +0100</pubDate>
         <guid isPermaLink="true">http://fay-blinkz.webnode.com/news/animasi-sederhana/</guid>
         <category>Visual Basic 6.0</category>
      </item>
      <item>
         <title><![CDATA[Membuat Animasi Form]]></title>
         <link>http://fay-blinkz.webnode.com/news/animasi-form-kesatu/</link>
         <description><![CDATA[Sering kita erasa bosan dengan form yang biasa. Sekarang kita akan belajar tentang cara membuat bentuk animasi sehingga terlihat lebih menjalankan waktu kehidupan. Langkah-langkah dalam membuat adalah sebagai berikut: 

Buat bentuk baru dengan nama = animasi_1

Buat Command Buton dalam bentuk buah. 
cmdmove mengubah nama dan keterangan Pindah

Private Sub Form_Unload (Cancel As Integer) 
Do 
Left = Left + 20 
Move Left, Top 
DoEvents 
Loop Until Left&gt; Screen.Width 
End Sub 

Private Sub...]]></description>
         <pubDate>Mon, 20 Apr 2009 16:29:00 +0100</pubDate>
         <guid isPermaLink="true">http://fay-blinkz.webnode.com/news/animasi-form-kesatu/</guid>
         <category>Visual Basic 6.0</category>
      </item>
      <item>
         <title><![CDATA[Membuat Nomor Automatis]]></title>
         <link>http://fay-blinkz.webnode.com/news/penomoran-otomatis/</link>
         <description><![CDATA[Biasanya dalam sebuah program berbasis aplikasi bisnis yang memerlukan pemrogram untuk membuat penomoran otomatis, hal ini didukung karena jumlah otomatis entri data staf tidak perlu lagi sejenis, dan alhasil layanan akan singkat, efisien, dan cermat. penomoran otomatis juga ditujukan ke lapangan sebuah unix atau berbeda dengan lainnya, maka diperlukan berbeda atau penomoran otomatis pada dasarnya tidak akan sama seperti yang pernah dibuat. 

Buat form baru dengan nama = no_otomatis, keterangan...]]></description>
         <pubDate>Mon, 20 Apr 2009 16:28:00 +0100</pubDate>
         <guid isPermaLink="true">http://fay-blinkz.webnode.com/news/penomoran-otomatis/</guid>
         <category>Visual Basic 6.0</category>
      </item>
      <item>
         <title><![CDATA[Make Progresbar]]></title>
         <link>http://fay-blinkz.webnode.com/news/membuat-progresbar/</link>
         <description><![CDATA[As is generally the program or application is bound progressbar or time to wait for a program showing all its features. more often we hear is loading. 
Well now we will try to make learning progresbar,'s how: 

Create a new form with the name = tes_progressbar, caption = progressbar 

Create a label with the fruit fontzise = 18 

Create one Progressbar placed on the form 

cat: if the application vebe you do not have to show the step; 
* Select the Project menu bar 
* Select the Components or...]]></description>
         <pubDate>Mon, 20 Apr 2009 16:27:00 +0100</pubDate>
         <guid isPermaLink="true">http://fay-blinkz.webnode.com/news/membuat-progresbar/</guid>
         <category>Visual Basic 6.0</category>
      </item>
      <item>
         <title><![CDATA[Make Statusbar]]></title>
         <link>http://fay-blinkz.webnode.com/news/membuat-statusbar/</link>
         <description><![CDATA[On Ms. Word of course we often see the statusbar. usually have the appearance draw, insert picture, auto shap, letter or background color etc.. Well here we will try to make a simple statusbar display only the date, time, and the name of each of us or e-mail. Here are the steps: 

Create a new form with the name = tes_statusbar, caption = Statusbar  

Create one Statusbar placed on the form  

cat: if the application does not have vebe your statusbar, the step to display;  
* Select the Project...]]></description>
         <pubDate>Mon, 20 Apr 2009 16:23:00 +0100</pubDate>
         <guid isPermaLink="true">http://fay-blinkz.webnode.com/news/membuat-statusbar/</guid>
         <category>Visual Basic 6.0</category>
      </item>
      <item>
         <title><![CDATA[Make Animation Cartoon]]></title>
         <link>http://fay-blinkz.webnode.com/news/membuat-animasi-kartun/</link>
         <description><![CDATA[Sometimes we are saturated at the time of the form view only. Well now exercise this time we will make animated cartoons form the view that more can live. Step to start with: 

Showing the way objext Agent: 
* Right-click the toolbox and select the tab control check list Microsoft Agent Control 2.0 
* Then apply and ok it will show object / new icon on the toolbox 
* Select the object and click n drag on the form 

Listingnya as follows: 

General___________________Declaration 
/ / create a...]]></description>
         <pubDate>Mon, 20 Apr 2009 16:08:00 +0100</pubDate>
         <guid isPermaLink="true">http://fay-blinkz.webnode.com/news/membuat-animasi-kartun/</guid>
         <category>Visual Basic 6.0</category>
      </item>
   </channel>
</rss>
