Click here to Skip to main content
15,907,910 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: TOOLBAR Events Pin
codeadair26-Jun-06 14:58
codeadair26-Jun-06 14:58 
Questionquestion about calling the function OleCreatePictureIndirect in VB.Net Pin
mwolf12226-Jun-06 1:40
mwolf12226-Jun-06 1:40 
AnswerRe: question about calling the function OleCreatePictureIndirect in VB.Net Pin
Dave Kreskowiak26-Jun-06 4:55
mveDave Kreskowiak26-Jun-06 4:55 
GeneralRe: question about calling the function OleCreatePictureIndirect in VB.Net Pin
mwolf12227-Jun-06 22:15
mwolf12227-Jun-06 22:15 
GeneralRe: question about calling the function OleCreatePictureIndirect in VB.Net Pin
Dave Kreskowiak28-Jun-06 1:48
mveDave Kreskowiak28-Jun-06 1:48 
GeneralRe: question about calling the function OleCreatePictureIndirect in VB.Net [modified] Pin
mwolf12228-Jun-06 23:27
mwolf12228-Jun-06 23:27 
QuestionSpeed when Loading Combos Pin
V.26-Jun-06 1:19
professionalV.26-Jun-06 1:19 
AnswerRe: Speed when Loading Combos Pin
Dave Kreskowiak26-Jun-06 4:47
mveDave Kreskowiak26-Jun-06 4:47 
You could assign each Combox a dthread to load the data, but you won't get that much of a performance gain. Since no control can be modified by anything other than the thread that created it, that thread is going to be pretty busy loading all the boxes.

Your performance benefits would be found in finding out if you REALLY need to load so much data into these boxes, and/or figuring out if you can postpone loading some of these boxes until a leter time.


Dave Kreskowiak
Microsoft MVP - Visual Basic

GeneralRe: Speed when Loading Combos Pin
V.26-Jun-06 4:56
professionalV.26-Jun-06 4:56 
GeneralRe: Speed when Loading Combos Pin
Dave Kreskowiak26-Jun-06 6:18
mveDave Kreskowiak26-Jun-06 6:18 
GeneralRe: Speed when Loading Combos Pin
V.26-Jun-06 21:12
professionalV.26-Jun-06 21:12 
QuestionPlease need help with sendkey Pin
maxious2226-Jun-06 1:04
maxious2226-Jun-06 1:04 
AnswerRe: Please need help with sendkey Pin
Dave Kreskowiak27-Jun-06 1:18
mveDave Kreskowiak27-Jun-06 1:18 
QuestionConnecting to secure web page Pin
Coolesh25-Jun-06 23:51
Coolesh25-Jun-06 23:51 
QuestionEventHandler Pin
Socheat.Net25-Jun-06 23:45
Socheat.Net25-Jun-06 23:45 
Questionwhy Remoting ?? Pin
Tamimi - Code25-Jun-06 23:30
Tamimi - Code25-Jun-06 23:30 
AnswerRe: why Remoting ?? Pin
J4amieC25-Jun-06 23:42
J4amieC25-Jun-06 23:42 
GeneralRe: why Remoting ?? Pin
Tamimi - Code25-Jun-06 23:53
Tamimi - Code25-Jun-06 23:53 
GeneralRe: why Remoting ?? Pin
Jun Du26-Jun-06 6:16
Jun Du26-Jun-06 6:16 
Questionscrollbar in form Pin
bony_baba25-Jun-06 23:00
bony_baba25-Jun-06 23:00 
AnswerRe: scrollbar in form Pin
Coolesh26-Jun-06 0:05
Coolesh26-Jun-06 0:05 
QuestionRe: scrollbar in form Pin
bony_baba26-Jun-06 1:07
bony_baba26-Jun-06 1:07 
AnswerRe: scrollbar in form Pin
Coolesh26-Jun-06 2:08
Coolesh26-Jun-06 2:08 
QuestionHelp with charts. Pin
MatthysDT25-Jun-06 22:45
MatthysDT25-Jun-06 22:45 
QuestionPLS HELP! Pin
d24k104d25-Jun-06 22:04
d24k104d25-Jun-06 22:04 

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.