Unable to keep form on top

G

Guest

I'm trying to create a screensaver using managed directx, but the same
happens with the wizard generated screensaver project in VC# 2005. Any
window set to "always on top" is not getting obscured, like the standard
windows screensavers can.
I've tried setting the presentparams for the device constructor to
"windowed=false".
I've set the form property Toplevel=true, topmost=true, and called
..bringtofront().
Anybody know what I'm missing?
 
G

Guest

Just a guess, but by setting a form to "AlwaysOnTop" would put it above the
screensaver, right?
 
G

Guest

Correct, but screensavers get around this somehow.

-open the task manager and test one of the standard screensavers, you'll see.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top