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 strongm 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: noels
  • Order by date
  1. noels

    Disable Maximize

    Change the bordericons property to exclude biMaximize. Also to minimize the app when you run, set the form's WindowState property to wsMinimized.
  2. noels

    How can reboot a computer?

    You use the ExitWindowsEx function.  This is documented in the Win32 Developers ref.
  3. noels

    I can't create a value in Windows registry

    Try this code below. <br><br>&nbsp;&nbsp;Registry := TRegistry.Create;<br>&nbsp;&nbsp;try<br>&nbsp;&nbsp;&nbsp;&nbsp;Registry.RootKey := &lt;eg HKEY_LOCAL_MACHINE&gt;;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;Registry.OpenKey(&lt;Relative path&gt...

Part and Inventory Search

Back
Top