Re: How Hide Cursor? Dont Work!
From: Boris Nienke (nospam_at_nsonic.de)
Date: 11/17/04
- Next message: John Tunante via .NET 247: "Printing from Windows CE"
- Previous message: DocDeath: "Re: How Hide Cursor? Dont Work!"
- Maybe in reply to: DocDeath: "How Hide Cursor? Dont Work!"
- Next in thread: Daniel Moth: "Re: How Hide Cursor? Dont Work!"
- Reply: Daniel Moth: "Re: How Hide Cursor? Dont Work!"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Nov 2004 09:22:35 +0100
On Tue, 16 Nov 2004 12:26:44 -0000, Daniel Moth wrote:
> I haven't encountered that before but at a guess, your app is still loading
> while you are trying to take the screenshot so the cursor is shown to
is there a chance to get notified when the App has finished loading?
> indicate that your app has not loaded yet. In that case, since you did not
> show the cursor in the first place, I doubt you can hide it. Sounds like you
yes - the wait-cursor is the one of the framework :'(
> must either take the screenshot after your app has finished loading OR do
cool - but how ;) ?
> not show forms as part of your loading process (and only continue loading
> them after you have taken the screenshot)
as said - i've tried without forms - no chance
> OR maybe Application.DoEvents
didn't work
> could help OR use a C++ launcher app and do the screen shot in there and
> only then launch your managed app). As you can read, pure speculation.
A C++ would be cool - but i'm not a C++ coder and really don't know how to
do that stuff (i need to read some textfiles before taking the shot etc.)
I don't know when the framework will hide the cursor at all. Isn't it
possbile to write a formless application in .Net for the pocketPC and get
informed when loading is finished (so get informed when wait-cursor is gone
away?)
...i "hate" that framework-waitcursor >:-(
Boris
- Next message: John Tunante via .NET 247: "Printing from Windows CE"
- Previous message: DocDeath: "Re: How Hide Cursor? Dont Work!"
- Maybe in reply to: DocDeath: "How Hide Cursor? Dont Work!"
- Next in thread: Daniel Moth: "Re: How Hide Cursor? Dont Work!"
- Reply: Daniel Moth: "Re: How Hide Cursor? Dont Work!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|