VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This code calls setpixel & getpixel api functions.(just for beginners!)

Mohammad Dindoost  (1 Submission)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Fri 24th May 2002   Mon 8th February 2021

This code calls setpixel & getpixel api functions.(just for beginners!)

API Declarations


Private Declare Function GetDC Lib "user32" (ByVal hwnd As Long) As Long
Private Declare Function GetWindowDC Lib "user32" (ByVal hwnd As Long) As Long
Private Declare Function SetPixel Lib "gdi32" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal crColor As Long) As Long
Private Declare Function GetPixel Lib "gdi32" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long) As Long

Rate This code calls setpixel & getpixel api functions.(just for beginners!) (1(1 Vote))
This code calls setpixel & getpixel api functions.(just for beginners!).bas

This code calls setpixel & getpixel api functions.(just for beginners!) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters