Results for "Volume: 5_2007-2008"
dropdown menu
Allows you to effortlessly play wave files in a seperate thread while your application continues to operate. Now supports playing embedded resource files and Streams.
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.
For anyone who thought that function can only be right value - See this code.
Creates a floating form on top of a previously existing form. Its useful for floating toolbars e.tc.
This code will round the edges of your form to give that clipped/rounded look.
A really cool TrackBar. This is a customizable Trackbar and u can use it like any other controls. This show how implement any kind of control and create custom events. Because this is a standard control, u need to compile the code before use the control. For this reason u need: -Compile the code -Add inside panel 4 a myTrackBar object -Put the dock prop. of mytrackBar1 to bottom -Put the size of mytrackbar1 to x,12. U can use any x but with this gfx only 12 in height is nice. -Remove comments from the form1 -Run the code. I know this is boring, but i can't upload exe or dll. With this technique u can create also cool buttons and add/override any event.
This article will show you how to make your application to be able automatically load when Windows is on starts up.