Click here to Skip to main content
15,914,258 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Eddy Vluggen23-Jun-15 10:28
professionalEddy Vluggen23-Jun-15 10:28 
GeneralRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Ralf Meier23-Jun-15 18:32
mveRalf Meier23-Jun-15 18:32 
GeneralRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Member 1178537423-Jun-15 20:56
Member 1178537423-Jun-15 20:56 
GeneralRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Eddy Vluggen24-Jun-15 1:03
professionalEddy Vluggen24-Jun-15 1:03 
AnswerRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Dave Kreskowiak23-Jun-15 2:41
mveDave Kreskowiak23-Jun-15 2:41 
AnswerRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
faceVidamo25-Jun-15 15:07
faceVidamo25-Jun-15 15:07 
QuestionProblem when open Mdi Forms Pin
Mohamed Hamdy21-Jun-15 5:34
Mohamed Hamdy21-Jun-15 5:34 
AnswerRe: Problem when open Mdi Forms Pin
Dave Kreskowiak21-Jun-15 6:34
mveDave Kreskowiak21-Jun-15 6:34 
If you're trying to say that creating and opening your form is slow, there really isn't enough information to tell you what's wrong.

First, from what little your code says, you should not be using MDI for this form. It's a transient form that should be blocking, waiting for input before using another part of your application, a dialog. This is because, the way you apparently coded this, is your user can always go back to the control that triggered this AddNewItem for and hit that button or whatever control and launch another form, and another, and another, without ever dismissing the previous AddNewItem form.

I get the feeling that you're using MDI for something it wasn't designed for.

Just putting 20 controls on a form shouldn't make it take a long time for it to show up. There's more to this than your describing. Is the new form doing something in its constructor? Is there a ton of fields that have to be initialized? What else is this form doing?
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: Problem when open Mdi Forms Pin
Mohamed Hamdy22-Jun-15 9:08
Mohamed Hamdy22-Jun-15 9:08 
GeneralRe: Problem when open Mdi Forms Pin
Dave Kreskowiak22-Jun-15 9:46
mveDave Kreskowiak22-Jun-15 9:46 
AnswerRe: Problem when open Mdi Forms Pin
Eddy Vluggen22-Jun-15 11:54
professionalEddy Vluggen22-Jun-15 11:54 
QuestionDetect if Shift button is pressed in general on a vb.net application Pin
satc21-Jun-15 0:25
satc21-Jun-15 0:25 
AnswerRe: Detect if Shift button is pressed in general on a vb.net application Pin
Dave Kreskowiak21-Jun-15 6:28
mveDave Kreskowiak21-Jun-15 6:28 
GeneralRe: Detect if Shift button is pressed in general on a vb.net application Pin
satc21-Jun-15 11:07
satc21-Jun-15 11:07 
GeneralRe: Detect if Shift button is pressed in general on a vb.net application Pin
Dave Kreskowiak21-Jun-15 11:59
mveDave Kreskowiak21-Jun-15 11:59 
GeneralRe: Detect if Shift button is pressed in general on a vb.net application Pin
satc21-Jun-15 14:29
satc21-Jun-15 14:29 
GeneralRe: Detect if Shift button is pressed in general on a vb.net application Pin
Ralf Meier21-Jun-15 18:40
mveRalf Meier21-Jun-15 18:40 
GeneralRe: Detect if Shift button is pressed in general on a vb.net application Pin
satc21-Jun-15 18:46
satc21-Jun-15 18:46 
GeneralRe: Detect if Shift button is pressed in general on a vb.net application Pin
Ralf Meier21-Jun-15 19:24
mveRalf Meier21-Jun-15 19:24 
GeneralRe: Detect if Shift button is pressed in general on a vb.net application Pin
satc21-Jun-15 19:35
satc21-Jun-15 19:35 
GeneralRe: Detect if Shift button is pressed in general on a vb.net application Pin
Ralf Meier21-Jun-15 20:37
mveRalf Meier21-Jun-15 20:37 
GeneralRe: Detect if Shift button is pressed in general on a vb.net application Pin
satc21-Jun-15 22:09
satc21-Jun-15 22:09 
GeneralRe: Detect if Shift button is pressed in general on a vb.net application Pin
Ralf Meier21-Jun-15 23:38
mveRalf Meier21-Jun-15 23:38 
GeneralRe: Detect if Shift button is pressed in general on a vb.net application Pin
satc22-Jun-15 0:05
satc22-Jun-15 0:05 
AnswerRe: Detect if Shift button is pressed in general on a vb.net application Pin
Ralf Meier22-Jun-15 0:09
mveRalf Meier22-Jun-15 0:09 

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.