Click here to Skip to main content
15,899,825 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: reg Super script and subscript Pin
EliottA22-Mar-10 7:48
EliottA22-Mar-10 7:48 
GeneralRe: reg Super script and subscript Pin
sowjanya322-Mar-10 18:44
sowjanya322-Mar-10 18:44 
GeneralRe: reg Super script and subscript Pin
Dave Kreskowiak23-Mar-10 1:11
mveDave Kreskowiak23-Mar-10 1:11 
GeneralRe: reg Super script and subscript Pin
EliottA23-Mar-10 2:54
EliottA23-Mar-10 2:54 
AnswerRe: reg Super script and subscript Pin
The Man from U.N.C.L.E.22-Mar-10 8:16
The Man from U.N.C.L.E.22-Mar-10 8:16 
QuestionProblem sub-total Matrix with rdlc report in vb.NET [modified] Pin
rhap122-Mar-10 6:02
rhap122-Mar-10 6:02 
QuestionBold From FontDialog Pin
Anubhava Dimri21-Mar-10 21:44
Anubhava Dimri21-Mar-10 21:44 
AnswerRe: Bold From FontDialog Pin
The Man from U.N.C.L.E.22-Mar-10 2:31
The Man from U.N.C.L.E.22-Mar-10 2:31 
You can't

If you just want to offer the different fonts without styling and sizing etc. how about just showing a combo box with the list of installed fonts?

e.g.
VB
Dim installedFonts as New System.Drawing.Text.InstalledFontCollection()
For Each family As System.Drawing.FontFamily In installedFonts.Families
	me.comboBox1.Items.Add(family.Name)
Next

If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
[My Articles]  [My Website]

GeneralRe: Bold From FontDialog Pin
Anubhava Dimri22-Mar-10 23:08
Anubhava Dimri22-Mar-10 23:08 
GeneralRe: Bold From FontDialog Pin
Dave Kreskowiak23-Mar-10 1:11
mveDave Kreskowiak23-Mar-10 1:11 
QuestionIncorrect syntax Pin
fresh120721-Mar-10 10:54
fresh120721-Mar-10 10:54 
AnswerRe: Incorrect syntax Pin
Luc Pattyn21-Mar-10 11:22
sitebuilderLuc Pattyn21-Mar-10 11:22 
AnswerRe: Incorrect syntax Pin
DaveAuld21-Mar-10 11:37
professionalDaveAuld21-Mar-10 11:37 
GeneralRe: Incorrect syntax Pin
fresh120721-Mar-10 18:06
fresh120721-Mar-10 18:06 
GeneralRe: Incorrect syntax Pin
εїзεїзεїз21-Mar-10 19:38
εїзεїзεїз21-Mar-10 19:38 
GeneralRe: Incorrect syntax Pin
Steven J Jowett22-Mar-10 3:03
Steven J Jowett22-Mar-10 3:03 
GeneralRe: Incorrect syntax Pin
fresh120722-Mar-10 7:43
fresh120722-Mar-10 7:43 
GeneralRe: Incorrect syntax Pin
David Skelly22-Mar-10 23:15
David Skelly22-Mar-10 23:15 
QuestionScreen sizes Pin
offroaderdan21-Mar-10 2:58
offroaderdan21-Mar-10 2:58 
AnswerRe: Screen sizes Pin
DaveAuld21-Mar-10 3:27
professionalDaveAuld21-Mar-10 3:27 
GeneralRe: Screen sizes Pin
offroaderdan21-Mar-10 7:56
offroaderdan21-Mar-10 7:56 
GeneralRe: Screen sizes Pin
Dalek Dave21-Mar-10 8:05
professionalDalek Dave21-Mar-10 8:05 
GeneralRe: Screen sizes Pin
Dalek Dave21-Mar-10 13:50
professionalDalek Dave21-Mar-10 13:50 
GeneralRe: Screen sizes Pin
David Skelly21-Mar-10 23:05
David Skelly21-Mar-10 23:05 
GeneralRe: Screen sizes Pin
Dalek Dave21-Mar-10 23:10
professionalDalek Dave21-Mar-10 23:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.