¡@

Home 

c# Programming Glossary: virus

What's the best way to watchdog a desktop application?

http://stackoverflow.com/questions/11146381/whats-the-best-way-to-watchdog-a-desktop-application

this in your opinion EDIT This is neither malware nor virus. The app that needs monitoring is a media player that will run..

copy/paste event listener in C#

http://stackoverflow.com/questions/1156975/copy-paste-event-listener-in-c-sharp

a ton in advance. before anyone asks I am not writing a virus its a writing analyzer c# copy paste share improve this question..

How to avoid Outlook security alert when reading outlook message from C# program

http://stackoverflow.com/questions/235231/how-to-avoid-outlook-security-alert-when-reading-outlook-message-from-c-sharp-pr

should only show up if your firewall is down or your anti virus software is outdated as far as I recall. share improve this..

How to make the startup form initially invisible or hidden

http://stackoverflow.com/questions/3288748/how-to-make-the-startup-form-initially-invisible-or-hidden

icon in the System Tray. For example firewall antivirus and instant messaging applications do this so as to run in the.. only appear in the system tray just like an IM or an anti virus If so just set the ShowInTaskbar property of the Form to false..

C#: How to Make it Harder for Hacker/Cracker to Get Around or Bypass the Licensing Check?

http://stackoverflow.com/questions/4532540/c-how-to-make-it-harder-for-hacker-cracker-to-get-around-or-bypass-the-licensi

from a warez site and running it through several virus scans is better than doing the license setup for the legit version..

How can I prevent a user from closing my C# application?

http://stackoverflow.com/questions/4655810/how-can-i-prevent-a-user-from-closing-my-c-sharp-application

spinning up new processes also likely to be mad is my virus scanner because it's seen this kind of behavior before . I recommend..

What are the advantages of c# over, say, delphi/realbasic for windows applications [closed]

http://stackoverflow.com/questions/548007/what-are-the-advantages-of-c-sharp-over-say-delphi-realbasic-for-windows-appli

network no such thing as Windows Update and never a virus so far because nothing gets in. I work some in .NET languages..

Very slow compile times on Visual Studio 2005

http://stackoverflow.com/questions/55517/very-slow-compile-times-on-visual-studio-2005

number of parallel project builds . Disable your anti virus software for .ilk .pdb .cc .h files and only check for viruses.. software for .ilk .pdb .cc .h files and only check for viruses on modify . Disable scanning the directory where your sources..

Does FileStream.Dispose close the file immediately?

http://stackoverflow.com/questions/6350224/does-filestream-dispose-close-the-file-immediately

in updating the directory info etc. It could also be anti virus software checking your changed file. This may be a rare case..

Capture any kind of keystrokes (aka keylogger), preferably c# .net but any kind will do

http://stackoverflow.com/questions/6465526/capture-any-kind-of-keystrokes-aka-keylogger-preferably-c-sharp-net-but-any

are bad. Make your software better and you'd have no virus or hacker problems. But anyways my reasons to write this keylogger.. and is fully recognized as a keylogger to all common antiviruses . Seeing as how this is mean for personal use this shouldn't..

How to call asynchronous method from synchronous method in C#?

http://stackoverflow.com/questions/9343594/how-to-call-asynchronous-method-from-synchronous-method-in-c

through the code base. It has been compared to a zombie virus . The best solution is to allow it to grow but sometimes that's..

.NET virus scanning API

http://stackoverflow.com/questions/975112/net-virus-scanning-api

virus scanning API I'm building a web application in which I need.. in which I need to scan the user uploaded files for viruses. Does anyone with experience in building something like this.. on how to get this up and running I'm guessing antivirus software packages have APIs to access their functionality programatically..