Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
importing a DLL into VB is a very stright forward task as in :suneth said:i do not know import DLL file to VB
Declare Function GetPixel Lib "gdi32" (ByVal HDC As Long, ByVal X As Long, ByVal Y As Long) As Long