Launching CF C# App Shows Path Of App

  • Thread starter Thread starter FutureDeveloper
  • Start date Start date
F

FutureDeveloper

Okay what am I doing wrong?

I have been able to beat down everything including getting around
the bugs that showed up after I went to SP2 version 1.0.3316.00 in
both the emulator and my Toshisha e800.

When ever I launch my application in either the emulator or the
device, in debug or release mode, I get "\Program Files" where my
Application title ends up. Now I have seen a significant improvement
from the RTM version where there was a lot of flashing, during CF's
load. It now shows "\Program Files" for a few seconds and then shows
my Form Title fairly quick. I am overall very pleased with CF.NeT
development and look forward to the next versions etc..

With the above stated, I can only assume that I am doing
something simple wrong. I have looked everywhere and can not seem to
find why the launch path shows up.

Thanks in advance for your replies
 
what's the problem exactly ?

I kind of guess the title of your form is displayed but not the form itself,
is it so ?

I had similar problem.
One of the reason I found was a call to DoEvents() before I had called
Application.Run()
there ws other but I can't remember ....
 
Thanks, that got read of the "\Program Files" issue, but now the
application does not move to top when launched. So I have to go to the
memory location to activate it. No problem any ideas.
 
Back
Top