Imports System.Runtime.InteropServices Imports System.Windows.Forms Public Class Form1 <DllImport(”gdi32.dll”)> Private Shared Function GetPixel(ByVal hdc As IntPtr, ByVal nXPos As I… more →
i__h4x programming?ih4x wrote 5 months ago: Imports System.Runtime.InteropServices Imports System.Windows.Forms Public Class Form1 <DllImport … more →