Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
stancrm20-Oct-09 22:34
stancrm20-Oct-09 22:34 
GeneralRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
pallaka20-Oct-09 22:40
pallaka20-Oct-09 22:40 
GeneralRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
stancrm20-Oct-09 22:49
stancrm20-Oct-09 22:49 
Question.Net-BroadcastEventWindow.2.0.0. Pin
or or20-Oct-09 20:28
or or20-Oct-09 20:28 
AnswerRe: .Net-BroadcastEventWindow.2.0.0. Pin
stancrm20-Oct-09 20:45
stancrm20-Oct-09 20:45 
AnswerRe: .Net-BroadcastEventWindow.2.0.0. Pin
Hristo-Bojilov21-Oct-09 0:13
Hristo-Bojilov21-Oct-09 0:13 
Questionfailed to open a rowset Pin
haleemasher20-Oct-09 20:12
haleemasher20-Oct-09 20:12 
AnswerRe: failed to open a rowset Pin
Christian Graus20-Oct-09 20:30
protectorChristian Graus20-Oct-09 20:30 
GeneralRe: failed to open a rowset Pin
haleemasher20-Oct-09 20:44
haleemasher20-Oct-09 20:44 
GeneralRe: failed to open a rowset Pin
Christian Graus20-Oct-09 21:18
protectorChristian Graus20-Oct-09 21:18 
Questionhaving links in an email Pin
nirmalsat20-Oct-09 18:48
nirmalsat20-Oct-09 18:48 
AnswerRe: having links in an email Pin
Nisha Agrawal20-Oct-09 19:32
Nisha Agrawal20-Oct-09 19:32 
GeneralRe: having links in an email Pin
nirmalsat20-Oct-09 20:00
nirmalsat20-Oct-09 20:00 
GeneralRe: having links in an email Pin
Christian Graus20-Oct-09 20:09
protectorChristian Graus20-Oct-09 20:09 
AnswerRe: having links in an email Pin
Nisha Agrawal20-Oct-09 20:13
Nisha Agrawal20-Oct-09 20:13 
QuestionHow to use a COM with events in VC? Pin
begtostudy20-Oct-09 18:11
begtostudy20-Oct-09 18:11 
Questioncan you help me send msg using M-BOX gateway in C# Pin
vo_tinh20-Oct-09 16:08
vo_tinh20-Oct-09 16:08 
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

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.