App doesn't show (sometimes)

  • Thread starter Thread starter Carlos Gomez
  • Start date Start date
C

Carlos Gomez

I'm using Visual Studio .NET to make a C++ DirectX application. My
problem is that sometimes when I hit RUN, the application begin
loading but doesn't show on the desktop, almost as if I had set the
Visible attribute to False. It isn't the code because to make it show
all I have to do is hit STOP and RUN again and most probably it will
run fine, without changing a single line of code. Has anyone
encountered a similar problem?

Btw, I haven't tested it with ‘normal' applications but with DirectX
ones it happens every once in a while, even with copy/paste examples.
 
Yes i have exactly the same problem with .NET 2002. When you look at the output window, it normally pauses after loading the dlls from #using statements. The line it actually fails to print out is the loading successful from the UXTHEME.dll. So i have a feeling it may be a problem with that? Could anyone else expand?
 
Back
Top