Click here to Skip to main content
16,015,583 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Making Trail Software Pin
Leah_Garrett5-Dec-06 14:40
Leah_Garrett5-Dec-06 14:40 
GeneralRe: Making Trail Software Pin
MatrixCoder5-Dec-06 17:20
MatrixCoder5-Dec-06 17:20 
GeneralRe: Making Trail Software Pin
Leah_Garrett5-Dec-06 17:23
Leah_Garrett5-Dec-06 17:23 
GeneralRe: Making Trail Software Pin
pathak785-Dec-06 17:42
pathak785-Dec-06 17:42 
QuestionVB.Net Windows Application Performance [modified] Pin
Ravi kumar G4-Dec-06 17:58
Ravi kumar G4-Dec-06 17:58 
AnswerRe: VB.Net Windows Application Performance Pin
Dave Sexton4-Dec-06 21:10
Dave Sexton4-Dec-06 21:10 
GeneralRe: VB.Net Windows Application Performance Pin
Ravi kumar G5-Dec-06 3:10
Ravi kumar G5-Dec-06 3:10 
GeneralRe: VB.Net Windows Application Performance Pin
Dave Kreskowiak5-Dec-06 13:59
mveDave Kreskowiak5-Dec-06 13:59 
Ravi kumar G wrote:
but thats is client requirements

Putting hundreds of controls on a form takes forever to create and initialize them all. The TabControl is one of the most grossly overused and abused controls in the ToolBox.

This is where you work WITH the client to work out these issues. Either they put up with the pathetic performance of creating all these controls or they work with you to reorganize the form so it's a balance between what they "think" they wanted and what is acceptable perfromance.

The TabControl is great for bloating the code in a form as to make it nearly totally unsupportable when it breaks or you have to add more stuff to the form.

Save you and your customer the pain later on and solve these problems now by limiting your use of the TabControl.


Dave Kreskowiak
Microsoft MVP - Visual Basic


AnswerRe: VB.Net Windows Application Performance Pin
Taylor Kobani4-Dec-06 23:06
Taylor Kobani4-Dec-06 23:06 
GeneralRe: VB.Net Windows Application Performance Pin
Ravi kumar G5-Dec-06 3:17
Ravi kumar G5-Dec-06 3:17 
QuestionMaking Trail Software Pin
pathak784-Dec-06 17:54
pathak784-Dec-06 17:54 
AnswerRe: Making Trail Software Pin
Are Jay4-Dec-06 18:14
Are Jay4-Dec-06 18:14 
Questionsql select query problem Pin
steve_rm4-Dec-06 14:10
steve_rm4-Dec-06 14:10 
AnswerRe: sql select query problem Pin
Leah_Garrett4-Dec-06 16:38
Leah_Garrett4-Dec-06 16:38 
GeneralRe: sql select query problem Pin
steve_rm4-Dec-06 20:32
steve_rm4-Dec-06 20:32 
Question‘Permission denied’ error Pin
lafleon4-Dec-06 13:17
lafleon4-Dec-06 13:17 
QuestionReporting Services Error ?? Pin
nsr2006nsr4-Dec-06 11:03
nsr2006nsr4-Dec-06 11:03 
QuestionWindow Refresh & SHChangeNotify Pin
jadering4-Dec-06 10:24
jadering4-Dec-06 10:24 
AnswerRe: Window Refresh & SHChangeNotify Pin
Dave Kreskowiak5-Dec-06 14:12
mveDave Kreskowiak5-Dec-06 14:12 
AnswerRe: Window Refresh & SHChangeNotify Pin
ankitbtrivedi24-Aug-15 3:20
ankitbtrivedi24-Aug-15 3:20 
QuestionKeypress Event in DataGrid(VB.Net-2003) Pin
madhu_j4-Dec-06 5:35
madhu_j4-Dec-06 5:35 
QuestionDB2 Connection Pin
alexfromto4-Dec-06 4:43
alexfromto4-Dec-06 4:43 
AnswerRe: DB2 Connection Pin
Kschuler4-Dec-06 10:52
Kschuler4-Dec-06 10:52 
GeneralRe: DB2 Connection Pin
alexfromto4-Dec-06 11:12
alexfromto4-Dec-06 11:12 
GeneralRe: DB2 Connection Pin
Kschuler5-Dec-06 2:54
Kschuler5-Dec-06 2:54 

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.