文件名称:Mine
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- k***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
MyModule has the following functions/subs
Subs:
OpenApp(FileName as string)
* Opens an application with the filename specified
* Use: OpenApp(FileName)
DisableCtrlAltDelete(bDisabled As Boolean)
* Disables Control Alt Delete Breaking as well as Ctrl-Escape
* Use: Call DisableCtrlAltDelete(Boolean)
Center(FormName as form)
* Centers the specified form
* Use: Center(FormName)
AlwaysOnTop(FormName as Form, bOnTop as boolean)
* Sets the named form as always on top
* Use: Call AlwaysOnTop(True)
ExitWindows(Mode)
* Shutdown or reboots windows
* Use: ExitWindows(shutdown)
* ExitWindows(reboot)
MakeMeService()
* Hide your program in the list of Control Alt Delete
UnMakeMeService()
* Re-show your program in the list of Control Alt Delete-MyModule has the following functions/subs
Subs:
OpenApp(FileName as string)
* Opens an application with the filename specified
* Use: OpenApp(FileName)
DisableCtrlAltDelete(bDisabled As Boolean)
* Disables Control Alt Delete Breaking as well as Ctrl-Escape
* Use: Call DisableCtrlAltDelete(Boolean)
Center(FormName as form)
* Centers the specified form
* Use: Center(FormName)
AlwaysOnTop(FormName as Form, bOnTop as boolean)
* Sets the named form as always on top
* Use: Call AlwaysOnTop(True)
ExitWindows(Mode)
* Shutdown or reboots windows
* Use: ExitWindows(shutdown)
* ExitWindows(reboot)
MakeMeService()
* Hide your program in the list of Control Alt Delete
UnMakeMeService()
* Re-show your program in the list of Control Alt Delete
Subs:
OpenApp(FileName as string)
* Opens an application with the filename specified
* Use: OpenApp(FileName)
DisableCtrlAltDelete(bDisabled As Boolean)
* Disables Control Alt Delete Breaking as well as Ctrl-Escape
* Use: Call DisableCtrlAltDelete(Boolean)
Center(FormName as form)
* Centers the specified form
* Use: Center(FormName)
AlwaysOnTop(FormName as Form, bOnTop as boolean)
* Sets the named form as always on top
* Use: Call AlwaysOnTop(True)
ExitWindows(Mode)
* Shutdown or reboots windows
* Use: ExitWindows(shutdown)
* ExitWindows(reboot)
MakeMeService()
* Hide your program in the list of Control Alt Delete
UnMakeMeService()
* Re-show your program in the list of Control Alt Delete-MyModule has the following functions/subs
Subs:
OpenApp(FileName as string)
* Opens an application with the filename specified
* Use: OpenApp(FileName)
DisableCtrlAltDelete(bDisabled As Boolean)
* Disables Control Alt Delete Breaking as well as Ctrl-Escape
* Use: Call DisableCtrlAltDelete(Boolean)
Center(FormName as form)
* Centers the specified form
* Use: Center(FormName)
AlwaysOnTop(FormName as Form, bOnTop as boolean)
* Sets the named form as always on top
* Use: Call AlwaysOnTop(True)
ExitWindows(Mode)
* Shutdown or reboots windows
* Use: ExitWindows(shutdown)
* ExitWindows(reboot)
MakeMeService()
* Hide your program in the list of Control Alt Delete
UnMakeMeService()
* Re-show your program in the list of Control Alt Delete
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Mine.bas