Click here to Skip to main content
15,868,016 members
Home / Discussions / C#
   

C#

 
AnswerRe: can you help me send msg using M-BOX gateway in C# Pin
Christian Graus20-Oct-09 19:43
protectorChristian Graus20-Oct-09 19:43 
QuestionWeb Browser List Pin
Haydar PAYİDAR20-Oct-09 15:50
Haydar PAYİDAR20-Oct-09 15:50 
AnswerRe: Web Browser List Pin
Christian Graus20-Oct-09 19:44
protectorChristian Graus20-Oct-09 19:44 
Questionload images dynamically in to sysetem resourses Pin
Zap-Man20-Oct-09 14:44
Zap-Man20-Oct-09 14:44 
AnswerRe: load images dynamically in to sysetem resourses Pin
Richard Andrew x6420-Oct-09 15:08
professionalRichard Andrew x6420-Oct-09 15:08 
AnswerRe: load images dynamically in to sysetem resourses Pin
Not Active20-Oct-09 17:54
mentorNot Active20-Oct-09 17:54 
GeneralRe: load images dynamically in to sysetem resourses Pin
Zap-Man21-Oct-09 3:29
Zap-Man21-Oct-09 3:29 
GeneralRe: load images dynamically in to sysetem resourses Pin
Not Active21-Oct-09 4:05
mentorNot Active21-Oct-09 4:05 
This senerio has your app using a lot more memory and thus contributing to reducing the overall performance of the machine, not making it faster.

I would consider loading the images on demand. Even if all of your panels are used during each session they are not all displayed at the same time. You could prefetch the next set of images when displaying a panel to reduce the load time.

I wouldn't load all the panels and set them to 0,0 either. Regardless of the display size they are still using resources that may not be necessary. Use User Controls and dynamically add or remove them if nothing else.

Finally, if your entire app runs on images, I'd consider a different environment, like WPF or an out of browser Silverlight app, or a different design to not be so reliant on images.


only two letters away from being an asset

GeneralRe: load images dynamically in to sysetem resourses Pin
Zap-Man21-Oct-09 4:42
Zap-Man21-Oct-09 4:42 
GeneralRe: load images dynamically in to sysetem resourses Pin
Not Active21-Oct-09 4:52
mentorNot Active21-Oct-09 4:52 
GeneralRe: load images dynamically in to sysetem resourses Pin
Zap-Man21-Oct-09 5:05
Zap-Man21-Oct-09 5:05 
GeneralRe: load images dynamically in to sysetem resourses Pin
Not Active21-Oct-09 5:19
mentorNot Active21-Oct-09 5:19 
GeneralRe: load images dynamically in to sysetem resourses Pin
Zap-Man22-Oct-09 7:29
Zap-Man22-Oct-09 7:29 
Questionushort* to IntPtr conversion Pin
Jason McPeak20-Oct-09 12:38
Jason McPeak20-Oct-09 12:38 
AnswerRe: ushort* to IntPtr conversion [modified] Pin
Richard Andrew x6420-Oct-09 12:58
professionalRichard Andrew x6420-Oct-09 12:58 
AnswerRe: ushort* to IntPtr conversion Pin
Luc Pattyn20-Oct-09 13:56
sitebuilderLuc Pattyn20-Oct-09 13:56 
GeneralRe: ushort* to IntPtr conversion Pin
Jason McPeak20-Oct-09 14:34
Jason McPeak20-Oct-09 14:34 
GeneralRe: ushort* to IntPtr conversion Pin
Jason McPeak21-Oct-09 3:29
Jason McPeak21-Oct-09 3:29 
GeneralRe: ushort* to IntPtr conversion Pin
Luc Pattyn21-Oct-09 3:51
sitebuilderLuc Pattyn21-Oct-09 3:51 
QuestionPassing List to form and back... Help plz. Pin
JollyMansArt20-Oct-09 12:24
JollyMansArt20-Oct-09 12:24 
QuestionRe: Passing List to form and back... Help plz. Pin
JollyMansArt20-Oct-09 12:29
JollyMansArt20-Oct-09 12:29 
AnswerRe: Passing List to form and back... Help plz. Pin
Christian Graus20-Oct-09 13:01
protectorChristian Graus20-Oct-09 13:01 
QuestionRe: Passing List to form and back... Help plz. [modified] Pin
JollyMansArt20-Oct-09 13:07
JollyMansArt20-Oct-09 13:07 
AnswerRe: Passing List to form and back... Help plz. Pin
Christian Graus20-Oct-09 13:24
protectorChristian Graus20-Oct-09 13:24 
GeneralRe: Passing List to form and back... Help plz. Pin
JollyMansArt20-Oct-09 13:38
JollyMansArt20-Oct-09 13:38 

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.