Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DelphiGotcha
  • Order by date
  1. DelphiGotcha

    Need help with InitiateSystemShutdown function

    You could try the following code: ExitWindowsEx(EWX_REBOOT,EWX_REBOOT); Depending on your windows it will most probably work. [smile]
  2. DelphiGotcha

    How can i edit the application menu!

    The following bit of code ought to do it. Note: Change the items in the popupmenu to suit your needs. unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, AppEvnts, ExtCtrls, Menus; type TForm1 = class(TForm) PopupMenu1: TPopupMenu...

Part and Inventory Search

Back
Top