Click here to Skip to main content
15,892,927 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Polymorphism/Inheritance question Pin
CPallini3-Jan-07 21:38
mveCPallini3-Jan-07 21:38 
GeneralRe: Polymorphism/Inheritance question Pin
dukesys4-Jan-07 11:54
dukesys4-Jan-07 11:54 
Questionformat date in MySql Pin
jds12073-Jan-07 10:07
jds12073-Jan-07 10:07 
AnswerRe: format date in MySql Pin
Dave Kreskowiak3-Jan-07 11:40
mveDave Kreskowiak3-Jan-07 11:40 
GeneralRe: format date in MySql Pin
jds12074-Jan-07 3:59
jds12074-Jan-07 3:59 
GeneralRe: format date in MySql Pin
jds12074-Jan-07 5:27
jds12074-Jan-07 5:27 
QuestionPerformance with Editor Pin
Cecil Cheah3-Jan-07 10:00
Cecil Cheah3-Jan-07 10:00 
AnswerRe: Performance with Editor Pin
Enriad4-Jan-07 2:47
Enriad4-Jan-07 2:47 
One way would be to use delegate's to perform the looping. Set the enabled value of the treeview to false and once the looping has finished, set it to true.

This will stop people from clicking on it before you want them to. There are some good tutorials on MSDN for delegating, though not many for placing arguments/paramters in the functions (if someone could let me know one, that would be great, I lost the bookmark and my code when my old HDD died Frown | :( )

As for the faster matching, there isn't an overly fast way to loop over 20,000 lines of an array, you might have to deal with the regex loop searching. I'd have to take a look at the search part of the code to see, though you could try a google hit for 'vb.net text search optimizing'


Daniel

QuestionVB6 to VB.NET printing using Printer Language Pin
oogyboogyme3-Jan-07 8:18
oogyboogyme3-Jan-07 8:18 
AnswerRe: VB6 to VB.NET printing using Printer Language Pin
MatrixCoder3-Jan-07 8:40
MatrixCoder3-Jan-07 8:40 
AnswerRe: VB6 to VB.NET printing using Printer Language Pin
oogyboogyme3-Jan-07 8:51
oogyboogyme3-Jan-07 8:51 
AnswerRe: VB6 to VB.NET printing using Printer Language Pin
Tim Carmichael3-Jan-07 10:17
Tim Carmichael3-Jan-07 10:17 
GeneralRe: VB6 to VB.NET printing using Printer Language Pin
oogyboogyme4-Jan-07 13:00
oogyboogyme4-Jan-07 13:00 
GeneralRe: VB6 to VB.NET printing using Printer Language Pin
Tim Carmichael5-Jan-07 2:41
Tim Carmichael5-Jan-07 2:41 
QuestionEngineering problem-please advise Pin
neobavesten3-Jan-07 6:10
neobavesten3-Jan-07 6:10 
GeneralRe: Engineering problem-please advise Pin
nagendra rao s.v.3-Jan-07 20:07
nagendra rao s.v.3-Jan-07 20:07 
QuestionMySql connection Pin
jds12073-Jan-07 5:59
jds12073-Jan-07 5:59 
AnswerRe: MySql connection Pin
Dave Kreskowiak3-Jan-07 6:34
mveDave Kreskowiak3-Jan-07 6:34 
AnswerRe: MySql connection Pin
jds12073-Jan-07 7:17
jds12073-Jan-07 7:17 
GeneralRe: MySql connection Pin
Dave Kreskowiak3-Jan-07 7:22
mveDave Kreskowiak3-Jan-07 7:22 
GeneralRe: MySql connection Pin
jds12073-Jan-07 7:29
jds12073-Jan-07 7:29 
GeneralRe: MySql connection Pin
Dave Kreskowiak3-Jan-07 11:37
mveDave Kreskowiak3-Jan-07 11:37 
QuestionVB 6.0 IDE Project Explorer form icon Pin
A long way from home3-Jan-07 5:16
A long way from home3-Jan-07 5:16 
QuestionProblem Pin
amaneet3-Jan-07 1:25
amaneet3-Jan-07 1:25 
AnswerRe: Problem Pin
Dave Kreskowiak3-Jan-07 2:16
mveDave Kreskowiak3-Jan-07 2:16 

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.