Search found 2 matches

by ivanadin
29 May 2012, 20:23
Forum: EditControls
Topic: UseSystemFont???
Replies: 3
Views: 6656

Re: UseSystemFont???

well yes that's what I mean.
Thank you very much for the help.
now I'll use this component ;) ;) ;)
by ivanadin
28 May 2012, 19:19
Forum: EditControls
Topic: UseSystemFont???
Replies: 3
Views: 6656

UseSystemFont???

when run this code Private Sub Form_Load() IPAddressBox1.Font.Name = "Tahoma" IPAddressBox1.UseSystemFont = False HotKeyBox1.Font.Name = "Tahoma" HotKeyBox1.UseSystemFont = False TextBox1.Font.Name = "Tahoma" TextBox1.UseSystemFont = False UpDownTextBox1.Font.Name = &qu...