Revised - NOW DOES SCREENGRABS!!
Usage of new feature:
VB Code:
'take a small snapshopt of the start button area... Dim MyRect As Rectangle = New Rectangle(0, Screen.PrimaryScreen.Bounds.Bottom - 100, 100, 100) Dim MyPic As Bitmap = BlitterChip.ScreenGrab(MyRect)
The bitmaps that this function returns can be used like normal.
Note: MSPaint.exe doesn't like bitmaps when you use Bitmap.Save(...) to save them as BMP files. This is a known problem with MSPaint and should not be a cause for concern![]()





Reply With Quote