Private Sub command1_Click()
Text1.FontBold = Check1.Value
Text1.FontItalic = Check2.Value
Text1.FontUnderline = Check3.Value
Text1.FontStrikethru = Check4.Value
Text1.FontName = Combo1.Text
Text1.FontSize = Combo2.Text
End Sub
Dim i
For i = 8 To 20
Combo2.AddItem i
Next i
Combo2.ListIndex = 0
Combo1.AddItem "arial"
Combo2.AddItem "timesvem roma"
arkadaslar combo içersine 8 den 20 kadar yazılacak birde programda yazan text yazısını boyutu değişecek nasıl yapabilirm acaba hatam nerde???
Text1.FontBold = Check1.Value
Text1.FontItalic = Check2.Value
Text1.FontUnderline = Check3.Value
Text1.FontStrikethru = Check4.Value
Text1.FontName = Combo1.Text
Text1.FontSize = Combo2.Text
End Sub
Dim i
For i = 8 To 20
Combo2.AddItem i
Next i
Combo2.ListIndex = 0
Combo1.AddItem "arial"
Combo2.AddItem "timesvem roma"
arkadaslar combo içersine 8 den 20 kadar yazılacak birde programda yazan text yazısını boyutu değişecek nasıl yapabilirm acaba hatam nerde???