1
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 |
Top 60 Rated Visual Basic API Function
Sort: Top 60 API | Top 60 Rated API
IsValidURLDetermines if a specified string is a valid URL....Hits: 3838 Rating: (2.86) votes 1203
Category: Internet DeviceCapabilitiesThe DeviceCapabilities function retrieves the capabilities of a printer device driver....Hits: 3349 Rating: (2.96) votes 1083
Category: Printer GetBitmapBitsThe GetBitmapBits function copies the bitmap bits of a specified bitmap into a buffer....Hits: 3691 Rating: (2.92) votes 1001
Category: Bitmap DoFileDownloadThe DoFileDownload function opens a download dialog. ...Hits: 5076 Rating: (2.78) votes 970
Category: Internet CreateEllipticRgnIndirectCreateEllipticRgn creates an elliptically-shaped region. The ellipse which forms the region is specified by the bounding rectangle defined by the rectangle structure passed to the function. The bounding rectangle is the smallest possible rectangle which can fit around the ellipse. The function retur...Hits: 2654 Rating: (3.11) votes 961
Category: Ellipse BlockInputThe BlockInput function blocks keyboard and mouse input events from reaching applications....Hits: 4428 Rating: (2.97) votes 953
Category: Keyboard URLDownloadToFileDownloads bits from the Internet and saves them to a file....Hits: 7747 Rating: (3.02) votes 952
Category: Internet 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
Category: System LoadCursorLoadCursor loads a cursor from either a currently running program's cursor resources or Windows's cursor resources. The cursor can be referenced either by its resource name or by its numeric resource ID number. If successful, the function returns a handle to the loaded cursor. If unsuccessful, the f...Hits: 3902 Rating: (3.07) votes 921
Category: Cursor ShellFileCopyCopying files using the Shell API displays the progress dialog ...Hits: 2738 Rating: (3.29) votes 914
Category: File waveOutSetVolumeThe waveOutSetVolume function sets the volume level of the specified waveform-audio output device....Hits: 3911 Rating: (3.02) votes 884
Category: Sound GetFileTypeThe GetFileType function returns the type of the specified file....Hits: 3495 Rating: (2.99) votes 871
Category: File RegEnumKeyExThe RegEnumKeyEx function enumerates subkeys of the specified open registry key. The function retrieves information about one subkey each time it is called....Hits: 3609 Rating: (2.84) votes 846
Category: Registry InternetCheckConnectionAllows an application to check if a connection to the Internet can be established. ...Hits: 3372 Rating: (2.89) votes 829
Category: Internet RegSaveKeyThe RegSaveKey function saves the specified key and all of its subkeys and values to a new file....Hits: 3742 Rating: (2.85) votes 813
Category: Registry DrawAnimatedRectsThe DrawAnimatedRects function draws a wire-frame rectangle and animates it to indicate the opening of an icon or the minimizing or maximizing of a window....Hits: 1945 Rating: (2.98) votes 802
Category: Rectangle OVERLAPPED StructureOVERLAPPED-type variables tell the file access functions what part of a file to read or write when asynchronous (overlapped) file access is used. Note that Windows 95/98 does not allow asynchronous file access for disk files, although Windows NT does. The actual offset is identified by combining off...Hits: 1733 Rating: (2.99) votes 787
Category: File 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: 4849 Rating: (3.19) votes 747
Category: Display CloseHandleCloseHandle closes a handle and the object associated with that handle. After being closed, the handle is of course no longer valid. This function can close objects such as files. The function returns 1 if successful, or 0 if an error occured. ...Hits: 1827 Rating: (2.93) votes 736
Category: Objects |