Click here to Skip to main content
15,922,574 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Windows XP can't start my application Pin
Chris C-B9-Jun-10 7:07
Chris C-B9-Jun-10 7:07 
GeneralRe: Windows XP can't start my application Pin
O.G.I.9-Jun-10 8:40
O.G.I.9-Jun-10 8:40 
GeneralRe: Windows XP can't start my application Pin
Luc Pattyn9-Jun-10 9:11
sitebuilderLuc Pattyn9-Jun-10 9:11 
GeneralRe: Windows XP can't start my application Pin
O.G.I.9-Jun-10 9:36
O.G.I.9-Jun-10 9:36 
GeneralRe: Windows XP can't start my application Pin
Luc Pattyn9-Jun-10 9:45
sitebuilderLuc Pattyn9-Jun-10 9:45 
QuestionHow to fit a mdi form to auto size to any window resolution? Pin
waner michaud7-Jun-10 11:07
waner michaud7-Jun-10 11:07 
AnswerRe: How to fit a mdi form to auto size to any window resolution? Pin
Wayne Gaylard7-Jun-10 12:40
professionalWayne Gaylard7-Jun-10 12:40 
AnswerRe: How to fit a mdi form to auto size to any window resolution? Pin
Johnny J.8-Jun-10 2:39
professionalJohnny J.8-Jun-10 2:39 
Have a look at this article:

Designing Resizable Windows Forms in Visual Studio .NET[^]

It demonstrates the "new" way of designing resizable forms using the anchor and dock properties provided by .NET.

In some cases you might want to resize the sizes of other types of controls on the form, eg. textboxes, comboboxes etc. That's the "old" way, and it's more complicated. If for instance you change the size of a textbox on the form, you might need to chenge the font size too or the box will become to small for the text, which will lead to nothing showing.

There are a lot of 3rd party libraries that can be used for this king of resizing, for instance this:

http://www.componentone.com/SuperProducts/SizerWinForms/[^]
QuestionHow can I know If I have install MDAC in my computer Pin
Andraw Tang7-Jun-10 7:06
Andraw Tang7-Jun-10 7:06 
AnswerRe: How can I know If I have install MDAC in my computer Pin
Dave Kreskowiak7-Jun-10 10:33
mveDave Kreskowiak7-Jun-10 10:33 
GeneralRe: How can I know If I have install MDAC in my computer Pin
Andraw Tang8-Jun-10 3:06
Andraw Tang8-Jun-10 3:06 
GeneralRe: How can I know If I have install MDAC in my computer Pin
Dave Kreskowiak8-Jun-10 3:30
mveDave Kreskowiak8-Jun-10 3:30 
GeneralRe: How can I know If I have install MDAC in my computer Pin
Andraw Tang8-Jun-10 3:39
Andraw Tang8-Jun-10 3:39 
GeneralRe: How can I know If I have install MDAC in my computer Pin
Andraw Tang8-Jun-10 5:55
Andraw Tang8-Jun-10 5:55 
GeneralRe: How can I know If I have install MDAC in my computer Pin
Dave Kreskowiak8-Jun-10 5:59
mveDave Kreskowiak8-Jun-10 5:59 
QuestionVB6: invicible .exe Pin
Mschauder6-Jun-10 22:04
Mschauder6-Jun-10 22:04 
AnswerRe: VB6: invicible .exe Pin
Johnny J.6-Jun-10 22:32
professionalJohnny J.6-Jun-10 22:32 
GeneralRe: VB6: invicible .exe Pin
Mschauder6-Jun-10 22:49
Mschauder6-Jun-10 22:49 
GeneralRe: VB6: invicible .exe Pin
Johnny J.7-Jun-10 2:45
professionalJohnny J.7-Jun-10 2:45 
AnswerRe: VB6: invicible .exe Pin
Tom Deketelaere7-Jun-10 0:01
professionalTom Deketelaere7-Jun-10 0:01 
GeneralRe: VB6: invicible .exe Pin
Mschauder7-Jun-10 1:17
Mschauder7-Jun-10 1:17 
GeneralRe: VB6: invicible .exe Pin
The Man from U.N.C.L.E.7-Jun-10 2:28
The Man from U.N.C.L.E.7-Jun-10 2:28 
GeneralRe: VB6: invicible .exe Pin
Mschauder7-Jun-10 4:05
Mschauder7-Jun-10 4:05 
GeneralRe: VB6: invicible .exe Pin
Johnny J.7-Jun-10 4:35
professionalJohnny J.7-Jun-10 4:35 
GeneralRe: VB6: invicible .exe Pin
EliottA7-Jun-10 7:52
EliottA7-Jun-10 7:52 

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.