1.buka visual basic 6.0
2.ini kode msgbox :
MsgBox "selamat datang di :" & _
vbCrLf + "tergelincir.blogspot.com" & _
vbCrLf + "terima kasih", vbCritical
23 Oktober 2011
11 Oktober 2011
Membuat Form Vb6 Full Screen
gak usah rumit rumit.
Untuk Membuat Form Full Screen pada Vb6,kita tidak memerlukan coding yang Rumit,
Cuman perlu ngatur Properties dari Form itu sendiri.
yang perlu di Atur apa ja??.
Ne yang perlu di atur :
1.Captions di Kosongin ja.
2.Control Box = False
3.WindowState = Maksimize
Udah cukup,gitu doank...
Gak Percaya,Coba Aja Ndiri..........
8 Oktober 2011
BLOCK SITE DENGAN VB6
1.BUKA VB6
2.TMBH 1 TEXT CAPTION KOSONG
3.TMBH CMD 1
SCRIPT:
Dim intMsg As String
Dim Block As String
Open "C:\Windows\System32\drivers\etc\hosts" For Append As #1
Block = "127.0.0.1 " & Text1.Text & ""
Print #1, Block
intMsg = MsgBox("Writing: " & Block & " to Hosts")
Close #1
intMsg = MsgBox("File closed and saved!")
2.TMBH 1 TEXT CAPTION KOSONG
3.TMBH CMD 1
SCRIPT:
Dim intMsg As String
Dim Block As String
Open "C:\Windows\System32\drivers\etc\hosts" For Append As #1
Block = "127.0.0.1 " & Text1.Text & ""
Print #1, Block
intMsg = MsgBox("Writing: " & Block & " to Hosts")
Close #1
intMsg = MsgBox("File closed and saved!")
Langganan:
Postingan (Atom)
cursor: url("http://i137.photobucket.com/albums/q210/kyawsawdin/FireRed.gif"), default;