Hehe, you can use ShellExec to directly call any Screen file:<br>like:<br>"YourScreen.scr" to run it<br>"YourScreen.scr -s" to setup it, <br><br>Good Luck!
以后遇到DELPHI中没有说明的API怎么办?怎么知道它在哪个DLL中?分数有限,实在抱歉!<br><br>Hehe, DLL can't help you, for itself also know nothing about the<br>function entry's parameters or functionalities. It is the great<br>joke for sareing resource: Who can share this if he even donot<br>know the functionality or parameters?<br><br>Corba or DCom do some good in this. You can find the interface of<br>a running object. So that you can try call it, note you can try<br>at runtime, but do you know the result of calling? So it's a little<br>joke that DLL, <br>
以后遇到DELPHI中没有说明的API怎么办?怎么知道它在哪个DLL中?分数有限,实在抱歉!<br><br>Hehe, DLL can't help you, for itself also know nothing about the<br>function entry's parameters or functionalities. It is the great<br>joke for sharing resource: Who can use this DLL if he even do not<br>know the functionality or parameters?<br><br>Corba or DCom do some good in this. You can find the interface of<br>a running object. So that you can try call it, note you can try<br>at runtime, but do you know the result of calling? So it's a little<br>joke that DLL, <br>
Thanks both you!<br>I know the way you teach me. But I want to know How to deckare <br>ScreenSaverProc Function in delphi?<br>I want to call the current screen saver are using!<br>some windows api does not declare in delphi how can i declare them?<br>Now i have point now, just a joke!<br>Please help me!