Click here to Skip to main content
15,909,242 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: I would like to implement a before/after images Pin
krruertyret22-Jan-12 8:07
krruertyret22-Jan-12 8:07 
AnswerRe: I would like to implement a before/after images Pin
Luc Pattyn22-Jan-12 8:12
sitebuilderLuc Pattyn22-Jan-12 8:12 
GeneralRe: I would like to implement a before/after images Pin
krruertyret22-Jan-12 11:07
krruertyret22-Jan-12 11:07 
QuestionStrange error when starting program Pin
JR21220-Jan-12 19:38
JR21220-Jan-12 19:38 
AnswerRe: Strange error when starting program Pin
Luc Pattyn20-Jan-12 20:00
sitebuilderLuc Pattyn20-Jan-12 20:00 
GeneralRe: Strange error when starting program Pin
JR21221-Jan-12 20:14
JR21221-Jan-12 20:14 
QuestionVisual Basic .net - Form loading Pin
No-e20-Jan-12 8:38
No-e20-Jan-12 8:38 
AnswerRe: Visual Basic .net - Form loading Pin
Dave Kreskowiak20-Jan-12 10:08
mveDave Kreskowiak20-Jan-12 10:08 
Frankly, I wouldn't be doing what you described. 300 controls on a form is excessive and takes forever to render. Rearranging them from their initial layout just makes things worse.

I'd probably be skipping the textboxes all together unless these values can be updated.

In either case, I'd look at compartmentalizing these in logical groups and creating controls or usercontrols that handle/rearrange/draw themselves depending on the data that's passed to them. You could then create instances of only those controls you need at runtime.

Form.Load only happens the first time a form is displayed and happens just before it's shown. You'll get another event, VisibleChanged, when that happens.

The earliest event you get from a form is HandleCreated.

AnswerRe: Visual Basic .net - Form loading Pin
Eddy Vluggen20-Jan-12 10:13
professionalEddy Vluggen20-Jan-12 10:13 
QuestionString input is not in proper format Pin
Seema Bawa20-Jan-12 7:04
Seema Bawa20-Jan-12 7:04 
AnswerRe: String input is not in proper format Pin
Dave Kreskowiak20-Jan-12 7:21
mveDave Kreskowiak20-Jan-12 7:21 
GeneralRe: String input is not in proper format Pin
AspDotNetDev20-Jan-12 7:50
protectorAspDotNetDev20-Jan-12 7:50 
GeneralRe: String input is not in proper format Pin
Dave Kreskowiak20-Jan-12 8:32
mveDave Kreskowiak20-Jan-12 8:32 
AnswerRe: String input is not in proper format Pin
Luc Pattyn20-Jan-12 20:10
sitebuilderLuc Pattyn20-Jan-12 20:10 
QuestionCompare lines with a txt file Pin
vijay248220-Jan-12 0:16
vijay248220-Jan-12 0:16 
AnswerRe: Compare lines with a txt file Pin
Simon_Whale20-Jan-12 0:23
Simon_Whale20-Jan-12 0:23 
GeneralMessage Closed Pin
20-Jan-12 1:49
vijay248220-Jan-12 1:49 
GeneralRe: Compare lines with a txt file Pin
Eddy Vluggen20-Jan-12 6:00
professionalEddy Vluggen20-Jan-12 6:00 
Questionhelp in Display Data from Vb.net to Web Broweser on the interent Pin
Mangore7519-Jan-12 23:51
Mangore7519-Jan-12 23:51 
Generalhow to get auto generate no in more than field. Pin
anghan2219-Jan-12 18:51
anghan2219-Jan-12 18:51 
GeneralRe: how to get auto generate no in more than field. Pin
Richard MacCutchan19-Jan-12 23:08
mveRichard MacCutchan19-Jan-12 23:08 
Generalcombo box item selected its reflect in another Pin
anghan2219-Jan-12 18:45
anghan2219-Jan-12 18:45 
SuggestionLook at unanswered AND answered questions Pin
Cameron Atkinson18-Jan-12 23:04
Cameron Atkinson18-Jan-12 23:04 
GeneralRe: Look at unanswered AND answered questions Pin
Richard MacCutchan18-Jan-12 23:52
mveRichard MacCutchan18-Jan-12 23:52 
GeneralRe: Look at unanswered AND answered questions Pin
Simon_Whale18-Jan-12 23:55
Simon_Whale18-Jan-12 23:55 

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.