|
Prev: IE script error when creating MFC Smart Device app inVS2005
Next: Embedded scripting language for Windows Mobile application
From: Chris on 21 Apr 2008 07:11 Is it possible to create transparent win form with irregular shapes in Windows CE 5.0 (under Visual Studio 2005?). If yes, how to do that? I am trying to override OnPaint method but it does not work at all.
From: Scott Seligman on 21 Apr 2008 14:36
=?Utf-8?B?Q2hyaXM=?= <Chris(a)discussions.microsoft.com> wrote: > >Is it possible to create transparent win form with irregular shapes in >Windows CE 5.0 (under Visual Studio 2005?). If yes, how to do that? >I am trying to override OnPaint method but it does not work at all. You can't create a transparent window with CE, but you can create a window with an irregular shape using SetWindowRgn. CE doesn't have the full compliment of region functions, so creating interesting regions might be difficult. -- --------- Scott Seligman <scott at <firstname> and michelle dot net> --------- What do you despise? By this are you truly known. -- Dune by Frank Herbert |