Results for "Volume: Java_Volume1"
This source code permits to connect to a DSN ODBC connection on a remote computer running dbTCP. THis can be very useful if ODBC licences are very expensive (I had the case).
Today, there are many online thieves. Fortunately, this is one of those answers to security. This program can encrypt your source code and therefore making it harder for online thieves to steal your code. As you can see in the screenshot, all the characters are converted into hexadecimal codes. If you lost your original file or your original source code, you can decompile the hexadecimal codes to the original source code. Some browsers may not have JavaScript support or others have JavaScript disabled, so the encrypted page cannot be displayed. That is why I added "JavaScript is required to view this page." after the encrypted source code.
Wrapper Classes for Ado and Flexgrid. Resuable code for fast error friendly code. Learn how to bind the events of a control to a class and customize standard contols. My example is a group of classes that include a flexgrid wrapper that adds type-ahead, column sorting and Dynamic adding of flexgrid to the form and many other functions; Ado wrapper for SQL and MDB connections; Excel class that allows dumping of a flexgrid straight into excel then formats it.
This Password Encryption And Decryption Uses a key to encrypt and decrypt a word....so it will have a unique and hard to trace word....it also add a new character according to the lenght of the word....and its do a lot more
Enables the keyboard to be used as a simple intrument by using the beeper. Played pieces can be recorded and played back. Includes also a test for your ears. Can be used in English and in German.
An ActiveX checkbox, you can use the default skin or create images (in paint) and use them as checkbox skins by code!
MultiMedia Browser XP V2 is an All-in-one file browser. It lets you view Text Files, Photos, HTML Files and plays videos and music files in just a single click. Its look is good and its handy keyboard shortcuts make switching between files much easier. Any comments and suggestions are welcome.
First Unix was written in BCPL (Basic Combined Programming Language). In 1973, Unix OS was rewitten in C. Today, its visual basic language. LaUnix is future OS -- (3D OS, Internet kernel, kernel will be create by you) -- born in 2004. Verison 0.0.0 wasn't success product. Now, Verison 0.0.1 includes: ASM bootable OS disk, linux kernel bootdisk source code for C, and Visual Basic source code for console, calulator, notepad, etc. Be sure to compile at C:\launix\launix.exe. (not tested on XP & NT) Tell me what you like/dislike about this program. I'll be working next verison. I'll be adding docs how to build 3d operating system. Don't forget to vote.
Converting Wave to MP3 using the Lame Active X Control.You need to download the activex control at http://jwstop.com/nhgames/vb/LameEncoderX.zip
Ever wanted to use LBound and UBound to get arrays boundaries without jumping over error message when the array is empty? These functions will replace the ordinary LBound and UBound procedures so you don’t need to worry about errors. I've also included a way to get the dimensions of an array. Just paste the following code into a module, and the problem is solved.
This is a heavily commented pathfinding algorithm. It has a customizable map, you can generate the terrain randomly, and just put in start and end position. I decided to do this program because ive seen a lot of pathfinding tools out there that are simply too big and hard, while pathfinding in nature is pretty simple. Enjoy and vote
http://codepiler.com/dl/codepilersource105.zip That is the link to download this application, I have tried 3 times to upload the source to planet source code and everytime fails. I dont know what to say, but here is the description I have spent over 300 hours working on this, but just recently decided to make tis open source so please dont message me about the nag screen, you can register for free and it removes the screem. if you have any suggestions please either leave them here or in my forum, http://forums.codepiler.com and i will try to address or fix them, or add them depending on what it is. Please be gentle, but also vote for me if you like this, I would actually suggest going to http://codepiler.com and clicking the cnet download link on the main page to get the installer, if you get the installer and install it, then open the source all the dll's will be pre registered for you!! very easy. Codepiler is a versatile code editor geared towards ASP/HTML design. It features a File Explorer, Multiple document mangement, History Window to keep track of all your work, Split screen coding, Intelligent Code Recognition, Color Coding, CSS Stylesheet Editor, Multiple Site Management, Live FTP File Update, Database Explorer for viewing MS Access and SQL tables. Many wizards and options for fast development and much more. **UPDATE** You can now download all source code from here
Automatically Backs up a folder by synchronizing the contents to a destination folder. Looking for easy way of synching folders? Want a utility that will instantly back up your files when specified? This utility is for you. Not only will it use an incremental back up method to secure your files but it can back up your folder when a change is made to the directory. Demonstrates file synch and folder watching for changes much like Norton Anti virus. This application will load with windows to ensure that your folder is backed up automatically from the start. Sits in the task bar as a small folder icon. Keywords: Auto Backup Backing up Back up Copy Sync Synch Synchronize Incremental Differential Folder File Transfer Taskbar Icon Registry Load with Windows GetSetting SaveSetting Destination Source Directory Norton Anti-Virus
A Semi VB Decomiler. Decompiles the interface using COM. COM is not always correct in the datatypes it returns for a certain property. I started this project a week ago after seeing there were no good open source vb interface decompilers and the other examples on this site are not very good. Another reason is there are some companies that charge for just decompiling the interface which I do not think is very fair. This is not complete but use it as a guide to making your own interface decompiler and maybe make something more. Hope you can learn something from this.
A little set of routines and a test driver to read table or array properties: whether it is (re)dimensioned or still undimensioned, the number of dimensions, LBound and UBound for each dimension and a few other things that may come in handy. No fuss about skipping around Errors or such, just the proper way to do it.
AWSOME SLOT GAME! Try to match 3 Numbers on a slot wheel. Win money and lose some!
Converts a photo to a painting!!! When you want to draw a face, what do you do? You'll draw borders, if you use "Auto Sketch 1" does the same! If you use "Auto Sketch 2" you will draw a photo just by using Black and White ( No gray). Also you can draw manually, read HELP for more comments.
simply turns screen into some kind of musical instrument, plays different sound depending on where cursor is , tone length and cursor movement detection interval can be modified (screen shot kind of pointless but never mind)
'This code is a rewrite for the code that appeared in Planet Source Code 'http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=55153&lngWId=1 'The original code was very poorly written and as a result was painfully slow, 'difficult to use, understand and generally substandard 'Original Programmer : Mahdi Shakouri rad, Mahdi_Rad@yahoo.com 'Changes: '1. Use drag/drop on the pictureboxes so that the results can easily be "scrolled" 'onto the screen for analysis. Some times objects will not fit on the available 'real estate - have some respect for your potential user! '2. Use "beginner" APIs - GetPixel, SetPixel for speed '3. Place RGB calcs in loops - do not exit loop to an outside subprocedure when 'parsing a bitmap '4. Use industry standard notation for variables. Precede a string with "s", 'a Long with "l" etc. '5. Indent and use spacing - this is the most valuable productivity tool that you 'will ever need to learn, so start now! '6. Use Long variables unless Singles are required. RAM "savings" are no longer 'necessary, but the speed enhancements are! '7. Develop discipline - Stand out - do not be proud of "lazy" code.
This is a game where you have to bet on the outcome of a horse race. Each horse has its own odds of winning, and you are awarded money based on the odds of the horse winning. I didn't make it exactly like how you bet in real life, because im only 14, and dont know how it works. Please tell me if you like it. Vote if you want