Results for "Volume: 7_2009-2012"
When your user closes your form, it shrinks and slowly drifts off the screen in the direction of YOUR choice! (o: A simple code! (o:
Cool, you can change backgroud betwen a couple of colors from an applet menu!!... bote for me! thanks
Change and freeze the moneyvalue in the game Stronghold
All kinds of stuff to an array, including: Read file; print array; print stats (average, range, mode, median); add to the file (multiple nums); delete from file (one num); sorting (bubble sort / replacement sort / insertion sort / quick sort); find a number using binary search *** Please rate this code and include any suggestions ***
Enter a number and the program will determine if it is prime. If the number is not prime the program will find the prime factors. For really big numbers it should only take a few seconds to process other than that it's lightning fast
This is a linked list program that allows you to add nodes to the front, end, and a specified place in the list. You can also delete nodes from the front, end, specific, and/or all node that are the same.
This code will make your form stay on top of any other windows running, just like winamp stays on top.
This code is a modified version of ShowFolderList by Bruce Lindsay. (Thanx !!) This code will recursively parse a directory defined by an path parameter. My aim was to work around the non-recursive nature of the dir function. Bruce's original code does that to one folder/child level. Mine now returns everything below a given path. You can still use getattr to define Folder or File attributes.
A suposed to be online book keeping system. Patch your own modification. simple but vote for it!
KFTP is a DotNet class which main use is to give developers a easy to use component for FTPclient functionality. KFTP is a wrapper around Windows Win32 API for Internet (WinInet), therefor it could only be used on windows. It is made using MS Visual Basic 2003 If you are using a earlier version, you can always create a new Class library project. Name it KFTP and add the file KFTP.vb to it. To use it you need to compile the KFTP.dll first and add it to your project. Alternative you add KTP.vb directly to your project. If you want to test it you can use my very simple testprogram, KFTPClientTest. With it you can connect to a FTPServer and browse directories and files, Download files as well as upload files. Note that the example is set to Active connectionmode. If you cant use active you need to change the connectionmode manually in the testcode to Passive. Please dont give feedback on the testproject, it is only a testproject and not much effort is put into it. But I will really appreciate constructive feedback on the KFTP class. Note that I am rather new at using the dotnet framework for developing applications. So I have no idea if it is made the best way possible. Please let me know my common beginners mistakes. Hope you will enjoy it
Hey guys enjoy multi client chat server..and wish u find me online!
Hey as name states it keeps u free by keeping all library information! good for begineers!
It turns your modem on and off an amount of times that you define. Good for annoying someone on the phone that is pissing you off!
Moving from ADO to ADO.Net? Planning to access a Non SQL Server database? This article talks about databases on your hard disk, and discusses almost all of the important ADO.Net classes.
This is a wrapper class for the FindNext functions. The FindNext, and related functions, allow the searching of a drive for a given file. Wild cards are supported as are UNC and long file names. It returns a string array, to n-tier enable it. It was also designed for reusability at the source code level. It is currently used by a number (5+) of production applications (in it's current form). For more details and a usage example, please see the Declarations section of the class.
This is an upgrade to my previous Tramp MP3 Player. Now has an Reverb/Echo Module. Improved Playlist (with popup menu).. You can sort the list by Title or Artist. Also you can edit the ID3 info. Added a VU meter control. Fixed a couple of bugs in the decoder. Improved the help (if there is such a thing)... View the Readme.Txt for more info. If you have the old Tramp Player, the playlist files (*.lst) and the trampcfg.dat file are obsolete. Delete them if you install this in the same folder as the previous version. The program is written in VC++ 6.0.
Web animator basically desgins timelined animations- yeah i know its cool!.
E mail client...
Let you lock your textbox for inputs and it will NOT be grey, but will be able to highlightning and scrolling. One line code is all you need!
A jdbc:odbc demo using Access by the DSN method to simulate an ATM transaction. Read the readme file on how to run the application.