Click here to Skip to main content
16,007,885 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Putting values of selected row in DataGridView in Textboxes Pin
FeRtoll6-Mar-06 1:31
FeRtoll6-Mar-06 1:31 
GeneralRe: Putting values of selected row in DataGridView in Textboxes Pin
G723606-Mar-06 2:24
G723606-Mar-06 2:24 
GeneralRe: Putting values of selected row in DataGridView in Textboxes Pin
FeRtoll6-Mar-06 2:35
FeRtoll6-Mar-06 2:35 
GeneralRe: Putting values of selected row in DataGridView in Textboxes Pin
G723606-Mar-06 2:43
G723606-Mar-06 2:43 
GeneralRe: Putting values of selected row in DataGridView in Textboxes Pin
FeRtoll6-Mar-06 12:36
FeRtoll6-Mar-06 12:36 
QuestionHow can i set the font of a VB form programmatically / Dynamically Pin
sp_ranjan5-Mar-06 23:39
sp_ranjan5-Mar-06 23:39 
AnswerRe: How can i set the font of a VB form programmatically / Dynamically Pin
sathish s6-Mar-06 0:28
sathish s6-Mar-06 0:28 
AnswerRe: How can i set the font of a VB form programmatically / Dynamically Pin
Dave Kreskowiak6-Mar-06 8:43
mveDave Kreskowiak6-Mar-06 8:43 
Setting the font of the Form will not change the font of the controls on it. (Each control will have it's own Font property.) It only changes the font of the titlebar and any text directly written, using only certain methods, to the form surface itself.

Also, you change the Font by creating a new Font object, not specifying a string. One possibility is:
myForm.Font = New Font("Tahoma", 8)

The Font class has about a dozen constructors, so you can find out more here[^].


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome


-- modified at 14:44 Monday 6th March, 2006
QuestionDoes System.Web.UI.Design namespace exist in VS 2005? Pin
KaKa'5-Mar-06 22:48
KaKa'5-Mar-06 22:48 
AnswerRe: Does System.Web.UI.Design namespace exist in VS 2005? Pin
FeRtoll6-Mar-06 1:07
FeRtoll6-Mar-06 1:07 
AnswerRe: Does System.Web.UI.Design namespace exist in VS 2005? Pin
Duncan Edwards Jones6-Mar-06 2:13
professionalDuncan Edwards Jones6-Mar-06 2:13 
QuestionCode project Organization Pin
pankajgarg125-Mar-06 22:22
pankajgarg125-Mar-06 22:22 
AnswerRe: Code project Organization Pin
Vasudevan Deepak Kumar5-Mar-06 23:56
Vasudevan Deepak Kumar5-Mar-06 23:56 
QuestionHow to remove the shared add-in? Pin
cylix20005-Mar-06 21:55
cylix20005-Mar-06 21:55 
QuestionTreeview Problem in vb.net Pin
pankajgarg125-Mar-06 21:52
pankajgarg125-Mar-06 21:52 
AnswerRe: Treeview Problem in vb.net Pin
FeRtoll6-Mar-06 1:17
FeRtoll6-Mar-06 1:17 
GeneralRe: Treeview Problem in vb.net Pin
pankajgarg126-Mar-06 4:50
pankajgarg126-Mar-06 4:50 
GeneralRe: Treeview Problem in vb.net Pin
FeRtoll6-Mar-06 12:38
FeRtoll6-Mar-06 12:38 
AnswerRe: Treeview Problem in vb.net Pin
Dave Kreskowiak6-Mar-06 8:27
mveDave Kreskowiak6-Mar-06 8:27 
QuestionSubitems in ListView Pin
ZulnurainAdil5-Mar-06 21:11
ZulnurainAdil5-Mar-06 21:11 
AnswerRe: Subitems in ListView Pin
Dynamitebox6-Mar-06 0:16
Dynamitebox6-Mar-06 0:16 
QuestionAlphanumaric Addition Pin
ZulnurainAdil5-Mar-06 21:04
ZulnurainAdil5-Mar-06 21:04 
AnswerRe: Alphanumaric Addition Pin
Ritesh12345-Mar-06 21:38
Ritesh12345-Mar-06 21:38 
AnswerRe: Alphanumaric Addition Pin
Saravanan_MCA7-Mar-06 0:19
Saravanan_MCA7-Mar-06 0:19 
AnswerRe: Alphanumaric Addition Pin
Saravanan_MCA7-Mar-06 0:23
Saravanan_MCA7-Mar-06 0:23 

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.