Programalama > VISUAL BASIC

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
Private Sub Command1_Click()
 
If Text1.SelLength <> 0 Then
Text1.SelText = UCase(Text1.SelText)
 
Else
Text1.Text = UCase(Text1.Text)
 
End If
 
 
End Sub
 
Private Sub Command2_Click()
If Text1.SelLength <> 0 Then
Text1.SelText = LCase(Text1.SelText)
Else
Text1.Text = LCase(Text1.Text)
End If
 
End Sub
 
 
bu program için öncelikle formunuza iki adet command buton ve bir adet text box eklemelisiniz
sezedevi_90@hotmail.com


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.