Results for "Volume: 7_2009-2012"
This program read a xml file and stole it in a datagrid with all structure.Is a great program
This code inserts text at the end of a textbox (or anything with a .text, .selstart, .sellength, and .seltext property) without adding the entire contents of the textbox all over again it saves a lot of time with long text and opening text files
This sub/function searches your hard drive(s) or directories for file(s) like the Windows 'Find Files or Folders...'. It uses mainly the Dir() command and can be used with any programs and visual basic I have encountered. This helps uses to quickly find a file or program for their applications.
The program simulates Conway's Game of Life in 80 x 50 mode screen (for DOS only)
Checks to see if a Credit Card Number is valid by performing the LUHN-10 check on it.
Determines type of Credit Card by it's number.
This is a simple multi-threaded port scanner programmed in VB.NET. It shows a way of connecting to a remote host via a specific port using VB.NET's free threading capabilities. Please don't use this to scan anyone other than yourself though, its simply an example.
This code shows how we can alphabetically order an array of words. I think it's pretty easy to understand. I also attached a 'counter' so we can track how many msecs the procedure will take. I added a function that will 'transform' all string to lower case as well as removing accented characters. This way we're sure the order will be correct.
It draws a moving starfield on a form with simple VB graphics methods and a timer control.
There are two homes for the ants.Red and black ants come out from there and go to sugar .
This is a Visual Basic.net port of my original PHP encryption/decryption algorithm.
Please Vote if u like! This is a Complete Discussion Forum and i have not yet seen such forum on planetsource code. Complete User Treads Add Topic, Respond 2 a Topic, automatically emnails the Topic Owner and Admin Area. Please Vote ! and i thank to another site who's layout i used and i am still working on it.
This code finds objects in a thresholded image, labels them and reports their total number by using 4-connectedness labeling. The background is labeled as zero "0" and objects are labeled accordingly. The process is done by scanning the image top to bottom, left to right. The result is saved to a text file as digits representing the objects as labels; each digit in the text file represents a pixel of the image. To run the program first load an image by first choosing one from the combo box and then clicking the Load_Picture button, then to process the image click the Find_Objects button. This code was written by me and my friend Onur Seran, the reason we are posting it here, is that we needed this code for our project but could not find any similar code on internet, so we decided that if we write it our selves we are going to post it here, so that any one working on image processing can use it. We really hope it would be of any use to you.
***UPDATED 01/22/2003*** This is the same as my VB6 program only it's been adjusted to compile in the .NET environment. It does as stated below. To retrieve a list of jobs on a given SQL Server (7.0 or 2000) and track it's progress through it's numerous jobsteps. This is typically a nice little app to have if you have many jobs that run throughout the day and you want to see if one of those steps has hung up. To make this app truly useful I added a monitoring timer that refreshes every ten seconds or so. The Restart Jobs button is not activated at this time, but the coding should be a snap someone wanting the ability to stop and start jobs from this application. This application is in it's infancy at this moment since I've been working on it for only a couple of days, but is useful even now as far as I'm concerned. Please vote if you like it...
This tutorial will give you the knowledge to use Microsoft Direct X 9 to play music in your applications. We will do this by using the Direct X 9 Audio class.
The code was changed on 12/14/00 to use fstream objects for file I/O and I also added more comments. Use this to encode and decode a text file. The same password must be supplied in both cases because it is used in the encryption algorithm. This increases the security of the encryption making your encrypted file virtually uncrackable, even using the same program, unless you know the password. Please rate this. Whether it's good or bad, I appreciate your feedback. Thanks.
Learn how to write your first program in C++! Easy beginner commands.
Quixotix Menu is a re-write of Derrick Blake's Owner-draw Cool Menus. The zip contains the code to create Windows XP-Style and Office97-Style menus (see screenshot). You can put bitmaps, icons, gifs, etc. in menuitems using and ImageList. This includes images on the menus as well as the code to generate embossed, disabled, and shadowed images (does not require additional images for these states). Code inclueds a demo project, well-commented code, and detailed tutorial-style documentation in HTML Help format.
This program is a directX tile engine written in Delphi 6 with DelphiX component library.It supports 3 layer maps,animated tiles and collison detection.Please vote if you like.
Draws a nice 3D-Starfield in a Form (uses X,Y,Z positions) width a very short code Shades each star depending on the distance.