Records 1 to 20 of 59
Browse Category
» Application
» Arc » AVI » Bitmap » Brush » Caret » Character » Clipboard » Color » Compress » Console » Cryptographic » Currency » Cursor » Date/Time » DDE » Device » Display » DLL » Drives » Ellipse » File » Font » FTP » HotKey » Icon » ImageList » Inet » INI-Files » Internet » Joystick » Keyboard » Memory » Menu » MIDI » Network » Objects » Pen » Picture » Polygon » Ports » Printer » Process » Rectangle » Registry » ScrollBar » Sound » Strings » System » Tape » Text » Timer » Triangle » Wait » Window |
59 System API Function
Sort: Most Viewed | Highest Rated | A-Z | Z-A
Clear Recent Docs MenuClear your recent documents menu with just two lines of program. API Call is used. Just copy this line into your source program. ...Hits: 4362 Rating: (2.70) votes 1863
ReleaseCapturePublic Declare Function ReleaseCapture Lib "user32" () As Long...Hits: 4349 Rating: (3.10) votes 2771
BroadcastSystemMessageThe BroadcastSystemMessage function sends a message to the specified recipients. The recipients can be applications, installable drivers, Windows-based network drivers, system-level device drivers, or any combination of these system components....Hits: 4618 Rating: (3.06) votes 790
SetDoubleClickTimeSetDoubleClickTime sets the maximum amount of time allowed between successive mouse clicks for Windows to determine it as a double click. This function alters how Windows interprets a double click, so of course all applications as well as Windows itself will be affected. Be careful using this functi...Hits: 3316 Rating: (2.88) votes 826
SwapMouseButtonSwapMouseButton alters the mapping used for the mouse buttons. Windows allows you to interpret left-button clicks as right-button clicks and vice versa. This functionality is designed for people who use the mouse left-handed. Of course, Windows is normally the only program to ever change this, so do...Hits: 4023 Rating: (2.90) votes 1052
DispatchMessageThe DispatchMessage function dispatches a message to a window procedure. It is typically used to dispatch a message retrieved by the GetMessage function....Hits: 4114 Rating: (2.92) votes 471
CreateToolhelp32SnapshotTakes a snapshot of the processes and the heaps, modules, and threads used by the processes....Hits: 5519 Rating: (2.80) votes 1120
GetDoubleClickTimeGetDoubleClickTime determines the maximum time allowed between successive mouse clicks for Windows to interpret it as a double click (along with negligible mouse movement). The maximum time between clicks is given in milliseconds. The function returns the maximum double click time. ...Hits: 4280 Rating: (4.01) votes 1868
HtmlHelpThe HtmlHelp function displays a custom Help topic....Hits: 4127 Rating: (2.72) votes 1293
BackupEventLogThe BackupEventLog function saves the specified event log to a backup file. The function does not clear the event log....Hits: 3897 Rating: (2.84) votes 1340
ChangeDisplaySettingsThe ChangeDisplaySettings function changes the display settings to the specified graphics mode....Hits: 2981 Rating: (3.04) votes 309
ChangeDisplaySettingsExThe ChangeDisplaySettingsEx function changes the settings of the display device specified in the lpszDeviceName parameter to the graphics mode specified in the lpDevMode parameter....Hits: 3308 Rating: (3.04) votes 349
ClearEventLogThe ClearEventLog function clears the specified event log, and optionally saves the current copy of the logfile to a backup file....Hits: 3646 Rating: (2.27) votes 782
GetSystemPaletteEntriesThe GetSystemPaletteEntries function retrieves a range of palette entries from the system palette that is associated with the specified device context....Hits: 2687 Rating: (2.67) votes 279
InitiateSystemShutdownThe InitiateSystemShutdown function initiates a shutdown and optional restart of the specified computer....Hits: 6391 Rating: (3.01) votes 623
GetSystemPowerStatusThe GetSystemPowerStatus function retrieves the power status of the system. The status indicates whether the system is running on AC or DC power, whether the battery is currently charging, and how much battery life remains....Hits: 5904 Rating: (3.90) votes 1015
CloseEventLogThe CloseEventLog function closes a read handle to the specified event log....Hits: 3675 Rating: (2.64) votes 1642
GetSysColorBrushThe GetSysColorBrush function retrieves a handle identifying a logical brush that corresponds to the specified color index....Hits: 2905 Rating: (2.90) votes 556
GetSysColorThe GetSysColor function retrieves the current color of the specified display element. Display elements are the parts of a window and the Windows display that appear on the system display screen....Hits: 5506 Rating: (3.96) votes 465
Records 1 to 20 of 59
|