Gambas India Forum

Forum breadcrumbs - You are here:ForumRepository: Source CodesFull Screen Shot

Full Screen Shot

Do you like this program?
yes
no
Quote

For Each hWindow In aWindow
If Mouse.ScreenX > hWindow.X - 20 And Mouse.ScreenX < hWindow.X + hWindow.Width And Mouse.ScreenY > hWindow.Y - 20 And Mouse.ScreenY < hWindow.Y + hWindow.Height Then
Shell "wmctrl -a " & hWindow.Name
Wait 0.25
FMain.PictureBoxArea.Picture = hWindow.GetScreenshot()
Break
End If
Next

Click here to download:

Spring-0.0.1.tar.gz

Fullscreen-0.0.1.tar.gz

SelectWindow-CO-0.0.31.tar.gz