Click here to Skip to main content
15,902,445 members
Home / Discussions / C#
   

C#

 
GeneralCatch Specific exception in SqlClient Pin
Skanless5-Dec-07 13:18
Skanless5-Dec-07 13:18 
GeneralRe: Catch Specific exception in SqlClient Pin
Colin Angus Mackay5-Dec-07 14:23
Colin Angus Mackay5-Dec-07 14:23 
GeneralRe: Catch Specific exception in SqlClient Pin
Skanless5-Dec-07 14:44
Skanless5-Dec-07 14:44 
GeneralRe: Catch Specific exception in SqlClient Pin
Ennis Ray Lynch, Jr.5-Dec-07 16:16
Ennis Ray Lynch, Jr.5-Dec-07 16:16 
GeneralRe: Catch Specific exception in SqlClient [modified] Pin
Skanless5-Dec-07 18:03
Skanless5-Dec-07 18:03 
GeneralRe: Catch Specific exception in SqlClient Pin
Skanless5-Dec-07 22:34
Skanless5-Dec-07 22:34 
GeneralRe: Catch Specific exception in SqlClient Pin
PIEBALDconsult7-Dec-07 12:36
mvePIEBALDconsult7-Dec-07 12:36 
QuestionPerformance in PictureBox playing an animated Gif Pin
RodiGarcia5-Dec-07 12:22
RodiGarcia5-Dec-07 12:22 
Hello everybody scenario is as follows:

Application multithreaded in windowsForms
C# Language
Framework 2.0 in VisualStudio 2005
This application works with several business logic processes asynchronous manner.
Play audio and video with DirectX
Handles timers who control the times of execution.



Everything works correctly while not use objects pictureBox with animated images (GIF). When I need to load an Animated Gif in a pictureBox and view the animation at run time, the processor is fired at a 100%, that happens only with a lively Gif image. Using a JPG or PNG static images, the performance is not affected. But implementation requires at least play 10 Gif animated, distributed in the Form.

When you try to load all these images, many are not displayed in the pictureBox and those displayed lose animation or reproduce them too slowly and with a delay that makes Losing the aesthetics chart.

To accomplish this I found some documentation msdn Class ImageAnimator, which to deploy in a component created for myself, I get the same problem of performance that picture box.

If anyone has an idea of what's going on and how to solve am waiting for their early comments.



Thankyou.
GeneralRe: Performance in PictureBox playing an animated Gif Pin
Christian Graus5-Dec-07 13:08
protectorChristian Graus5-Dec-07 13:08 
Questionhow to write code to download file Pin
uowzd015-Dec-07 12:05
uowzd015-Dec-07 12:05 
GeneralRe: how to write code to download file Pin
Christian Graus5-Dec-07 12:11
protectorChristian Graus5-Dec-07 12:11 
GeneralRe: how to write code to download file Pin
uowzd015-Dec-07 13:16
uowzd015-Dec-07 13:16 
QuestionSelectionColor in RichTextBox when minimized Pin
Johan Martensson5-Dec-07 11:45
Johan Martensson5-Dec-07 11:45 
AnswerRe: SelectionColor in RichTextBox when minimized Pin
bcool6330316-Apr-09 4:46
bcool6330316-Apr-09 4:46 
GeneralDataset rowfilter Pin
Scalee5-Dec-07 10:19
Scalee5-Dec-07 10:19 
QuestionFraming JScript Exceptions in C#? Pin
kumar.bs5-Dec-07 10:02
kumar.bs5-Dec-07 10:02 
QuestionDataGridView DoubleClick Event handler fails when CTRL key is held while DoubleClicking Pin
alanteigne5-Dec-07 10:01
alanteigne5-Dec-07 10:01 
GeneralRe: DataGridView DoubleClick Event handler fails when CTRL key is held while DoubleClicking Pin
alanteigne6-Dec-07 2:07
alanteigne6-Dec-07 2:07 
AnswerRe: DataGridView DoubleClick Event handler fails when CTRL key is held while DoubleClicking Pin
alanteigne6-Dec-07 5:24
alanteigne6-Dec-07 5:24 
QuestionHow can I get the call stack of a StackOverflowException? Pin
Dr. Spack5-Dec-07 10:00
Dr. Spack5-Dec-07 10:00 
GeneralRe: How can I save the call stack of a StackOverflowException? Pin
Robert Royall5-Dec-07 10:50
Robert Royall5-Dec-07 10:50 
GeneralRe: How can I save the call stack of a StackOverflowException? Pin
Dr. Spack5-Dec-07 23:30
Dr. Spack5-Dec-07 23:30 
Generalnavigating all nodes in a win forms treeview Pin
radi85-Dec-07 8:38
radi85-Dec-07 8:38 
GeneralRe: navigating all nodes in a win forms treeview Pin
Giorgi Dalakishvili5-Dec-07 8:53
mentorGiorgi Dalakishvili5-Dec-07 8:53 
GeneralRe: navigating all nodes in a win forms treeview Pin
radi85-Dec-07 8:55
radi85-Dec-07 8:55 

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.