比较难的问题哦...

stephenz2 2000-08-26 08:01:00
怎样用VB编写出使计算机自动关机的代码?
谢谢!
...全文
95 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
liyang 2000-08-28
  • 打赏
  • 举报
回复
winapi :

exitwindowsex flags,0

exitwindowsex ewx_poweroff|EWX_FORCE ,0 强行关机
flags:
EWX_LOGOFF Shuts down all processes running in the security context of the process that called the ExitWindowsEx function. Then it logs the user off.

EWX_POWEROFF Shuts down the system and turns off the power. The system must support the power-off feature.
Windows NT/2000: The calling process must have the SE_SHUTDOWN_NAME privilege. For more information, see the following Remarks section.

EWX_REBOOT Shuts down the system and then restarts the system.
Windows NT/2000: The calling process must have the SE_SHUTDOWN_NAME privilege. For more information, see the following Remarks section.

EWX_SHUTDOWN Shuts down the system to a point at which it is safe to turn off the power. All file buffers have been flushed to disk, and all running processes have stopped.
Windows NT/2000: The calling process must have the SE_SHUTDOWN_NAME privilege. For more information, see the following Remarks section.



This parameter can optionally include the following values. Value Meaning

EWX_FORCE Forces processes to terminate. When this flag is set, the system does not send the WM_QUERYENDSESSION and WM_ENDSESSION messages. This can cause the applications to lose data. Therefore, you should only use this flag in an emergency.
EWX_FORCEIFHUNG Windows 2000: Forces processes to terminate if they do not respond to the WM_QUERYENDSESSION or WM_ENDSESSION message. This flag is ignored if EWX_FORCE is used

sixfooter 2000-08-27
  • 打赏
  • 举报
回复
不算太难,用这个
shell(C:\WINDOWS\RUNDLL.EXE user.exe,exitWindows)
AChung666 2000-08-26
  • 打赏
  • 举报
回复
强行关机并从新启动系统
rundll32.exe user.exe,restartwindows
等待其他应用中之后在关机
rundll32.exe user.exe,exitwindows
gameboy999 2000-08-26
  • 打赏
  • 举报
回复
这个嘛,我的方法比较傻,你可以调用shell命令,然后利用rundll32,
具体怎么写的我忘了,好象是 rundll32.exe Exitwindows,.....
课程分项目管理疑杂症、项目的需求管理与质量管理、敏捷.产品经理.互联网、职场厚黑学和企业管理水深学,共五个章节为你分享。 项目经理是一种“狠”角色!项目管理是门实战性超强的大学问,你不仅要熟悉项目管理知识,还要掌握N多技能;不仅要管理项目团队,还要管理老板、客户和各种搞的干系人。项目经理是项目的灵魂人物,要成长为项目大神需要不断地学习和实践,我们将为你分享项目管理及敏捷项目管理的实用知识和多个案例,为你规划项目经理成长路线,助你职业生涯乘风破浪! 关键字项目管理,项目经理,敏捷,公司管理,职场 不仅仅是项目管理项目经理是职场上的大神,不仅仅要处理好项目上的各种人和事,还需要处于公司管理与企业运营的角度看待和处理问题,还要学习各种互联网知识。职场是一种大学问,无论你是小职员、项目经理还是公司管理层,都可以从这里找到很多启发。 免责声明专辑出现的人物、企业、事情及点评等,仅做学习参考之用途,别无他意。案例纯属精心虚构,如有雷同,那可能就是真的噢!(案例来源于真实但又高于真实,仅供学习用途,请勿“人肉”相关内容。)保护知识产权的需要,不提供PPT下载,本课程学习可以不辅助PPT课件,谢谢你的理解和支持!

741

社区成员

发帖
与我相关
我的任务
社区描述
VB 版八卦、闲侃,联络感情地盘,禁广告帖、作业帖
社区管理员
  • 非技术类社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧