Screen Shot Recorder Button
Aug 30, 2010
What i want to make is a 1 button screen shot recorder, i have a picture what what i optimally want that was created on vb6. Edit: Ok this is what i want, after thinking about it i realized how it should be done.
Form 1 - initial screen capture button and send to in form2
Form 2 - view picture with save button imagebox
so i know how so take and save a screen shot, what i need to know is how to get it the imagebox and have form2 automatically pop up. What i have so far. [Code]
View 4 Replies
ADVERTISEMENT
Aug 20, 2010
I wanted to make a screen recorder (not screen capture) program, but I am not entirely sure how to get it started. I have seen many videos and things on how to make one, but all of these just take multiple pictures and then don't compile them into a movie file, and I don't want to take many pictures (unless that is the only way possible.) I am using Visual Basic 2010 Express and I have looked at the Windows Media Encoder, but I can't seem to figure out how to use/implement it (yes, I have downloaded and installed it.) Maybe I can use some kind of ActiveX control?
View 3 Replies
Jan 23, 2010
I have a application running on my computer i want to disable the On screen recording software like camtasia to record video of my application.
View 1 Replies
Aug 12, 2008
I want to make a screen recorder that takes a screenshot of the screen every so often then compresses the image to an .avi file.This code is what I have made. It doesn't work and I don't really know how to make it work.
[Code]...
View 3 Replies
May 21, 2011
I am working on a web project where content security is client's first priority. I need to create a windows app which will track if the user while visiting the website, is running any screen recorder. If he is, I need to log him out. I have knowledge on c#, vb.net. Can you please tell me if it is possible to track if screen recorder is running on user's computer?
View 3 Replies
Nov 18, 2010
making a screen recorder. make it take a screenshot 15-30 times a second, and for each shot there will be a text file that will say the location of the cursor when the shot was taken and what the cursor was, like loading or whatever. Then when the user presses save, it will take all the shots, import the cursor in each one and then create an AVI using each of the frames that were initially shot. Another better way would be to take a screenshot with the cursor in it, if thats possible.
View 8 Replies
Dec 26, 2009
I would like to take a screen shot and save it in a sub folder in the main folder the application opened from for example C:/~/Application path/Screen shots/ I am using Visual basic 2005.
View 7 Replies
Dec 19, 2011
Having an issue with a Datagridview that I am trying to create. What I need is for not only column headers but row headers. If you are not sure what I mean, take a look at this image;
[Code]...
Notice how the screen shot has a column and row headers? Now I do not need the "view selector". To make matters worse I need to have two row headers. Kind of like this;
[Code]...
View 8 Replies
Mar 7, 2012
I have this cod to take a picture of this location
[Code]...
but it uses the edge of my screen as 0,0 how could i make 0,0 the edge of the application. Edit: ALl i know to do was copyfromscreen butthat uses the screen
View 32 Replies
Aug 31, 2010
Basiclly i want a button that takes a screen capture of form1 then automaticly opens up a picture box in Form4 for example. Problem: The picture box in form 4 will not display the screen capture that got taken in form 1.
Dim bounds As Rectangle
Dim screenshot As System.Drawing.Bitmap
Dim graph As Graphics
[code].....
View 4 Replies
Sep 8, 2009
i have made an application which will capture screen shot and frequently will saves in word doc autmatically. but it will take whole screen.now my req is to take snap particular area of the screen selected by mouse.
View 5 Replies
May 22, 2011
On my program I am making a web browser and I want it to take screen shots of a web browser every X seconds. (X = any amount of seconds that the user can type in into a text box.) Then can it be saved to any location on the computer that the user can pick?
View 1 Replies
Oct 23, 2011
how would i take a screenshot like 100,100 around the cursor like taking a screenshot and the cursor positon is in the middle of it and its 100,100 around it
View 7 Replies
Jul 21, 2009
Does anyone know how to take screen shot in a rectangle? And save it as a bitmap?
View 2 Replies
Apr 2, 2009
I'm trying to make a screen recorder using Visual Basic 2008 Express, and everything seems to be smoothlike... until I actually try to record with it. The actual error I am receiving is as follows.A first chance exception of type 'System.Runtime.InteropServices.ExternalException' occurred in System.Drawing.dll The particular line of code that it seems to be having problems with is the following.
BMP.Save(FileDIR0 + Frame + IMG)And now I will post the rest of the code in case it helps.
Public Class Form1 Private Sub RECScreen_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RECScreen.Tick
[Code]...
View 3 Replies
Mar 20, 2010
I did a search on capturing screen shots in vb.net amd I was wondering if there is a straight forward way to capture the active window? Or do I need to first get the handle of the active window, get the position and size and then capture it? I do not want to use any type of sendkeys method or use the clipboard. I want to save it to jpg format.
View 3 Replies
Jun 20, 2009
I am trying to create a Screen Shot Logger. Anyone knows the code on taking a print screen if a click a button and it will be save as c:Fileimage.jpg
View 1 Replies
Aug 15, 2009
im trying to create a screen shot manager that opens up whenever the user hits the print screen key
i need it to be global so the event fires no matter what window has focus
View 4 Replies
Sep 9, 2011
What Kind of tools.Look like a tree view this my screen shot
Then when I click the Quick Launce:
View 1 Replies
May 19, 2009
I was looking up how to make a screen recorder when I ran into a source code that uses Windows Media Encoder SDK. I tried it out and it crashes saying that Data Execution Protection stopped the program. So, I debugged the program and found that when it creates a new instance that this is the cause of the crash. [code]
View 1 Replies
May 5, 2009
how do I post a screen shot in my thread. I have save visual studio screen shot in my document. but I don't know how to post it.
View 1 Replies
Feb 8, 2012
[code]...
Error16'TextBox1' is not declared. It may be inaccessible due to its protection level.C:UsersCatalindocumentsvisual studio 2010ProjectsIntelligent Robot OSIntelligent Robot OSsrec.vb7345Intelligent Robot OS
View 1 Replies
Mar 21, 2012
I want to take a screen shot of full code from visual studio single file. is it possible?
View 3 Replies
Nov 18, 2011
I have looked all over the internet to find specifically what the title says and i cant find anything that will work and is what i want, it's mostly all vb6. so even more specifically i am creating a program that captures screenshots of the "axwindowsmediaplayer" control at what ever frame or part of the video it's on. i also noticed that there is a command in the little menu when you type in "axwindowsmediaplayer.capture" i don't know how to use it?
View 2 Replies
Nov 29, 2011
I am working on a vb.net app that is capturing a screen shot then crops down to the "status bar" of a particular application this image is then converted to black and white. I crop off the left portion of this to compare to a preset image. this is where the app breaks as for some reason it shows the images being the same no matter what. here is where i think the problem is but i also attached full source in case its needed
[code]...
View 5 Replies
Dec 21, 2009
I had to "Enhance" the small tool tip, as when you press ctrl or alt it fades, so the screen shot only showed it lightly.
I Should mention it works, some of the time. I am Passing strings in this format:
CODE:
View 7 Replies
Oct 13, 2010
i wanna build voice recorder in vb.net but i want the code be simple,i want recording,pause,stop and save if you can help i need it an mp3 recorder. if there is no way to save direct as an mp3 i want to convert it or compress it.maybe first i need your help how to build recorder
View 14 Replies
Aug 18, 2009
how to Make a Sound Recorder . Who Record System sounds
View 8 Replies
Sep 1, 2009
Speak in basic, i dont know alot about vbI like.[code]...
View 1 Replies
Jan 29, 2012
I want to make something like this but I'm not sure is it possible to run something like this with VLC ActiveX control.My first problem is how to run rtmpdump with that example stream from TextBox, and to run all of that with VLC Media Player.So the command should look like this:
rtmpdump -r (stream from TextBox or any other stream from TextBox) | "C:Program FilesVideoLANVLCvlc.exe" -
View 2 Replies