Program İcin Gerekenler ;
3 textbox , 5 label ve 1 button
Textbox 2 Yazılacak Kodlar ;
PHP Code:
TryTextBox2.Text = Format(CDec(TextBox2.Text), "##,##")
TextBox2.SelectionStart = TextBox2.Text.Length
Catch
EndTry
Button 1 Yazılacak Kodlar ;
PHP Code:
TryLabel5.Text = Format(CDec(TextBox2.Text) * CInt(TextBox3.Text), "##,## TL")
Catch
MsgBox("Gecersiz sayılar tespit edildi.")
EndTry
Programın Son Hali ;

__________________