Results for "Volume: Java_Volume1"
makes u smile :P note (i coudn't upload the sounds:
SHows how to read or write to\from the registry
this code convert bmp pictures to jpg pictures (with compression)..and convert compressed jpg pictures back to bmp!!
Sometimes in the about box of your program you want to put your email address, and web site address, wouldn't it be great if at one click the default email client would open with your address in it?, or the default web browser to your address?, and a plus!, open any file to its association, all of this with no declarations, no APIs, and with ONE line of code? Sounds impossible? here's how:
browse your webroot
It is a simple include file that has functions for clearing the screen, moving the cursor, changing the text color, and outputting colored text to a specific section of the screen. I know this is pretty simple to most people, but I've seen many people asking for this.
This small application will let you type in ANY string you want. When you press the PRINT button, it will print the string to your default printer. You can control what font to use, what font height and weight, page margin sizes, and of course the page orientation (portrait or landscape). It is a great tool to have and makes printing text EASY!
If the programm runs, you can't start it again!
This sample code show beginner how to use OpenFileDialog and SaveFileDialog with TextBox.
A.L.F.G is a sort of anti-leech technical, which mainly based on Browser Referrer and Cookie checking technologies. The advantage of A.L.F.G identifying to others is that A.L.F.G process file requirement as a transparence file gateway, whereas other anti-leech technologies need to cooperate with additional files. Also, A.L.F.G record every leech attempt and traffic byte, those record and setting can be viewed or checked in a Integrated console which come with the A.L.F.G. FOR DEMO OR FUTURE VERSION RELEASE PLEASE REFER TO http://www.21code.com/alfgate/index.php Please Give Me Credit Where Credit Is Due! Thanks!
The user enters 20 names (or whatever) into an array and the program outputs the 20 inputs alphabetically. The program also stops and sorts what the user has entered so far if the user does not enter anything.
This is small program written in Assembly language for intel pentium processors of series 80x86.This will out put 16 bars of different colors .This Color Bar can swing the mood and will make people happy.I am including '.exe' file also if some body don't have a assembler like MASM they can get from the web.You need masm to compile this program .
To ping a remote computer (.NET way)
A Word Statistics Tool to count and report words statistics of an input file. The output is displayed in alphabetical order of the words with the counts. Demonstrates a friend class, operator overloading, file iostream and text parsing. It processes 337KByte text file in ~3 seconds on AMD 550MHz. And there's no limit on the length of each line - a benefit of using STL string. The zip contains a ready-to-use console app along with the source and a make file. The source code should be compilable using any compiler that supports STL, and default template parameter values.
It will erase any non-alphanumeric characters from a string rapidly. Usefull if you want to check strings for non-valid characters. Strings such as email or web addresses, you can even make so that only numbers can be entered in, for example, a text box.
Run's a file or an application with a different user account than the user logged on. There was a small problem with type marshling, but it's now fixed!
The utility allows you to analyze which files and folders were deleted, modified and created. It does it in two steps by taking snapshots: before & after change occurred.
RECURSIVE DESCENT PARSER FOR NUMERIC EXPRESSIONS
This Project is an example of a Simple Multitier Application using a Business Rules Layer and Data Access Layer, to provide scalability to your applications. It uses SQLDataAdapters, DataSets and SQLCommands to Achieve the DataTransfer. The GUI Uses a Listview to Display the Dataset.
The article teaches more about the way strings, arrays, pointers and pointer's pointers work. The article goes step by step and shows a few examples in which strings are manipulated.