Click here to Skip to main content
16,014,662 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralLet's make more simple. Pin
Anonymous2-Jun-04 10:34
Anonymous2-Jun-04 10:34 
GeneralRe: Let's make more simple. Pin
Dave Kreskowiak3-Jun-04 2:52
mveDave Kreskowiak3-Jun-04 2:52 
GeneralModifying Selected EAP Type Pin
^eleK2-Jun-04 9:21
^eleK2-Jun-04 9:21 
GeneralRe: Modifying Selected EAP Type Pin
Dave Kreskowiak3-Jun-04 2:51
mveDave Kreskowiak3-Jun-04 2:51 
GeneralHelp needed - making vb6 LoadPicture faster Pin
steff kamush2-Jun-04 5:58
steff kamush2-Jun-04 5:58 
GeneralRe: Help needed - making vb6 LoadPicture faster Pin
Dave Kreskowiak2-Jun-04 12:31
mveDave Kreskowiak2-Jun-04 12:31 
GeneralRe: Help needed - making vb6 LoadPicture faster Pin
steff kamush3-Jun-04 0:42
steff kamush3-Jun-04 0:42 
GeneralRe: Help needed - making vb6 LoadPicture faster Pin
Dave Kreskowiak3-Jun-04 1:21
mveDave Kreskowiak3-Jun-04 1:21 
Are you saying that the images you are using are small on disk (3MB total) but take up a LARGE amount of memory when loaded and rendered into a screen format bitmap (100MB)? If this is the case, no wonder it takes forever to load these. Without caching them in memory some how or expanding the images to a more native format (like .BMP), it looks like your going to have to put up with this problem.

I don't see how your going to get around this problem. You can't have speed and high compression at the same time. Generally, it's one or the other. This is because the LoadPicture function has to take a small amount of information and "draw" a large amount of graphics with it to create the bitmap image in memory.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionHow can I print text in Landscape? Pin
ATC2-Jun-04 5:25
ATC2-Jun-04 5:25 
AnswerRe: How can I print text in Landscape? Pin
Dave Kreskowiak2-Jun-04 12:29
mveDave Kreskowiak2-Jun-04 12:29 
GeneralADODB Connection events Pin
RichardGrimmer2-Jun-04 3:33
RichardGrimmer2-Jun-04 3:33 
GeneralRe: ADODB Connection events Pin
Dave Kreskowiak2-Jun-04 12:25
mveDave Kreskowiak2-Jun-04 12:25 
GeneralRe: ADODB Connection events Pin
RichardGrimmer2-Jun-04 21:06
RichardGrimmer2-Jun-04 21:06 
Generalread excel file Pin
yannaponce1-Jun-04 23:07
yannaponce1-Jun-04 23:07 
GeneralRe: read excel file Pin
^eleK2-Jun-04 9:30
^eleK2-Jun-04 9:30 
GeneralRe: read excel file Pin
yannaponce2-Jun-04 20:27
yannaponce2-Jun-04 20:27 
GeneralCommand Line compilation in VB.Net Pin
Dinesh Dhamija1-Jun-04 22:00
Dinesh Dhamija1-Jun-04 22:00 
GeneralRe: Command Line compilation in VB.Net Pin
Dave Kreskowiak3-Jun-04 2:34
mveDave Kreskowiak3-Jun-04 2:34 
Generalnewbie question: arraylist and dictionary Pin
fuel2run1-Jun-04 21:48
fuel2run1-Jun-04 21:48 
GeneralRe: newbie question: arraylist and dictionary Pin
Dave Kreskowiak2-Jun-04 12:21
mveDave Kreskowiak2-Jun-04 12:21 
GeneralRe: newbie question: arraylist and dictionary Pin
fuel2run2-Jun-04 20:59
fuel2run2-Jun-04 20:59 
QuestionHow can I send a message to another computer? Pin
tramdtt1-Jun-04 20:42
tramdtt1-Jun-04 20:42 
AnswerRe: How can I send a message to another computer? Pin
Colin Angus Mackay1-Jun-04 22:32
Colin Angus Mackay1-Jun-04 22:32 
GeneralRe: How can I send a message to another computer? Pin
tramdtt1-Jun-04 23:27
tramdtt1-Jun-04 23:27 
GeneralRe: How can I send a message to another computer? Pin
^eleK2-Jun-04 9:13
^eleK2-Jun-04 9:13 

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.