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


ADVERTISEMENT

Deployment :: Combine WAMP And Application Installation Into One Packet Installation?

May 24, 2009

I just made an application using MySQL for the database. I use WAMP.Can I combine WAMP and my application installation into one packet installation ?

View 2 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

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

C# - Regarding DLL Installation In GAC?

Jul 20, 2010

I have installed a DLL in GAC it is isnstalled properly but it is not refelcted in reference.

View 4 Replies

App Can't Find DB After Installation

Mar 11, 2012

my app cant see my access db after installation.i traced the location of the db on the computer after installation

C:\Users\Timosoft\AppData\Local\Apps\2.0\QY65PWX9.W3T\QECRQCWW.P3T\wwtb...exe_e6ecfcd40db94ae4_0001.0000_none_93fcea95705260c6\bin\Debug

didnt get it.am using below code in the program to locate the db.

'declare provider and location
strPath = Path.GetDirectoryName(Application.ExecutablePath) & "\bin\Debug"
dbProvider = "PROVIDER=Microsoft.ACE.OLEDB.12.0;"
dbSource = "Data Source=" & strPath & "\wwtbamDB.mdb;Persist Security Info=False;Jet OLEDB:Database Password=kkkkkkkvvf??"

View 1 Replies

Application For Installation Via CD Or DVD?

Apr 11, 2009

I've published my application for installation via CD or DVD. I installed it on my machine and it worked fine. I have a couple of questions, I couldn't find the answer to in the GUI. First, when the application is installed, it immediately launches. Can I make something in the installation where a user can click a checkbox saying launch after install? If not, how can I disable the application from launching after the install. And secondly, the application is installed, a desktop shortcut is created, and the application is added to the programs on the start menu. How would I add an uninstall link in the program menu along with the icon to launch the application? Currently I have to go to the control panel add remove programs to remove the application.

View 1 Replies

Error After Ri Installation

Jul 3, 2010

I recently formatted my PC, re installed Windows 7 64 bit and Visual Basic 2010 Express.When trying to connect to a database I am getting the following error "he Microsoft.ace.oleb.12..0 provider is not registered on the local machine"..After Googling the error most point to suggesting compiling to 32 Bit.I cannot see how to tell VB 2010 to compile to 32 bit.

View 12 Replies

Get The MSI Installation Status?

Mar 14, 2011

I am writing a installation program that will copy embedded MSI's to the local disk, install each one then delete the MSI's and I don't know how to get the MSI installation status so that my application knows when the installation is completed for each one.

View 2 Replies

Installation Of A Vb Project?

May 13, 2009

i've just completed a vb application and i 'm asked to write installation notes + system requirments to install and the requirments needed to run this application.

View 1 Replies

Installation With .Net Framework 3.5 SP1?

Sep 10, 2009

I downloaded Vb express 2008 from Microsoft site. I am using WindowsXP The download was completed and when the setup starts the progressbar of .Net Framework 3.5 SP1 stops in half way and it is just stuck up with no further movement ahead even after 30 or 40 minutes time. I tried it several times but it just stucks up in half way.Because there are 5 or 6 components of vb express 2008 download and it installs only first component and when it reaches the second component of .Net Framework SP1 the progressbar just helds up in the half way.

View 3 Replies

Run An Installation Automatically?

Dec 13, 2011

Using the code below, I am determining if the computer has service pack 1 installed for office and windows. How do I then execute the SP1 .exe if it is not installed?

[Code]....

View 2 Replies

Run Application Without Installation?

Jul 1, 2010

I am creating a small VB.Net (Framework 3.5, Visual Studio 2008) application, requirement is small.

I want to make an EXE and that should run without installation.

I am Ok if all the dependencies, like dlls, are present in ApplicationStartupPath().

The Application should be standalone without installation. Bcoz, I don't want to create a big scene to install a huge .Net Framework in client PC for just a small application, as I said the requirement is small.[code]...

View 8 Replies

Unique Key For Each Installation?

Mar 5, 2009

I code on the side for a little extra cash. Up to now it has always been one off conversion programs. The problem is that I am being asked to generate a report program and there is a dealer acting as the go-between for the end user. I want to maintain control of this program. I don't want this dealer to be able to distribute it to all his customers (or worse sell it), but have no idea of the best way to do it. Since I do this on the side, I obviously cannot afford to purchase a third party utility.When I try to search, all I get are links to people asking what to do when an installation fails. Can anyone point me to a tutorial or article on how to do this without resorting to buying a utility?

View 4 Replies

VB Installation Is Not Working?

Jun 27, 2009

I have finished my VB program and have been publishing it. I included all the necessary prerequisites and published it, and it worked fine. But then i tested it on some other computers, and while installing the prerequisite SQL server express, it will fail the installation.

When i installed it on computers with Windows 7, SQL did not require do restart and it worked fine. When i installed it on computers with Windows Vista and XP, SQL did require to restart and the installation will always fail.

I think i know whats causing it as well, while publishing it comes up with the warnings

"Item 'Microsoft.Net.Framework.3.5.SP1' could not be located in 'C:Program Files (x86)Microsoft SDKsWindowsv6.0ABootstrapper'. "

and also

'SQL Server 2008 Express Edition' could not find dependent item 'Microsoft.Net.Framework.3.5.SP1'.

[code]...

View 4 Replies







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