Records 1 to 8 of 8
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 |
8 Application API Function
Sort: Most Viewed | Highest Rated | A-Z | Z-A
CommDlgExtendedErrorCommDlgExtendedError returns the error code from the last common dialog box function. This function does not return error codes for any other API function; for that, use GetLastError instead....Hits: 2561 Rating: (2.90) votes 298
SleepSleep pauses program execution for a certain amount of time. This is more accurate than using a do-nothing loop, waiting for a certain amount of time to pass. The function does not return a value. ...Hits: 2872 Rating: (3.06) votes 507
EscapeThe Escape function allows applications to access capabilities of a particular device not directly available through GDI. Escape calls made by an application are translated and sent to the driver...Hits: 2442 Rating: (3.07) votes 462
FindExecutableThe FindExecutable function retrieves the name and handle to the executable (.EXE) file associated with the specified filename....Hits: 3876 Rating: (2.95) votes 549
GetLastErrorGetLastError returns the error code returned by the last API function called. Most API functions merely return a number saying if an error occured, but not what kind of error. This function will return a universal error code identifying the type of error that last occured. Note that most functions s...Hits: 2068 Rating: (3.07) votes 487
LockWindowUpdateUse the LockWindowUpdate API to help speed up your app and eliminate annoying flickering. This is an extremely easy API to use. Just one declaration, one line of code to turn it on, and one line of code to turn it off. Using this API will prevent your form from receiving any refresh messages from...Hits: 3815 Rating: (2.96) votes 527
Records 1 to 8 of 8
|