C# - Tracking Screen Recorder In Windows App?

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


ADVERTISEMENT

Screen Recorder Using Windows Media Encoder SDK Not Working

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

Make A Screen Recorder (not Screen Capture) Program

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

IDE Disable Screen Recorder?

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

Screen Recorder In VB 2008?

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

Making A Screen Recorder And Save It To AVI?

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

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

Make A Screen Recorder Using VB 2008 Express?

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

Create A Screen Recorder But Received Error16'TextBox1' Is Not Declared?

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

Error When Opening On-Screen Keyboard In Windows 7 - "Could Not Start On-Screen Keyboard"?

Jan 4, 2010

oke On-Screen keyboard through my VB code. I am using windows 7 and below code to open the keyboard. Everytime when i run this code i am getting error "Could not start On-Screen keyboard".e to fix this error?

Dim proces As New Process
proces.StartInfo.UseShellExecute = False
proces.StartInfo.RedirectStandardOutput = True

[code].....

View 1 Replies

How To Build Recorder

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

Make A Sound Recorder

Aug 18, 2009

how to Make a Sound Recorder . Who Record System sounds

View 8 Replies

Make A Sound Recorder?

Sep 1, 2009

Speak in basic, i dont know alot about vbI like.[code]...

View 1 Replies

Stream Player And Recorder?

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

Screen Blanks After 1 Min Of Processing (of Excel File) / Refresh Or Freeze Screen To Avoid Blank Screen?

Jun 29, 2011

BTW this issue occurs in any MS office program when the VB.Net (or even VBA) is processing information.Example: In Excel, a worksheet is displayed on the screen. I start either, a VB.Net or VBA procedure and within 30 seconds the Excel worksheet (previously displayed) blanks out. In both VB.Net and VBA,ScreenUpdating = False. My expectation is that the previously displayed screen would stay static as if I left my desk to get a cup of coffee; came back and the same ole Excel worksheet was still there?Of course, setting VBA Screen Updating = False accomplishes two goals: 1) speeds up processing and 2) saves the user from seeing unnecessary "garbage-processing" steps.Why does VBA or VB.Net ScreenUpdating = False not freeze the screen at the time of its invoking?

View 11 Replies

Win32 API Programming Voice Recorder?

Jun 12, 2009

I need to develop a voice recorder application using Win32 Waveform Audio API interface in C# or VB.NET ..

View 3 Replies

VS 2008 Windows Welcome Screen

Oct 10, 2009

Some programs display a window, like some antivirus programs, at the windows welcome screen. This is before anybody has logged in.I want to do the same thing. I am creating a security program that can be used for maybe a library to monitor the computer and/or block webpages (That's another thread!).Anyhow, how would I be able to have my program run before anybody logs on. Would it have to be a Windows Service? How could I get it to be running in safe mode, too.

View 6 Replies

Create A Macro Recorder In Visual Basic?

Jun 13, 2011

How to create a macro recorder that will save each and every keystroke, like the one in MS WORD, and save the saved keystroke in a database, and it will allow user to assign it a hotkey to paste the saved data anywhere in e.g. text editor, emails, etc!

View 5 Replies

Mouse Recorder - Record Clicks As Well As Movement?

Dec 6, 2010

i am trying to make a program that will recored basicly everything that you do with your mouse and play it back. I already have it to where it will record mouse positions but i want it to record clicks as well as movement.

View 2 Replies

Adding App To The Windows 7 Login Screen

Mar 15, 2012

I am writing a simple password self service app that allows users to change their password and unlock their accounts. My last step is to figure out how to get it on the login screen. Basically so users can run it before logging in (necessary because this
is to help if their passwod is lost or account disabled). I've seen screenshots of commercial apps putting it on this screen and/or the actual login box (like in XP) but I cant find any information on how to do this.

View 4 Replies

Adding App To The Windows 7 Login Screen?

Mar 15, 2012

I am writing a simple password self service app that allows users to change their password and unlock their accounts. My last step is to figure out how to get it on the login screen. Basically so users can run it before logging in (necessary because this is to help if their passwod is lost or account disabled). I've seen screenshots of commercial apps putting it on this screen and/or the actual login box (like in XP) but I cant find any information on how to do this.

View 2 Replies

Get The X Coordinate In The Lowest X Of The Screen - Windows

Dec 23, 2009

Me.Bottom: is this get the X coordinate in the lowest x of the screen I only ask this because when i use me.bottom it returns 822 when my screen resolution is only 800 and my form height is only 750. Also when i use this function in different class it returns 300 when me forms is 750 Well i just want to know the code which get the height of my screen not including xp toolbar

View 6 Replies

Getting The Windows Application To Run In The Centre Of The Screen?

Jul 7, 2009

At the moment when i run my form1.vb program it runs in the top left of my screen, when i save it as an application and then open it from a shortcut will it still do this or will it open in the centre of the screen? In the designer it is in the top left of the screen, is there a way to move it here? as my assumption (which is probably wrong) is that the position it is in the designer is the position it is as an application? Is that right? and if it is how to i change the position in the designer?

View 4 Replies

How To Screen Scrape A Windows Container

Nov 10, 2010

I am developing a web program using asp.net(vb) that scrapes data of a certain website. I am using System.Net.HttpWebRequest and System.Net.HttpWebResponse.My problem is I can not retrieve the codes of certain frame/container where the data that I needed is located. I mean, when I view the source code of the website, I can not find the data but I can see it on the web page. When I view source it, it is under the

[Code]...

View 3 Replies

Launch Spy++ At Windows Login Screen?

May 9, 2009

We are running XP workstations in an Active Directory domain. I used gpedit.msc to setup a startup script that launchs Spy++. This works, and just before the login screen comes up, Spy++ pops up. The only problem is, the Spy++ window then goes away just before the login window loads.

I want to use Spy++ to find the attributes of the XP (Active Directory) login window. Is there a way to do this?

View 1 Replies

Make An On Screen Keyboard Exactly Like One In Windows

Oct 15, 2010

Visual basic 2008.I want to make an on screen keyboard exactly like the one in windows. I have made one which uses app activation, but that only works with the one you write in your codding or using a combobox to select one. How do you make one that works with everything like the one in windows.

View 6 Replies

VS 2008 Do Services Run At Windows Welcome Screen?

Jun 12, 2009

I'm wondering, do services run at the welcome screen??

View 1 Replies

WebCam Capture Screen Windows 7?

Sep 14, 2010

I' am Use Notebook (Samsung R580) OS : Windows 7 Home Basic Sceen ..

As shown in the image the camera is black, but somehow the image Get Connected Profile is not .. There follows a look at the program's source code and would be happy if you tell me where the error

View 3 Replies

Windows - Transparency In Splash Screen?

Nov 4, 2009

I saw the splash screen of the Corel-Draw 12 application and lost my mind What technique do they use? On application start-up they load a transparent image, use windows api or what?

How do they achieve this transparency?

View 4 Replies

VB 2008 Mouse & Keyboard Recorder - Recording Keystrokes

Oct 20, 2009

I have seen that there are many "Mouse & Keyboard Macros/Recorders" out there & I was wondering how they are being created in visual basic. I have looked within the Microsoft forums, but havent really seen any specific coding that works for the kind of recorder that I'm trying to create.

[Code]...

View 14 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved