Your Thoughts On "Send Me Some Screenshots"?

Dec 15, 2009

Some of you following the IRIS project (see sig) might remember I was scheduled to demo the application for a large (very) corporation who was already working with a solutions providers (a group of developers).The IRIS project directly competes with their main offering and even exceeds its functionality and, to me, the UI. Well I never got to demo it for them due to scheduling conflicts, but today they got to have a good look at it and judging by the back-and-forth between the large corp's sales rep and firmware lead. So to the thread topic, one of the representatives said "Send me some screenshots", which sounds harmless enough... well it got me thinking..is there any reason I shouldn't send them screenshots? should I watermark them? The reason I'm concerned, is 1) I am unsure of the copyright issues I should be aware of to protect myself 2) the screenshots display a VERY unique functionality that the other developers were unable to accomplish and I don't wan't the "idea" to be stolen 3) I'm just paranoid by nature

My goal for IRIS started out as a tool to use at work for personal use, but I have been tailoring it to be a bundled software solution for a piece of hardware the large corp sells. Just looking for some feedback and maybe some advice from those that have been in similar situations.

View 9 Replies


ADVERTISEMENT

Vb Figthing Game Concepts/Thoughts?

Jun 11, 2012

Recently I decided it might be kind of neat to make a "fighting' game in Vb similar to a Mortal Kombat or Street fighter style game. If I understand everything it should be mostly collision detection and a lot of animation? What does everyone else think?

View 2 Replies

Screenshots Appear During An Installation?

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

.net Code To Take Automatic Screenshots?

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

Capturing Ingame Screenshots?

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

Get A Screenshots Of Video Clips?

Feb 13, 2011

I'm running vb 2005. I need to take snapshots of video clip that are on my HD.

View 1 Replies

How To Ensure 10 Frames(Screenshots) Per Second

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

Images (Screenshots) For This Forum?

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

VS 2010 - How To Take Fullscreen Screenshots

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

Capturing Screenshots As A Windows Service?

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

Creating And Saving Screenshots In PNG File?

Dec 30, 2009

How to create and save screenshot to PNG file? Lang:VB or C# (VS2008)

View 2 Replies

Create An Application That Records Screenshots Every 50 Milliseconds?

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

VS 2005 Take And Save Screenshots Of The Current Window?

Oct 28, 2009

how to take and save screenshots of the current window or whole screen which ever is simpler.

View 9 Replies

VS 2008 Capturing Screenshots As A Windows Service?

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

Black Screenshots Games Counter-Strike Anticheat?

Feb 10, 2010

Black Screenshots Games Counter-Strike anticheat?

View 5 Replies

Taking In-game Screenshots - Take A Screenshot - Either Comes Out Completely Black ?

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

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

Using The Web Browser Control To Generate Screenshots Of An Intranet Application Developed In ASP.NET

Mar 21, 2012

I am using the web browser control to generate screenshots of an intranet application developed in ASP.NET.

The screenshot is generated, compressed and then stored as a BLOB in the database. When I developed this facility I investigated the best way of compressing the image (to the lowest byte size), however the images still seem to be too big as the database table is growing larger than I hoped. I am using the TIFF format, but I am now thinking that this may not be the best as it is used by photographers (who I assume require good quality photographs). Here is the code to compress the image (before it is stored as a BLOB):

[Code]...

View 1 Replies

VS 2008 Screen Capture - Include The Cursor And Save All The Screenshots As One Video File?

Sep 19, 2009

im using this code

Dim VideoSize As Size = New Size(My.Computer.Screen.Bounds.Width, My.Computer.Screen.Bounds.Height)
Dim PIC As New Bitmap(My.Computer.Screen.Bounds.Width, My.Computer.Screen.Bounds.Height)
Dim image As System.Drawing.Graphics = System.Drawing.Graphics.FromImage(PIC)

[code]...

How do I include the cursor with this and save all the screenshots as one video file?instead of saving as 1000 pics?

View 2 Replies

VS 2008 SendKeys.Send() Method Does Not Send The Keys Fully Correct All The Time

Nov 9, 2009

[Code]....

Now as you can see it is sending the textbox1 text and then pressing enter then sending textbox2 text! Theres quite a few problems in that but before i discuss note: This code is in a Timer. Problem #1: It does not send the keys fully correct all the time because its trying to send them all at once! So i want it to send them 1 letter after the other with 200 ms sleep in them! Problem #2: The sleep is not working: The reason i know is because even after it did the first textbox1 text it didnt wait that 2000 ms!

View 31 Replies

Setup A Form Using VB That Will Take Information And Send It To The Server And Then Send A Recipient An Email?

May 28, 2009

Are there any good books out there that will show someone how to set up a form using Visual basic that will take information and send it to the server and then send a recipient an Email?

View 2 Replies

Using Send Keys To Send The Squence Alt W (a Integer Called 'index') Escape

Nov 7, 2010

I am using send keys to send the squence Alt W (a integer called 'index') Escape

[Code]...

View 1 Replies

Send Keys To A Control On My Form - SendKeys.Send NullReferenceException

May 9, 2012

I am trying to send keys to a control on my form. But I am getting a NullReferenceException and I don't know why. The code is about as basic as it gets: [Code] The error reported is object reference not set to an instance of an object but Send is a shared method so doesn't need an instance. Strangely if I ignore the error it works fine and F4 is passed to the control. I know there was an issue with sendkeys and UAC but I thought this had been solved (I am using 4.0 framework).

View 1 Replies

VS 2008 Send Mouse Click's & Send Key's To Minimized Window?

Apr 9, 2012

I have a filter that is used to populate a grid view and the url will conain: /example/grid?value1=1&value2=2

It will then have a link to page 2, which allows them to edit something.I then want them to click a link that will send them back to the gridview under the same parameters of: /example/grid?value1=1&value2=2

Is this possible? How do I hold on and fill in the URL values so it knows how to refill the grid view accordingly?

View 1 Replies

Get An Error On SMTP.Send(MyMailMessage) Saying 'Failed To Send'

Nov 7, 2009

I get an error on SMTP.Send(MyMailMessage) saying 'Failed to send'

My
Dim MyMailMessage As New MailMessage()
ProgressBar1.Value = 30
MyMailMessage.From = New MailAddress("MyGmailEmail")
MyMailMessage.To.Add("MyEmail")

[Code]...

View 3 Replies

Use The Send Keys Function To Send Text To Another Program?

Apr 29, 2009

I am trying to use the send keys function to send text to another program.I ahve gotten it al working well, except for using () as I know sendkeys doesnt like these.I have tried using the Replace function in several places in my code to replace the ( with {(} and {+0} etc, with various other options tried.But when I run the program, it seems to skip this out completly and leaves them in the string as (, and therefore it errors and wont run.When I step through it, it goes through the function but doesnt alter the strng as it should. This is the code to send the string and my attempt at making it replace the () in the module

Module TextReplacement
Private Declare Function GetAsyncKeyState Lib "user32.dll" (ByVal vKey As Int32) As Short
Dim counter As Integer
Dim sData() As String

[code]....

The error I get when i try send "Test :)" is: ArgumentExcveption was unhandled "SendKeys string 'Test :)' is not valid"

View 2 Replies

Send Only One Line In A Textbox On Each SendKeys.Send?

Aug 27, 2011

I'm making an auto-typer and I need it to only send one line of a multi-lined textbox at a time. It looks like this right now;

If Label1.Text = "1" Then
SendKeys.Send(TextBox2.Text)
SendKeys.Send("{Enter}")
Thread.Sleep(TextBox13.Text)
Timer2.Enabled = False
End If

I want the Textbox2.text to be entered one line at a time and then to sleep for the desired time.

View 5 Replies

Send SMS Through Broadband Either Smart Or Globe That Send SMS

Oct 18, 2011

how to code that send SMS through broadband either Smart or Globe that send SMS via VB.Net and it connected to the Port?

View 6 Replies

VS 2008 Send / Dont Send Error?

Mar 6, 2010

I have a problem.. every program i make in VB.net 2008 express wont start on my friends PC or any other except for mine laptop and mine PC... Instead, they get the "Send/Dont send" error...

View 13 Replies

Sendkeys.send - Time Out Between Every Key Send

Jul 4, 2010

How can I have a time out between every key I send ?

[Code]...

I don't want to use the sleep method, or to put each code under a timer ... Anything else that I could use?

View 9 Replies







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