Click here to Skip to main content
15,900,378 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Array Conversion vb 6 syntax not working with .net Pin
Martin.Smith2-Jan-07 1:25
Martin.Smith2-Jan-07 1:25 
AnswerRe: Array Conversion vb 6 syntax not working with .net Pin
Dave Kreskowiak2-Jan-07 5:25
mveDave Kreskowiak2-Jan-07 5:25 
AnswerRe: how to create custom controls Pin
Christian Graus2-Jan-07 0:03
protectorChristian Graus2-Jan-07 0:03 
QuestionForm Autosize Pin
WestSideRailways1-Jan-07 21:06
WestSideRailways1-Jan-07 21:06 
AnswerRe: Form Autosize Pin
MatrixCoder1-Jan-07 21:38
MatrixCoder1-Jan-07 21:38 
GeneralRe: Form Autosize Pin
Dave Kreskowiak2-Jan-07 5:22
mveDave Kreskowiak2-Jan-07 5:22 
GeneralRe: Form Autosize Pin
MatrixCoder2-Jan-07 9:59
MatrixCoder2-Jan-07 9:59 
AnswerRe: Form Autosize Pin
Dave Kreskowiak2-Jan-07 5:21
mveDave Kreskowiak2-Jan-07 5:21 
The Form.MaximumSize and Form.MinimumSize properties do not accept a Boolean value, so that code has no meaning.

If you want your form to fill the screen all you have to do is set its WindowState property to Maximized:
myForm.WindowState = WindowState.Maximized

Docs on Form.WindowState[^].


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionHow to load photoshop tool using vb.net Pin
kamalraaja1-Jan-07 20:30
kamalraaja1-Jan-07 20:30 
QuestionAutomating powerpoint Pin
Badhris1-Jan-07 18:48
Badhris1-Jan-07 18:48 
QuestionPlease Help ListBox Contains Very Urgent Pin
somagunasekaran1-Jan-07 16:45
somagunasekaran1-Jan-07 16:45 
AnswerRe: Please Help ListBox Contains Very Urgent Pin
Dave Kreskowiak2-Jan-07 5:15
mveDave Kreskowiak2-Jan-07 5:15 
QuestionRegisterHotKey Pin
acidice3331-Jan-07 14:55
acidice3331-Jan-07 14:55 
AnswerRe: RegisterHotKey Pin
Dave Kreskowiak2-Jan-07 4:56
mveDave Kreskowiak2-Jan-07 4:56 
Questiononline translater for my program: how do I ? Pin
JustmeNick1-Jan-07 7:55
JustmeNick1-Jan-07 7:55 
AnswerRe: online translater for my program: how do I ? Pin
MatrixCoder1-Jan-07 22:22
MatrixCoder1-Jan-07 22:22 
QuestionCard Game ? Pin
Bso_Cool1-Jan-07 6:19
Bso_Cool1-Jan-07 6:19 
AnswerRe: Card Game ? Pin
Christian Graus2-Jan-07 0:10
protectorChristian Graus2-Jan-07 0:10 
AnswerRe: Card Game ? Pin
Martin.Smith2-Jan-07 0:12
Martin.Smith2-Jan-07 0:12 
QuestionSearch in Combo Pin
msleem1-Jan-07 5:20
msleem1-Jan-07 5:20 
AnswerRe: Search in Combo Pin
The ANZAC1-Jan-07 23:20
The ANZAC1-Jan-07 23:20 
Questionalter excel-table via sql Pin
Smithers-Jones1-Jan-07 4:38
Smithers-Jones1-Jan-07 4:38 
Questionweb service Pin
arindam_1st31-Dec-06 22:51
arindam_1st31-Dec-06 22:51 
QuestionHelp Needed!! Problem with creating a installation Pin
ArchaBhandare31-Dec-06 20:06
ArchaBhandare31-Dec-06 20:06 
AnswerRe: Help Needed!! Problem with creating a installation Pin
MatrixCoder1-Jan-07 22:18
MatrixCoder1-Jan-07 22:18 

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.