DelphiTips

Skip to content
  • Home
MENU
  • Home

Simulate mouse moves and clicks

admin    August 18, 2007 August 18, 2007    No Comments on Simulate mouse moves and clicks

You can move mouse cursor and simulate clicking programmatically using just one simple procedure.

System    click, cursor, mouse, simulate

Hide / show all icons on desktop

admin    August 18, 2007 August 18, 2007    No Comments on Hide / show all icons on desktop

Another “one-line code trick” and probably completely useless. 🙂

System    desktop, hide, icon, show

Animate application icon (on taskbar and apllication window)

admin    August 18, 2007 August 18, 2007    No Comments on Animate application icon (on taskbar and apllication window)

This trick is pretty simple. You just need few icons (at least two) for animation and Timer component. The rest is easy…

Forms    animate, application, icon, taskbar, window

Create autorun registry key (run application with Windows start)

admin    June 16, 2007 June 16, 2007    No Comments on Create autorun registry key (run application with Windows start)

To run your application automatically after Windows starts, you just need to create an entry in autorun registry key. Here is how…

Registry    application, autorun, Registry

Set priority level of running application (process)

admin    June 16, 2007 June 16, 2007    No Comments on Set priority level of running application (process)

Using SetPriorityClass function, you can set priority level of your running application. Same functionality is in the Task Manager (just rightclick the process in the list and select priority level).

System    application, priority, process, set

Flash application button on taskbar

admin    June 16, 2007 June 16, 2007    No Comments on Flash application button on taskbar

If your application is minimized and you still want to alert user, you should flash icon on taksbar instead of bring your application to front. Here is how to do… Read more »

System    application, button, flash, taksbar

Global system hotkey

admin    April 1, 2007 April 1, 2007    No Comments on Global system hotkey

Using the RegisterHotKey function and few other lines of code, you can register a global system hotkey, which is active even if your application is minimized.

System    global, hotkey, System

How to detect (and prevent) system shutdown

admin    March 25, 2007 March 25, 2007    No Comments on How to detect (and prevent) system shutdown

When Windows are being shutdown or restarted, all runnig applications are closed of course. This can be dangerous, because you can lost your unsaved documents. But there is an easy… Read more »

System    detect, shutdown, System

Disable / enable Start button

admin    March 15, 2007 March 15, 2007    No Comments on Disable / enable Start button

The Start button will be still visible, but not clickable. Completely useless trick. 🙂

System    button, disable, enable, start

Hide and show taskbar programmatically

admin    March 14, 2007 March 14, 2007    No Comments on Hide and show taskbar programmatically

Just few lines of code to hide and show Windows taskbar programmatically.

System    hide, show, taskbar

Posts pagination

« Previous 1 … 5 6 7 8 Next »

Categories

  • Android (5)
  • Files (10)
  • Firemonkey (5)
  • Forms (17)
  • Graphic (6)
  • Internet (3)
  • LAN (1)
  • Links (1)
  • Linux (1)
  • Math (1)
  • Menus (3)
  • RAD Studio (9)
  • Registry (3)
  • System (37)
  • Tips (19)
  • Uncategorized (1)
  • VCL components (9)
  • Windows (12)

Recent Posts

  • Delphi Community Edition
  • RAD Studio 10.2 “Tokyo” available now
  • Delphi 10.1 Berlin Starter Edition for free
  • RAD Studio, C++Builder and Delphi 10.1 “Berlin” released
  • RAD Studio, Delphi and C++ Builder 10 Seattle Update 1