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: 2168 Rating: (2.97) votes 568
ReleaseCapturePublic Declare Function ReleaseCapture Lib "user32" () As Long...Hits: 1865 Rating: (3.10) votes 581
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: 2372 Rating: (3.08) votes 450
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: 1617 Rating: (3.03) votes 498
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: 1935 Rating: (3.02) votes 598
DispatchMessageThe DispatchMessage function dispatches a message to a window procedure. It is typically used to dispatch a message retrieved by the GetMessage function....Hits: 1919 Rating: (2.90) votes 332
CreateToolhelp32SnapshotTakes a snapshot of the processes and the heaps, modules, and threads used by the processes....Hits: 1958 Rating: (2.87) votes 380
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: 1848 Rating: (3.16) votes 928
BackupEventLogThe BackupEventLog function saves the specified event log to a backup file. The function does not clear the event log....Hits: 1802 Rating: (3.02) votes 404
ChangeDisplaySettingsThe ChangeDisplaySettings function changes the display settings to the specified graphics mode....Hits: 1623 Rating: (3.15) votes 170
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: 1667 Rating: (3.11) votes 178
ClearEventLogThe ClearEventLog function clears the specified event log, and optionally saves the current copy of the logfile to a backup file....Hits: 1956 Rating: (2.68) votes 497
GetSystemPaletteEntriesThe GetSystemPaletteEntries function retrieves a range of palette entries from the system palette that is associated with the specified device context....Hits: 1181 Rating: (3.01) votes 149
InitiateSystemShutdownThe InitiateSystemShutdown function initiates a shutdown and optional restart of the specified computer....Hits: 3561 Rating: (3.08) votes 455
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: 2198 Rating: (3.41) votes 198
CloseEventLogThe CloseEventLog function closes a read handle to the specified event log....Hits: 1838 Rating: (2.99) votes 468
GetSysColorBrushThe GetSysColorBrush function retrieves a handle identifying a logical brush that corresponds to the specified color index....Hits: 1311 Rating: (3.12) votes 200
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: 2034 Rating: (3.26) votes 180
Records 1 to 20 of 59
|