Search found 2 matches

by Dhananjaya
Wed Aug 19, 2009 3:21 pm
Forum: Visual Basic Programming
Topic: Read image pixel by pixel
Replies: 1
Views: 2883

Re: Read image pixel by pixel

You can use following APIs to write and read image pixel by pixel Public Declare Function GetPixel _ Lib "gdi32" (ByVal hdc As Long, _ ByVal x As Long, _ ByVal y As Long) As Long Public Declare Function SetPixelV _ Lib "gdi32" (ByVal hdc As Long, _ ByVal x As Long, _ ByVal y As Long, _ ByVal crColor...
by Dhananjaya
Mon Aug 03, 2009 11:24 am
Forum: Visual Basic Programming
Topic: Convert float to bytes
Replies: 1
Views: 2821

Convert float to bytes

How to convert float value to bytes?

Go to advanced search