Programalama > VISUAL BASIC

Etiketler: yazi, tipi, uygulamasi

Ort. 0
Puan ver:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Private Sub Check4_Click()
If Check4.Value = 1 Then
Check5.Value = 0
Text1.ForeColor = RGB(255, 0, 0)
End If
End Sub
 
Private Sub Check5_Click()
If Check5.Value = 1 Then
Check4.Value = 0
Text1.ForeColor = RGB(0, 255, 0)
End If
End Sub
 
Private Sub Check6_Click()
If Check4.Value = 1 Then
Check5.Value = 0
Text1.ForeColor = RGB(255, 0, 255)
End If
End Sub
 
Private Sub Command1_Click()
If Check1.Value = 1 Then
Text1.FontBold = True
Else
Text1.FontBold = False
End If
If Check2.Value = 1 Then
Text1.FontItalic = True
Else
Text1.FontItalic = False
End If
If Check3.Value = 1 Then
Text1.FontUnderline = True
Else
Text1.FontUnderline = False
End If
End Sub
 
Private Sub Command2_Click()
End
End Sub
Private Sub Command3_Click()
Text1.FontSize = Text1.FontSize - 5
End Sub
Private Sub Command4_Click()
Text1.FontSize = Text1.FontSize + 5
End Sub
 
muammer güney


Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2025 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.