J
James
I'm making a very simple slideshow application. The issue I'm facing now is
the application (by design) has no menus or max/min/close icons. It's
basically just a rectangle as far as the end user is concerned.
Now, because the standard windows toolbar is suppressed, there's no way to
"move" the window. What I'd like to be able to do is have a transparent
control over my viewable area, so the user can drag anywhere that's visible
and drop it wherever. I have a feeling I'm dramatically over-complicating
this, so alternative solutions would be very much welcomed.
Anyway, are there built in events for handling this functionality, or do I
need to get into MouseDown/MouseUp logic? That could get ugly in a hurry
I'd imagine.
Also, what type of controls support transparency? I set the background
color of a Panel to Transparent, but that just made it the form's background
color. I need true transparency, which I imagine means I'm going to
override whatever method handles background painting?
Thanks in advance!
the application (by design) has no menus or max/min/close icons. It's
basically just a rectangle as far as the end user is concerned.
Now, because the standard windows toolbar is suppressed, there's no way to
"move" the window. What I'd like to be able to do is have a transparent
control over my viewable area, so the user can drag anywhere that's visible
and drop it wherever. I have a feeling I'm dramatically over-complicating
this, so alternative solutions would be very much welcomed.
Anyway, are there built in events for handling this functionality, or do I
need to get into MouseDown/MouseUp logic? That could get ugly in a hurry
I'd imagine.
Also, what type of controls support transparency? I set the background
color of a Panel to Transparent, but that just made it the form's background
color. I need true transparency, which I imagine means I'm going to
override whatever method handles background painting?
Thanks in advance!