Taking Screenshots Violates Privacy / Data Protection Law?
Jun 9, 2009
In my VB6 programs (internal to our organzation) I have always liked taking screenshots upon the occurence of an error to give me more clues as to its cause but somehow I have read somewhere that it may be in violation to some law (privacy / data protection).In the project I am currently developing and it will be for marketing I have used the same method but upon reading about the warning I am now somehow hesitant to use it although it has proved useful in the past.
View 16 Replies
ADVERTISEMENT
May 1, 2012
I'm working on a program which will allow users to take screenshots of full screen games, such as Call of Duty, Battlefield 3, etc. However, I'm having two issues with my code. First off, I'm having to press the shortcut twice, instead of once like my other shortcuts. This only occurs when the code below is actually in the handling sub. If I just have a messagebox show when the shortcut is pressed, it works every time. Second, whenever I take a screenshot, it either comes out completely black, or takes a shot of my desktop, even though there is a game running in the foreground. I have looked around, and it seems that printscreen is the only way to get a screenshot of a game through vb.net.
My code is below.
Private Sub game_Press(ByVal s As Object, ByVal e As Shortcut.HotKeyEventArgs) Handles gamewindow.press
Dim gamewin As RECT
If GetWindowRect(GetForegroundWindow, gamewin) Then
Dim bmp As Bitmap
[CODE]...
View 1 Replies
Mar 8, 2009
I'm presently creating an application which uses Access2007 as the database. No problem there. But Since most use Excel for data-entry, i've created two tables in access linked to excel source file. Any change in excel will reflect in Access database and subsequently in my Application . Until now my application only reads the database and displays records in DataGridView. These records, i then export to excel along with other formatting for direct printing as a report as I have no idea how to make report. Now i want to add data-entry capability to my app using password-protection user-access. So i can directly add new record to source file. Also need to know if There's any way of eliminating Access from the picture entirely....
View 1 Replies
Jun 23, 2009
I have a pretty simple VB program (2008) that essentially works like an informational Kiosk. It has a few buttons to navigate to certain web pages. But I need to be able to protect the information that has been submitted to previous web pages so that another user can not find out that information. How can I disable the ability for a user to navigate back in the web browser? My code is basically just on-click events:Private [URL]..
View 4 Replies
Oct 13, 2009
But like always I have a question. I need to take the data that I have stored in arrays and use it. But how do I do that? What I need is to take numbers stored in the arrays and add and subtract them and put them in the appropriate array , like this:
[Code]...
View 1 Replies
Mar 3, 2010
I want to know that is it possible to convert exe file(made from vb2008) to vb source code..if it is possible then how can i maintain Privacy of my program.
View 2 Replies
Jan 12, 2010
I'm watching tutorials about creating Web Site and about controls.I think I added SQL Database to the project (it's not empty) properly. Suppose it has two columns: FirstName, LastName.I have TextBox1, TextBox2 and Button1 on the web site form.I enter any integer number (5, 10, 15 or whatever) into TextBox1. I want to press Button1 and get a value of 5th person (10th, 15th or whatever) from SQL Database into TextBox2.Who can help me with that? Should I read about ADO.NET and use something from there?Later I want to use VB for work with that strings.
View 2 Replies
May 14, 2012
I have 5 forms after the first initial login form which i believe to be correct You are to enter customer details which so far i believe to correct(all fields must be filled) I then have a Service or repair screen whichever the user wants. on the repair screen i have a checkedlistbox with repair types in. anyway after all of this i have a calculate button on either service and repair screen and i want to know how to pass all customer details and repair or service onto an invoice displaying the cost of the service or repair Inlcuding VAT and Hourly rate
[Module Var
Public Title As String
Public Surname As String
[Code]....
View 2 Replies
May 18, 2012
Dim OrgValue As String '%USERPROFILE%AppDataLocalMicrosoftWindowsTemporary Internet Files
Private Sub Form1_Load(sender As Object, e As System.EventArgs) Handles Me.Load
'read the key of temp internet folder
[code].....
View 4 Replies
Feb 17, 2011
I am wondering how I can select and pull specific bits of data from a block of information a user pastes into a textbox. For example, the information has fixed words and is always in the same format, but the numbers relating to the words may be different. One report might say, for example, Cars: 1.176 and another may say Cars: 863. How do I pull the information about the "cars" from a the block of text with the number value even though it can be different each time?
I must note that there are many many of these scattered throughout the average report and I need to pull the values of each of them in a single click, then paste those values into a different area on the form.
View 6 Replies
Aug 22, 2011
I am making a booking system. I am using same form for insertion and updation. How can I update by taking the values from the textboxes. For example if the user enters value for just 2 out of 8 fields then How can i update just 2 fields without affecting the rest of the record. I mean to say that if I use a single update query using all the fields then if some textbox is left empty then it will replace the database field value by null or something else.
View 2 Replies
May 12, 2009
I got this error message when I only typed about 60characters. I have no idea why this happened to me since I have my address datatype set to varchar(100), I even had it set to varchar(MAX) at one stage but that made no difference. May I know what I've done?
View 2 Replies
Dec 8, 2011
I am using Visual studio 2010 vb asp.net.I want to secure my webpages from direct accessed by unauthorized person or only user can access the page. how to setup Visual studio vb asp.net webpage privacy.or Is there any plugin available for visual studio for securing pages
View 1 Replies
Sep 4, 2011
How do i insert the images during an customize installation?
For example, when i was installing Skype, screenshots of Skype appeared during the installation. How would i make that during my installation, with images appeared and disappeared just like skype. I know i could use code to bring back and front, but that is not how i wanted it to be. I tried that code before, but doesnt look good enough.
View 9 Replies
Jan 9, 2012
I'm looking for visual basic.net code (for visual basic express) to take automatic screenshots (timeout=60 seconds) for application testing. But every code has a lot of bugs:For example: [URL]Errors like:
Error 1 'Protected Overrides Sub Dispose(disposing As Boolean)' has multiple definitions with identical signatures.
Error 2 'Private Sub InitializeComponent()' has multiple definitions with identical signatures.
Error 3 'components' is already declared as 'Private components As System.ComponentModel.IContainer' in this class.
View 1 Replies
Dec 7, 2011
Okay, so I know how to capture a screenshot of the Active Window, but if the active window is a game, then the screen is just black. What do I need to do to be able to also capture ingame screens?
View 3 Replies
Feb 13, 2011
I'm running vb 2005. I need to take snapshots of video clip that are on my HD.
View 1 Replies
Sep 30, 2011
I have a screencasting program where it takes 10 screenshots every second and saves it to a temporary directory then through ffmpeg the series of images are compiled into a video format. My problem is that due to the computers processing power or the size of each screenshot and its quality it sometimes takes longer than 100 Milliseconds to create one causing the whole video to be off balance. How can I ensure 100% that 10 Images will be stored?
View 1 Replies
Jun 10, 2010
I started a little project to make it easier for me to post an image (screenshotby having the program output thehtm page which shows a thumbnail image, the URL, and the HTML text used to post the image here in the forus a question. I've set the name to "index" so that it appears by default rather than the former open browsing
View 4 Replies
Dec 10, 2011
The following code takes a full screen screenshot:
Public Function TakeShotOfScreens() As Bitmap
Dim maxHeight As Integer = 0
Dim maxWidth As Integer = 0
For Each scr As Screen In Screen.AllScreens
maxWidth += scr.Bounds.Width
[Code] .....
I am after some code that takes a screenshot of only a small portion of the screen.... I have to x,y,width and height of the square that I wish to take. Is this possible?
View 1 Replies
Dec 26, 2010
I have a login form that consists of 2 text boxes: txtUser, txtPass. Now these are not bound to any data table & I don't what them to be bound. When a new user enters his user name & password, I want to add these on a data table that has two columns: User, Pass. Data table information: Data Source = Login.accdb, Data table = LoginTable, Connection = LoginCn. I use visual basic 2010. So how do I do this?
View 1 Replies
Jan 30, 2010
I am trying to placed several check boxes (15) in a group box or on a form. I receive the following error message in Visual Studio:
Cannot set column, "The value violates the MaxLength limit of this column".
View 6 Replies
Nov 11, 2011
I need some help on merging 2 tables. A simplified version of the issue and the error is outlined below. I am doing the following steps: 1. Create & Fill the schema of the table TblA by an adapter. TblA = DSTasks.Tables.Add("A") AdpA.FillSchema(TblA,
[Code]...
View 7 Replies
Jul 29, 2009
Basically I have created a windows service using VB 2008 where I am trying to capture screenshots periodically.
The timer is working fine and I have tested this.
The purpose of the service is to monitor the desktop over night when the user is logged off, by capturing screenshots and saving them to file. This is so admin can be alarmed about security breaches etc.
The problem is is that I have not found a way to capture desktop screenshots as a windows service (or otherwise) while the windows logon screen is active (i.e: when the user locks the computer). I have used google extensively but to no avail
View 2 Replies
Dec 30, 2009
How to create and save screenshot to PNG file? Lang:VB or C# (VS2008)
View 2 Replies
Aug 9, 2010
I have several controls on aWinForm (VS2010) which are bound to an SQL database table via a Dataset, BindingSource and TableAdapter (all bindings created via the IDE). When i try to update the daatbase table with changes made in the form controls using:
Me.QuoteHeaderBindingSource.EndEdit()Me.QuoteHeaderTableAdapter.Update(Me.BurdensCRMDataSet.QuoteHeader)
I'm getting the following error message: Cannot set column 'SalesTeam'. The value violates the MaxLength limit of this column Now on the surface the problem would seem self explanatory and the solution quite obvious. However i'm not changing the 'salesTeam' data, so it's exactly the same as it came out of the database and consequently it must be the same length. the data is two characters, the database field is a Char(2) data type and the datatable field has MaxLength = 2. So i can't see what's causing the problem or what i can do to resolve it
I've tried changing the data in the relevant textbox to just one character, but it still throws up the same error I've tried changing the SalesTeam DataTable field to MaxLength = 4, but it still throws up the same error I've tried reconfiguring the TableAdapter, but it still throws up the same error
I know my code is good because it works for other datatables that other controls in the same form are bound to. I'm I doing something wrong or missing something obvious or has anyone come up against this before
View 4 Replies
Jun 2, 2012
I am trying to create an application that records screenshots every 50 milliseconds... And It works below:
Private Sub Timer1_Tick(sender As System.Object, e As System.EventArgs) Handles Timer1.Tick
Dim b As Bitmap = New Bitmap(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height)
[Code]....
But after 30 seconds I see an ArgumentException on the second line...
Does anyone have a solution or an alternate method of capturing the screen like this?
View 14 Replies
Oct 28, 2009
how to take and save screenshots of the current window or whole screen which ever is simpler.
View 9 Replies
Jul 29, 2009
Basically I have created a windows service using VB 2008 where I am trying to capture screenshots periodically. The timer is working fine and I have tested this. The purpose of the service is to monitor the desktop over night when the user is logged off, by capturing screenshots and saving them to file. This is so admin can be alarmed about security breaches etc.
[Code]...
View 3 Replies
Feb 10, 2010
Black Screenshots Games Counter-Strike anticheat?
View 5 Replies