Cry Ant Crew
Would you like to react to this message? Create an account in a few clicks or log in to continue.


We are Just Computer Freaker
 
IndeksPencarianLatest imagesPendaftaranLogin
Login
Username:
Password:
Login otomatis: 
:: Lupa password?

 

 Font - Add-Ins Memanipulasi font pada bentuk atau kontrol

Go down 
PengirimMessage
Mhc_Shadow
Neophyte
Neophyte



Jumlah posting : 156
Join date : 10.04.11

Font - Add-Ins Memanipulasi font pada bentuk atau kontrol Empty
PostSubyek: Font - Add-Ins Memanipulasi font pada bentuk atau kontrol   Font - Add-Ins Memanipulasi font pada bentuk atau kontrol EmptySat 8 Feb 2014 - 14:49

Berikut contoh kode nya

Code:
Dim currentform As Object
Dim c As Object
Set currentform = gobjIDEAppInst.ActiveProject.ActiveForm
Set c = currentform.ControlTemplates.Add("label")
With c
.Properties("Caption") = "Xtreme Software. The Creators of Digital Poetry!"
.Properties("Font")!Bold = True
.Properties("Font")!Italic = True
.Properties("Font")!Strikethrough = False
.Properties("Font")!Underline = True
.Properties("Font")!Name = "Arial"
.Properties("Font")!Size = 10
.Properties("Autosize") = True
.Properties("left") = (currentform.Properties("width") - .Properties("width")) / 2
End With
Kembali Ke Atas Go down
 
Font - Add-Ins Memanipulasi font pada bentuk atau kontrol
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» Mengatasi masalah CPU usage 100% pada explorer.exe
» SNR Margin & Line Attenuation Pada Speedy
» Highlight pada Script/Kode di Postingan
» Samsung Bakal Luncurkan Nexus 10 Pada Paruh Pertama 2013
» Registry - Registry membaca atau menulis ke sembarang kunci

Permissions in this forum:Anda tidak dapat menjawab topik
Cry Ant Crew :: Information Technology :: Programming :: Visual Basic-
Navigasi: