Saturday, November 21, 2009
 
 
 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
Search Freeware
Search Links

API Name A-Z  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z

13 Cursor API Function

Sort: Most Viewed | Highest Rated | A-Z | Z-A

SetSystemCursor

SetSystemCursor changes one of the cursors that Windows provides. For example, this function can change the cursor used to represent the default arrow cursor. Be careful using this function, since this redefines the default cursors instead of simply setting the current look of the cursor. The functi...
Hits: 4129 Rating: SetSystemCursor has been rated  3.15 by  514 users (3.15) votes 514

SetCursorPos

SetCursorPos sets the position of the mouse cursor. If you try to set the coordinates outside of the range of the display (for example, to (700,40) on a 640x480 display) or outside the confining rectangle (set by ClipCursor), the cursor will just go to the edge of the screen or the rectangle. The fu...
Hits: 4100 Rating: SetCursorPos has been rated  2.95 by  403 users (2.95) votes 403

LoadCursorFromFile

LoadCursorFromFile loads a cursor from a cursor file. The cursor file can contain either a regular cursor (*.cur) or an animated cursor (*.ani). If successful, the function returns a cursor handle to the newly loaded cursor. If unsuccessful, the function returns 0. ...
Hits: 2523 Rating: LoadCursorFromFile has been rated  2.95 by  514 users (2.95) votes 514

GetClipCursor

GetClipCursor finds the current confinement rectangle of the mouse cursor. The mouse cursor is confined by using ClipCursor. The cursor is confined inside this rectangle -- even SetCursorPos cannot free it. If there is no apparent confinement rectangle, it is actually the size of the screen. The co...
Hits: 1894 Rating: GetClipCursor  has been rated  2.99 by  457 users (2.99) votes 457

DestroyCursor

DestroyCursor destroys a cursor and deletes its handle. The cursor must have been created using the CreateCursor functions. Do not use this function with a cursor handle obtained in any other manner! The function returns 1 if successful, or 0 if an error occured. ...
Hits: 1573 Rating: DestroyCursor has been rated  3.03 by  357 users (3.03) votes 357

GetCursorPos

GetCursorPos reads the current position of the mouse cursor. The x and y coordinates of the cursor (relative to the screen) are put into the variable passed as lpPoint. The function returns 0 if an error occured or 1 if it is successful. ...
Hits: 4207 Rating: GetCursorPos  has been rated  2.97 by  464 users (2.97) votes 464

GetCursor

GetCursor finds the handle to the mouse cursor currently in use. This is the cursor that is being used to represent the mouse pointer on the screen. The function returns a handle to the cursor picture if successful, or returns 0 if an error occurs. ...
Hits: 2445 Rating: GetCursor  has been rated  3.03 by  412 users (3.03) votes 412

SetFilePointer

SetFilePointer moves the position of the file pointer of a currently open file. The file pointer identifies the position in a synchronous (non-overlapped) file where reading from and writing to the file begins. The file must have been opened with at least either read-level or write-level access (or ...
Hits: 2305 Rating: SetFilePointer  has been rated  2.92 by  395 users (2.92) votes 395

SetCursor

SetCursor sets the image used to represent the mouse cursor. The new cursor can be any valid cursor that has either been created or loaded. If successful, the function returns a handle to the old cursor image. If unsuccessful, the function returns 0. ...
Hits: 2735 Rating: SetCursor  has been rated  3.00 by  447 users (3.00) votes 447

ShowCursor

ShowCursor either shows or hides the mouse cursor. This is not done directly, but rather by incrementing or decrementing a counter. Each function call raises or lowers the counter by 1. If the counter is negative, the cursor is invisible. It if it non-negative, the cursor is visible. The function re...
Hits: 1912 Rating: ShowCursor has been rated  2.96 by  527 users (2.96) votes 527

LoadCursor

LoadCursor 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: LoadCursor has been rated  3.07 by  921 users (3.07) votes 921

CreateCursor

The CreateCursor function creates a cursor having the specified size, bit patterns, and hot spot. ...
Hits: 1677 Rating: CreateCursor has been rated  3.02 by  197 users (3.02) votes 197

ClipCursor

ClipCursor confines the mouse cursor to a rectangular area of the screen. If the user tries to move the cursor outside of this bounding region or a call to SetCursorPos tells it to go outside the box, the cursor will immediately returned to the area. There is no way to get it out. This bounding effe...
Hits: 1874 Rating: ClipCursor has been rated  2.91 by  222 users (2.91) votes 222
Records 1 to 13 of 13







HOME | ARTICLES | MUSIC | DOWNLOADS | LINK DIRECTORY |  GAMES | TEST-QUIZZES | SITEMAP | ABOUT | HELP
Copyright © 2000 - 2007 Ex-designz. All rights reserved. Website Developed By Dexter Zafra of Myasp-net.com
Link to us | Advertisement | Contact us | Privacy Policy | Terms of use | Accessibility