谁知道控制系统启动的程序怎么编,50分(50分)

  • 主题发起人 主题发起人 xiaolinzi141
  • 开始时间 开始时间
X

xiaolinzi141

Unregistered / Unconfirmed
GUEST, unregistred user!
我想作一个登陆窗,在进入桌面前运行这个窗体,当在这个窗体上填写合适的信息后,就进入桌面,请问各位高手,这样的程序改怎么编?
 
1. acAppAutoRun - allows to automatically execute your application on each Windows startup. Unlike others similar components, it have some additional features, like displaying message on Windows login, plus have special event which informs you about automatic start. acAppAutoRun is successor of acCaptionButton and may have built-in caption button &nbsp;on form's title bar and associated menu item in the system menu. &nbsp;<br><br>Overview <br> The acAppAutoRun component is able to run your program on every Windows startup (after system reboot). Simply drop this component onto your main form, set up a few properties and your program will automatically running after every reboot. &nbsp;<br> <br> &nbsp;<br> <br> With acAppAutoRun you can easily determinate when your program started by user or automatically on Windows startup. When it started automatically, your program will have &quot;/autorun&quot; command line parameter that can be easily determined on OnAutoRun event or by standard ParamStr(1) function. You can check this parameter in your program to identify whether the program was started automatically or by user. &nbsp;<br> <br> &nbsp;<br><br>Key properties <br> AutoRun controls whether the application is able to auto-run on startup. &nbsp;<br> <br> RunFor controls for whom this app should be started (for current user or for all users on current machine). &nbsp;<br> <br> &nbsp; <br> events <br> OnAutoRun occurs when application started on startup. &nbsp;<br> <br> &nbsp; <br><br>Cool features <br> acAppAutoRun is successor of acCustomCaptionButton class. It may have corresponding button on the form's title bar and the menu item associated with this button in the system menu. &nbsp;<br><br><br> TacAppAutoRun component
 
to szmh:<br> &nbsp;你可不可以给我一个acAppAutoRun component ,我找不到这个控件
 
http://www.appcontrols.com<br>http://www.51delphi.com/delphi/index
 
to szmh:<br> &nbsp; 找了半天也没找到,干脆你给我发一个把。<br>shuibianjiaoba@163.com
 
接受答案了.
 
后退
顶部