Click here to Skip to main content
15,917,320 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionControl Menu on MDI? Pin
minhnguyen083-May-06 22:15
minhnguyen083-May-06 22:15 
AnswerRe: Control Menu on MDI? Pin
Rizwan Bashir3-May-06 23:18
Rizwan Bashir3-May-06 23:18 
QuestionNeed help on using Unicode with SQL Server Pin
Sithy3-May-06 21:04
Sithy3-May-06 21:04 
Questionmultiple forms Pin
viji]3-May-06 20:50
viji]3-May-06 20:50 
AnswerRe: multiple forms Pin
sathish s3-May-06 21:00
sathish s3-May-06 21:00 
AnswerRe: multiple forms Pin
Christian Graus3-May-06 21:39
protectorChristian Graus3-May-06 21:39 
QuestionHow to apply a new font over a label control on a windows form? Pin
Arunag3-May-06 19:46
Arunag3-May-06 19:46 
AnswerRe: How to apply a new font over a label control on a windows form? Pin
sathish s3-May-06 20:28
sathish s3-May-06 20:28 
You can the get the available fonts in VS using
comboBox1.Items.AddRange(FontFamily.Families);

To change the font
label1.Font = new Font ("Courier", 10, FontStyle.Bold);
AnswerRe: How to apply a new font over a label control on a windows form? Pin
Dave Kreskowiak4-May-06 2:01
mveDave Kreskowiak4-May-06 2:01 
Questionhow to arrage the xml data in tree view in vb.net? Pin
Ron.S3-May-06 19:12
Ron.S3-May-06 19:12 
QuestionSave Color in Access Database? Pin
Radiska3-May-06 12:24
Radiska3-May-06 12:24 
AnswerRe: Save Color in Access Database? Pin
Dave Kreskowiak4-May-06 1:59
mveDave Kreskowiak4-May-06 1:59 
Questionrichtextbox.savefile append? Pin
cj43313-May-06 10:08
cj43313-May-06 10:08 
AnswerRe: richtextbox.savefile append? Pin
Chatura Dilan3-May-06 15:12
Chatura Dilan3-May-06 15:12 
GeneralRe: richtextbox.savefile append? Pin
cj43314-May-06 1:55
cj43314-May-06 1:55 
GeneralRe: richtextbox.savefile append? Pin
Dave Kreskowiak4-May-06 1:57
mveDave Kreskowiak4-May-06 1:57 
QuestionCrystal Report Pin
swami_v33-May-06 9:04
swami_v33-May-06 9:04 
AnswerRe: Crystal Report Pin
isroavi3-May-06 16:15
isroavi3-May-06 16:15 
QuestionData Flow Diagrams Pin
SwatiPathania3-May-06 8:27
SwatiPathania3-May-06 8:27 
AnswerRe: Data Flow Diagrams Pin
CWIZO3-May-06 11:06
CWIZO3-May-06 11:06 
AnswerRe: Data Flow Diagrams Pin
User 17164923-May-06 12:39
professionalUser 17164923-May-06 12:39 
QuestionVB 6 string type in VB.Net ? Pin
ppanke3-May-06 6:33
ppanke3-May-06 6:33 
Question3D Arrays Pin
passionirie3-May-06 6:05
passionirie3-May-06 6:05 
AnswerRe: 3D Arrays Pin
CWIZO3-May-06 11:07
CWIZO3-May-06 11:07 
QuestionKernel32 error in opening oledb connection Pin
projectcode13-May-06 5:51
projectcode13-May-06 5:51 

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.