W
Wayne Fontes
Hoping someone out there can help. I was primarily a web developer
(ASP.NET, C#) and have ventured into winforms for a few projects. I
love it so far, but am having a problem.
I have a windows application. The solution contains project which
contains control base classes that I will use for all winform apps. So
the controls project has base classes for grids, Infragistics
UltraGrid, ErrorProvider and many others.
I'm not sure if that is the problem, but when I do a messagebox.show,
it can take a long time to render, sometimes 30 seconds or more. When
I do this same call in a debug session, I go right over the breakpoint
without delay.
Any clues on what could be causing this?
(ASP.NET, C#) and have ventured into winforms for a few projects. I
love it so far, but am having a problem.
I have a windows application. The solution contains project which
contains control base classes that I will use for all winform apps. So
the controls project has base classes for grids, Infragistics
UltraGrid, ErrorProvider and many others.
I'm not sure if that is the problem, but when I do a messagebox.show,
it can take a long time to render, sometimes 30 seconds or more. When
I do this same call in a debug session, I go right over the breakpoint
without delay.
Any clues on what could be causing this?