VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

for viewing the desktop with some magnification according to the moving of mouse

kumarasamyraja  (1 Submission)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Sun 8th July 2001   Mon 8th February 2021

for viewing the desktop with some magnification according to the moving of mouse

API Declarations


Private Type POINTAPI
x As Long
y As Long
End Type
Private Declare Function StretchBlt Lib "gdi32" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal nSrcWidth As Long, ByVal nSrcHeight As Long, ByVal dwRop As Long) As Long
Private Declare Function GetDC Lib "user32" (ByVal hwnd As Long) As Long
Dim i As Integer
Private Declare Function GetCursorPos Lib "user32" (lpPoint As POINTAPI) As Long


Rate for viewing the desktop with some magnification according to the moving of mouse (1(1 Vote))
for viewing the desktop with some magnification according to the moving of mouse.bas

for viewing the desktop with some magnification according to the moving of mouse Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters