Drawing the non client area of a Form window
Thx Dustin,
The problem is that the Graphics class uses the GDI++ for drawing and it seams that they are some problem when the window is transparent or has opacity set. I tried to avoid to use transparent by setting a region for the window and it works fine. Another solution was to use GDI functions to draw the client area but it was a lot of work ....

