我用程序生成的屏保程序.在Win2000下一切正常.在WinXP将该文件设成屏保后无法按"设置"和"预览"无反应.只是小屏幕区闪一下.
修改程序让他显示所带参数.在Win2000下可以显示/s,/p之类.而WinXP下无法显示出.
我共在3台XP的机器上试过.其中两台无法正常使用.另一台能够正常运行.
请问为何?谢谢!

解决方案 »

  1.   

    我想应该是XP的系统问题,比如是否打上最新的补丁之类
    PS:楼主的信誉值真令我佩服
      

  2.   

    1. 建议楼主多收集 FAQ ,先提高自己的信誉值。
    2. 可用分又不是钱,该结帐时就出手,不要吝啬。
    3. 低信誉值让热心解答问题的人丧气。
      

  3.   

    A screensaver in Windows® is simply an executable file with the extension .scr. The only difference between a normal executable and a screensaver is that a screensaver does some specific things, viz: parses the command line to find out what Windows® wants it to do 
    loads the screensaver appropriate to that request 
    ends the screensaver (usually), when the user uses the mouse or the keyboard 
    The arguments Windows® passes to a screensaver are:/s - load the screensaver/c - load the configuration screen/p - load the previewOnce we determine the argument passed, we load the screensaver appropriately. When there is some kind of activity, you end the screensaver or do something else. 
      

  4.   

    这些参数我都分析了.我在2K/98和某些XP下也都是正常的呀.
    不知为何会在某些XP下出现如提问时的现像.