InetReceiveBitmap Example for Visual Basic
Private Sub LEADNet1_InetReceiveBitmap
(ByVal iComputer As Integer, ByVal hBitmap As Long)
'assign bitmap to LEAD RasterView control
LEADRasterView1.Raster.Bitmap = hBitmap
DoEvents
End Sub