Tuesday, November 8, 2011

Beberapa Syntax untuk VB 6.0

Contoh syntax font color

text1.forecolor=vbBlue

contoh syntax fontsize

text1.fontsize=12

contoh syntax font style

private sub chkmiring_click()
if chkmiring.value=1 then
text1.fontitalic=true
else
text1.fontitalic=false
end if
end sub

No comments:

Post a Comment