You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Sto facendo un mio wordpad amatoriale in vb 2005 (express edition) e ho un problema che mi tiene fermo da 5 giorni. (Sono un newbie estremo!) Per cambiare il carattere di un testo uso una fontdialog. Non so come far cambiare solo una porzione di testo perň!! Dim a As System.Windows.Forms.FontDialog
a = FontDialog1
a.ShowDialog()
RichTextBox1.Font = a.Font
Questo č il codice. Mi potete aiutare?
Grazie mille
Mauro Gamberini
unread,
Nov 17, 2005, 1:23:09 PM11/17/05
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
> Sto facendo un mio wordpad amatoriale in vb 2005 (express edition) e ho un > problema che mi tiene fermo da 5 giorni. (Sono un newbie estremo!) >