well i have got a couple of querries
1) first of all, i need to know that if a screen saver starts running, can my form come on top of it , or can i disable screen saver ?
2)how can i programatically create setup file
Printable View
well i have got a couple of querries
1) first of all, i need to know that if a screen saver starts running, can my form come on top of it , or can i disable screen saver ?
2)how can i programatically create setup file
You can create a Setup file (package) by using MS' Package & Deployment Wizard
that comes with VS or you can use one of many other good packagers found
in the FAQ in the Application Deployment Forum
well ok dats wat i suggested using that ocx, but ryte now the first question abt the screen saver is of more importance, ne idea ?
1) no and no
2) no idea
I have an idea...don't use chat talk, that way people wont think you're stupid
also it looks retarded
i also have a suggestion for u .... stop givin ur stupid reasons n stop wasting our time if u think this forum is for fun ... u can join other kiddie stuff on net !
If the screen saver is running, and is password protected, the best you would be able to do is pop up the password dialog box. If it isn't password protected, you could stop it by doing something like programmatically moving the mouse or programmatically hitting some key.Quote:
Originally Posted by hyousuf2