Hide Application From A Screenshot?

Oct 2, 2011

Is there a method to hide your application from screenshots without the use of ".hide" or minimize or opacity basically not touching the application at all but not including it in the screenshot? For instance in GDI when you g.CopyfromScreen the mouse is not included and you would have to go through a way drawing the mouse onto the graphic can something like this be achieved with application?

View 10 Replies


ADVERTISEMENT

Call Of Duty 2 Application For Screenshot?

Feb 2, 2012

I do an application for taking screenshots during the game (CoD2) - DirectX game, currently I have made ​​the program but it does not take screenshot of game!How to take screenshots of the DirectX game?

View 14 Replies

Memory Leak In .NET Screenshot Application?

Oct 6, 2009

screenshot application I am developing that has a memory leak somewhere. The main code is as follows:

Public
Class Form1
Dim strPath As String = "C:windows empscreenshot.jpg"
Private Sub Main()

[code].....

The application runs from the system tray and a clickevent handler for the notifyicon control calls the Main() sub. The code calls OutlookEmail() which creates a new outlook mail object. The problem is that each time the notifyicon in the system tray is clicked the memory in use jumps up incrementally - about 3mb each time.

View 7 Replies

VS 2010 Take Screenshot Of External Application?

Apr 8, 2011

I need to take screenshot of another (third party) application window and save it in a folder.

View 5 Replies

VS 2008 - Prevent Application From Taking Screenshot?

Aug 26, 2010

Any way to prevent my application from taking screen shot. I am using this method
If Clipboard.ContainsImage = True Then Clipboard.Clear()
If this is correct? And also what about screen capture application they take the screen shot without using clipboard what is logic behind it and if there is any way to resolve it?

View 13 Replies

VS 2008 - Application - Take Screenshot, Save It, Upload It VIA FTP, Do It Every 2 Minutes

Mar 28, 2010

Im creating an application that will take a screenshot of the desktop. Save the photo, Then upload it via FTP, And do it every 2 minutes. I know how you all like to say how i can do it, But can someone provide a code since.

View 8 Replies

Hide Application From Task Manager Application Tab?

Apr 5, 2011

I have written an application in Visual Basic 2010 that I would like to hide from the Task Manager Application Tab, if possible. It's fine if it is listed in the Processes tab.

The purpose of the application is to allow users to postpone a restart following software update installations that require restarts. The application includes a form the user's must interact with so it can't be permanently hidden from view on the desktop. I am basically looking to mimic the WSUS Windows Update dialog which allows users to postpone restarts.

VB6 has app.taskvisible which is no longer included in VB 2010. I have seen a lot of discussion around this topic but no real solutions.

View 1 Replies

Hide Application Name By ID?

Mar 6, 2012

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
ListBox1.Items.Clear()
For Each p As Process In Process.GetProcesses[code].....

View 2 Replies

C# :: Hide Application From Taskbar?

Jun 19, 2012

Is there is away to hide my application from task bar?I have tried:Me.Hide(task bar.

View 3 Replies

Hide Dos Page Of Exe Application

Jul 24, 2009

I have this code which pops out a the dos page for an executable file.[code]

View 10 Replies

Hide Files Outside Application?

Jun 8, 2011

i have some text files from which my app reads and process data, these text files are in hundreds and i am now providing them in a folder, but these should not be accessed by others, how i can do this?

View 1 Replies

Hide Photoshop Application Using .net?

Feb 10, 2011

I am using photoshop cs3 application to read the CMYK colors values using vb.net, when iam accessing photoshop application, the photoshop apps is opening up. I want that to be hidden and process in the background.

View 1 Replies

How To Hide Photoshop Application

Apr 2, 2012

I am using photoshop cs3 application to read the CMYK colors values using vb.net, when iam accessing photoshop application, the photoshop

View 1 Replies

C# - Show / Hide Another Application's Window

Jun 6, 2011

I want to create a button that can hide an exe application. As example: this application will start spider.exe when page loads. I need a button that can hide & show the spider.exe. How can I do it with VB.NET, C#, or Java?

I tried to use:

myProcess.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Normal
myProcess.Start()

in page load part, and use

myProcess.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden

in button part but it does not work.

View 2 Replies

Hide Application Completely From Windows?

Feb 12, 2009

how can i hide my application completely from windows and when i press a shortcut key it shows my application.

View 4 Replies

Hide Taskbar When My Application Runs?

Apr 21, 2009

I want to hide the taskbar when my application runs, so i can get a full screen view of the application form. I have a code but it doesnt seem to work. It's for my project. I put the declarations in the global declarations part. Declare Functions also i put separately. The rest of the code i put in a button click.[code]...

View 4 Replies

Hide The Splash Screen On Application Load?

Jul 19, 2007

OK, here is the problem....When I load my application I am using the application loading events in VB.NET 2005...The problem is that the module events will sometimes cause msgbox errors, etc..

View 7 Replies

Show/Hide Application Button In Taskbar?

Jan 22, 2010

Show/Hide application button in Taskbar

View 7 Replies

Windows - Hide Console Application From Taskbar?

Nov 24, 2011

so so far I've gotten my console application to minimize itself, but I want it to be totally hidden: so I want to disable it from showing in the taskbar too. With a Windows form this was easy, but I'm not so sure about console apps.

View 2 Replies

Launch Legacy GUI Application Without GUI From VB (hide Graphical Interface)

Aug 20, 2010

I have a legacy application that has an interactive graphical user interface, but also periodically checks for files in a directory and reacts to the files. I want to launch the application from a VB program, but not see the GUI (i.e., just let the file interface do it's thing). I really don't want to see the application running on the desktop at all (e.g., no windows, nothing on taskbar), the only evidence would be if I checked task manager I'd see it running.

Obviously this app would be ideally a service, but that's not where we are and I can't change it so I'm trying to simply not see the GUI.

I've seen the ProcessStartInfo.CreateNoWindow and WindowStyle = hidden flags but they don't hide the GUI of the legacy app.

again launch the legacy app (actually an unmanaged C++/MFC app) from a VB managed admin app.

View 4 Replies

Obfuscate / Hide String Variable Values In Exe Application

Nov 11, 2009

I created a VB .NET exe application. When I use IL DASM, it shows the values of all the string variables in the code. These variable contains values that I would like to hide.the best way to obfuscate/hide these string variable values?

View 5 Replies

Hide Application From Appearing In Task Manager Process List?

Jun 8, 2011

i dont no much about vb.net ..i am php developer i have just developed a mini application in vb.net i wanted to know how to hide our application from appearing in task manager...

View 2 Replies

Hide/Show Items - Possible To Hide A Group Of Text Boxes From View In A Form

May 5, 2012

I'm curious if it is possible to hide a group of text boxes from view in a form until a particular condition is met, and to have a custom set of text boxes for that condition. To give an example; I want radio buttons offering choices for a manner of searching records, the user selects one and then a specific set of text boxes are displayed for the user to utilize, if a different option is chosen a different set of text boxes will be shown. Is this something that can be done?

View 7 Replies

Hide Any Dotnet Exe Is Hide Into Taskmanager In Windows 7 Using .net?

Mar 5, 2012

how to hide exe into task-manager in windows 7 using vb.net windows application?I want exe is hide into task-manager in windows 7 & windows vista machine using vb.net(windows application)

View 3 Replies

VS 2008 Hide The Taskbar O.o And Un-hide It?

Apr 20, 2009

Is there a way to to hide the taskbar o.o and unhide it?

View 1 Replies

VS 2008 Hide Exe Into Taskmanager In Windows 7 Using Windows Application?

Mar 5, 2012

how to hide exe into taskmanager in windows 7 using vb.net windows application?

I want exe is hide into task-manager in windows 7 & windows vista machine using vb.net(windows application)

View 9 Replies

Hide Exe Into Taskmanager In Windows 7 Using Windows Application?

Mar 5, 2012

how to hide exe into taskmanager in windows 7 using vb.net windows application? I want exe is hide into task-manager in windows 7 & windows vista machine using vb.net(windows application)

View 2 Replies

How To Get A Screenshot

May 30, 2012

I know how to get a screenshot but how to I add the cursor into the picture (including when the cursor changes)? [code]

View 4 Replies

Take A Screenshot In .NET?

May 13, 2003

how to take a screenshot in vb.net. Preferably in a JPG or GIF format, but if not any format will do.

View 4 Replies

Get A Screenshot Of Everything Behind Another Window?

Mar 30, 2010

I want to get a screenshot that is behind Firefox.

That means. I want to hide firefox in that picture so i can see everything behind it.

View 2 Replies







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