-GUI IS PRETTY SIMPLE! just put in a pic box and two buttons at top, one for save and one for capture :)
CAPTURE BUTTON CODE IS:
Dim bounds As Rectangle Dim screenshot As System.Drawing.Bitmap Dim graph As Graphics bounds = Screen.PrimaryScreen.Bounds screenshot = New System.Drawing.Bitmap(bounds.Width, bounds.Height, System.Drawing.Imaging.PixelFormat.Format32bppArgb) graph = Graphics.FromImage(screenshot) graph.CopyFromScreen(bounds.X, bounds.Y, 0, 0, bounds.Size, CopyPixelOperation.SourceCopy) Picturebox1.image = screenshot
*if u get some errors with that it may be because of the names of the properties :)
SAVE BUTTON CODE:
Dim savefiledialog1 As New SaveFileDialog Try savefiledialog1.Title = "save File" savefiledialog1.FileName = " *.bmp " savefiledialog1.Filter = "Bitmap |*.bmp* " If savefiledialog1.ShowDialog() = Windows.Forms.DialogResult.OK Then PictureBox1.Image.Save(savefiledialog1.FileName, System.Drawing.Imaging.ImageFormat.Bmp) End If Catch ex As Exception End Try
*make sure u add a save file dialog, just drag one in - and leave the default name 'savefiledialog1' should be
8 i didnt really give my stuff special names, like the picture display is just called picturebox1 lol and the Caputure button is labelled as button1 ,
if i was not really tired at the time when i did this is would of given them proper names lol
if u got any problems just paste the errors back to me and with wat they are too and il tell u :)
:)))
bad quality
1111kalo 6 months ago
where is the record stop button
MrJOJO980 6 months ago
@Sondresoloproject works for me...
StallineA 10 months ago
@ipadboy993 lol... how do uexpect it to work on C#
Tom666G 11 months ago
Its the same with ever screen capture video.
THIS DOES NOT WORK
THE CODE GIVES ERROR
Sondresoloproject 1 year ago
does it work with C# it gave me errors so what do i do
ipadboy993 1 year ago
lovely quality
XxReMiiDY 1 year ago
i love goldfrapp
GorillaTutorials 1 year ago
i wanna make a sending screen shots
how i can do that
zidonje077 1 year ago
hey guys im the creator of this video! i deleted my account a while ago, just letting you know that my new channel is lockyfilms3d!!!
lockyfilms3D 1 year ago