Click here to Skip to main content
15,888,816 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Production Planning Pin
Richard MacCutchan4-Aug-12 21:15
mveRichard MacCutchan4-Aug-12 21:15 
AnswerRe: Production Planning Pin
Tarun Mangukiya4-Aug-12 21:22
Tarun Mangukiya4-Aug-12 21:22 
AnswerRe: Production Planning Pin
Wes Aday5-Aug-12 3:11
professionalWes Aday5-Aug-12 3:11 
QuestionSizing of MDI Child Pin
SPSandy2-Aug-12 17:43
SPSandy2-Aug-12 17:43 
AnswerRe: Sizing of MDI Child Pin
Eddy Vluggen2-Aug-12 20:42
professionalEddy Vluggen2-Aug-12 20:42 
GeneralRe: Sizing of MDI Child Pin
SPSandy3-Aug-12 0:51
SPSandy3-Aug-12 0:51 
GeneralRe: Sizing of MDI Child Pin
Eddy Vluggen3-Aug-12 1:04
professionalEddy Vluggen3-Aug-12 1:04 
AnswerRe: Sizing of MDI Child Pin
Simon_Whale3-Aug-12 0:16
Simon_Whale3-Aug-12 0:16 
It is a known problem with MDI.

if the first window is set with either dock or windowstate all subsequent windows will inherit that setting.

The only way I have around it I have found is to either change these settings before opening the second window or to set the size of the first window manually, i.e. Form1.size = new size(100,100) where you would replace the "100" with the actual size that you want etc.
Lobster Thermidor aux crevettes with a Mornay sauce, served in a Provençale manner with shallots and aubergines, garnished with truffle pate, brandy and a fried egg on top and Spam - Monty Python Spam Sketch

GeneralRe: Sizing of MDI Child Pin
SPSandy3-Aug-12 0:52
SPSandy3-Aug-12 0:52 
GeneralRe: Sizing of MDI Child Pin
Simon_Whale3-Aug-12 0:54
Simon_Whale3-Aug-12 0:54 
GeneralRe: Sizing of MDI Child Pin
Dave Kreskowiak3-Aug-12 2:10
mveDave Kreskowiak3-Aug-12 2:10 
QuestionWinForm DragEnter Event - Change Cursor Pin
Mark Regal1-Aug-12 13:09
Mark Regal1-Aug-12 13:09 
GeneralRe: WinForm DragEnter Event - Change Cursor Pin
Dave Kreskowiak2-Aug-12 8:11
mveDave Kreskowiak2-Aug-12 8:11 
GeneralRe: WinForm DragEnter Event - Change Cursor Pin
Mark Regal2-Aug-12 19:41
Mark Regal2-Aug-12 19:41 
GeneralRe: WinForm DragEnter Event - Change Cursor Pin
Dave Kreskowiak3-Aug-12 1:59
mveDave Kreskowiak3-Aug-12 1:59 
QuestionSaveFileDialog problem Pin
Richard Sauceda1-Aug-12 10:46
Richard Sauceda1-Aug-12 10:46 
AnswerRe: SaveFileDialog problem Pin
Wes Aday1-Aug-12 10:56
professionalWes Aday1-Aug-12 10:56 
AnswerRe: SaveFileDialog problem Pin
Dave Kreskowiak1-Aug-12 10:57
mveDave Kreskowiak1-Aug-12 10:57 
Questionround robin Pin
mikel191-Aug-12 5:12
mikel191-Aug-12 5:12 
AnswerRe: round robin Pin
Wes Aday1-Aug-12 6:00
professionalWes Aday1-Aug-12 6:00 
AnswerRe: round robin Pin
Paul Conrad1-Aug-12 13:46
professionalPaul Conrad1-Aug-12 13:46 
Question'Can't find PInvoke DLL 'sqlceme35.dll' ' in Price Checker Device Pin
stevelk31-Jul-12 0:23
stevelk31-Jul-12 0:23 
QuestionReport Pin
Akbarblack30-Jul-12 22:43
Akbarblack30-Jul-12 22:43 
AnswerRe: Report Pin
Simon_Whale31-Jul-12 1:25
Simon_Whale31-Jul-12 1:25 
GeneralRe: Report Pin
Akbarblack31-Jul-12 1:34
Akbarblack31-Jul-12 1:34 

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.