Tag: programming

  • Web browser identification without browscap in PHP

    There are several methods to get browser properties. php get_browser function is very useful as it return many browser properties.but In for get_browser to work, your browscap configuration setting in php.ini must point to the correct location of the browscap.ini file on your system.

  • PreviewForm Plugin: Display Form Content Before Submitting | Features, Examples, and How to Use

    PreviewForm Plugin: Display Form Content Before Submitting | Features, Examples, and How to Use

    PreviewForm is a jQuery plugin that lets you preview form content before submission. Save time coding with this tool! Check out the demo and features.

  • Display Reminder Message Before Shutdown

    Display Reminder Message Before Shutdown

    Here Is the Second Version of Run on Shutdown. Using This Application You Can Display a Message Just Before the Window Shutdown. This New Version Contain A New Feature Of Audio Alert. When Window Is About To Shutdown Audio Message Alert You And Message Box Display Your Message.

  • SelfDelete Executable In C#

    SelfDelete Executable In C#

    In My Previous Project Keylogger Generator (How Keyloger steal your password ) I Discover The Code How To Create Self  Delete exe Before Explain It In C#, Let Me Explain Who Help Me, I Got The Algorithm From http://www.catch22.net/tuts/selfdel.There Is Source Code In C++.

  • Format Drive Using C#

    Dot Net(.NET) does not have any internal assembly to format the windows drive. So technically using standards programming technique you can not perform format task with VC++, VB or C# .But there is always an alternative 🙂  . the format of windows drive in c# can be performed by using DOS COMMAND. Source code is…