Create A Screen Shot Manager That Opens Up?

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


ADVERTISEMENT

Create A Screen Shot Logger Application

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

Visual Studio 2008 - Create A Service To Execute An Exe After One Screen Opens In Different Exe

Apr 22, 2011

My question maybe not be very clear, but I just want to know how this process is called or references needed to create something similar, so I can investigate on my own ( but if you have code is welcome.Basically I have 2 desktop programs ( A and B). For A, I do not have the source code, for B I do.What I need is to create some service/program that after a screen pops up from program A, automatically runs B. IN other words, capture the moment a specific screen is shown in A and execute B.

My real life scenario is that I have a very basic POS where I can't collect customer demographics ( zip code, etc), so I created a second application to capture that but my cashiers are always forgetting to run the program and I need to find a way to run it after a screen is shown ( let's say the "Change Due" in the POS, so they don't forget to run it.

View 2 Replies

Get A Print Screen Shot And Save It?

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

Screen Shot Has A Column And Row Headers?

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

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

Screens Shot Screen 0,0 Point

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

Show Screen Shot Pic In Another Form?

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

Take Screen Shot Of Selected Area

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

Take Screen Shot Of Web Browser Every X Seconds?

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

VS 2008 Take A Screen Shot Around The Cursor

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

VS 2008 Take Screen Shot In A Rectangle?

Jul 21, 2009

Does anyone know how to take screen shot in a rectangle? And save it as a bitmap?

View 2 Replies

Capture Active Window Screen Shot?

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

Tools.Look Like A Tree View - Screen Shot ?

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

Save Visual Studio Screen Shot In Document?

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

Take A Screen Shot Of Full Code From Visual Studio Single File?

Mar 21, 2012

I want to take a screen shot of full code from visual studio single file. is it possible?

View 3 Replies

Take A Screen Shot Of Only The Windows Media Player Control Vb 2005 - 2010?

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

VS 2005 - Capturing A Screen Shot Then Crops Down To The "status Bar"?

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

"Enhance" The Small Tool Tip - When You Press Ctrl Or Alt It Fades So The Screen Shot Only Showed It Lightly

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

VS 2008 - Splash Screen Closes After 5 Seconds And Opens Form1.vb?

Aug 12, 2009

How do I make it so that when the program starts it shows splash, then the splash screen closes after 5 seconds and opens Form1.vb?

View 6 Replies

Create A Little Executable That When Launched Opens An IE Browser?

Dec 8, 2009

I'm trying to create a little executable that when launched opens an IE browser to various websites like news sites all in different tabs. for example, a tab for wsj, nytimes, etc. How do I access IE with vb.net? What reference do I need to add? I can't find any sample code that I can make work I think it is because I am missing a library in my assembly?

View 3 Replies

Create A Macro That Opens A Folder And Updates Its Files?

Jul 8, 2009

How do I write a macro that opens a folder and calls a previous written macro to update the files within the folder?

View 2 Replies

Create An Overlay Screen On A Full Screen Application?

Feb 18, 2010

I am making a program that will put a black mask over an application (like a full screened game). This black mask will fade in and out, depending on certain criteria. Is there a way I can do that with VB? It's to help me dim my monitor without having to push anything.

View 3 Replies

Create Button That Opens Form To Read / Edit App.config

Oct 28, 2011

I am trying to build a form that has a button on it that will open up a 2nd form that allows me to view and edit the connection string. I believe the connection string is also called app.config, and can see that in the Solution Explorer for the project.All I have managed to do is drag a button onto my main form and relabel it. I have no idea how to create code to access the connection string.

View 2 Replies

Create/get A Simple Program That Opens Up A Webpage, Writes To A Log If It Is Successful Or Not?

Aug 26, 2010

I need to create/get a simple program that opens up a webpage, writes to a log if it is successful or not, logs out and repeats 5 minutes later.I'm not a coder myself, and I have no coders available at my work, I do on the otherhand have access to Visual Basic .NET 2010.

View 5 Replies

C# - Communicating With Processeses - Create An Application That Will Act As Some Sort Of Task Manager

Jan 6, 2011

I'm going to create an application that will act as some sort of task manager. For stability reasons I will not use threads but processes instead. I have to deal with several third party libraries and/of COM servers that are not always that stable and can produce severe crashes sometimes. This may (of course) not affect the task manager

Problem with using processes is how to communicate with them? The process must f.e. give a status back of what it's doing every x seconds.

I was thinking of using TCP over a separate port per process, but is this the best way of doing this?

View 5 Replies

Setting The Manager Property In AD Without Knowing The Manager's URL?

Apr 5, 2012

I have a function that will allow me to edit the manager property of a user here:

Public Shared Sub SetManagerProperty(ByVal de As DirectoryEntry, ByVal pName As String, ByVal pValue As String)
'First make sure the property value isnt "nothing"

[Code]....

But what if the manager is not in the Company OU? How can I edit this to search for him in the entire domain?

View 1 Replies

Create A "save As" Button That Opens A Windows Browse Window?

Feb 23, 2009

how to create a "save as" button that opens a windows browse window.exactly the same as any windows program would.it needs to save an empty .txt file of the users choice of name and location.also need to automatically put the file location + name into a textbox on the form after theyve saved it.eg.. C:/files/msdn/pleasehelp.txti

View 2 Replies

Create Partition From Api's Rather Than Having To Downloading Partition Manager Each Time

Jun 21, 2010

Im writing a program (has been a little while) which will gather files off my computer and make a new partition the right size to store them.I would like this to be automated since it would help if I use it on friends machines.is there a way for me to create a partition from using vb.net and api's etc rather than having to downloading partition manager each time.

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







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