Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Vb easy question
Name: MD80'er Date: November 14, 2002 at 10:34:22 Pacific OS: win98 CPU/Ram: 1300/256
Comment:
My problem is that I have selected a font in the Form properties and now ALL the boxes, combos labels, etc, appear with that font, although they have different fonts individually. How can I restore "individual fonts"??
Name: Jeff J Date: November 14, 2002 at 22:28:03 Pacific
Reply:
You must be working in VB.Net, since that is the behaviour with the .Net languages. By default, child windows (controls) inherit the font of the parent form, unless a control's font has been specifically changed.
Select all the controls on your form at the same time (hold down CTRL while selecting with your mouse). Go into the properties window, and select the font you want them all to have. Those controls will then have the font you want them to have, without the form's font being changed. After that, changing the form's font will no longer affect the controls.
Summary: Hi guys, Just an easy question for all you VB pro's out there!! Can anyone tell me how to store an 'X' amount of numbers within a variable and the then display the total value of all the numbers store...
Summary: Hey fellow techies, do any of you know how to set VB.net to default to a directory where your projects are stored, so when you go to "open solution", you always go right to where they are? It gets ol...
Summary: Could anyone please tell me why I get an "identifier expected" message with the following line of code in VB.NET? (this is for a simple future value financial calculator). mdecFV = mdecAmount * [1 + (...