Results for "Volume: 2002C"
A cool game. It is an immitation of a game I had in my nintendo. you have to throw a block with a symbol to the pile of blocks and hit one similar with it. Time is running out. Exelent graphics, good sound, level editor. A must see. Note: Scrreen shot is the 1/2 of the actual size (i.e 640x480) pixcels. No direct X A little APIs (bitblt,Sndplaysound)
Change Your Display Resolution, Color Depth and Refresh Rate. Restores original sttings if needed. All in a Easy to use Module!
I know there are other port scanners posted here at PSC, and definitely they're a ton better than this, but no matter, this code is well documented and is great to use for learning about winsock. This port scanner allows the user to do two things... either do a scan to find all the ports that are in use (within the port range specified) on the local machine, or do a scan to find all the ports that are accepting connections on another machine (though you can scan yourself as well). The user specifies a target IP address, a port range (0-32676), and the max amount of winsock elements that can be loaded at once (this doesn't mean that the program will be limited to scanning that amount of ports per second, though). As well, there's an option for the user to have the name of the port (what the port is used for) displayed (if it's documented - there's an array in the program that has the names of the ports). The port scanner closes connections and counts them out as errored connections if a connection is not established between the machines on a particular port within .75 seconds of the time the request is sent...
This is an Example of MSN It is still buggy, messy and incomplete but I will Release updates until I have fully maped the MSN API! :D Please Vote and Leave Comments!!
A complete app which organizes your pictures, with style! Gives you the option to save a copy of your pics in an archive folder and/or in the Pixie database or just show the pics from their original location. You can save pics as JPG to save space or BMP for faster laoding - heaps of features like resize, with bilinear resampling, auto cascade and tiling, etc etc. if there is no zip file here, then get the source from http://members.optushome.com.au/kleena/Pixie.htm
Piracy is a big threat for all programmers. One of the preventional steps followed is to let program run on only a particular harddisk. If the user copies the program or even compies complete harddisk to any other computer our program should not run. But how can it be done. Obvoiusly by allowing our program to run on Drive with a particular serial no. Software checks the particular serial no each time it is executed. And if the serial no is not the same, the software doesnt execute any further. So here I have tried to make a program that simpy reads the Serial No of any Drive. And yes ! the code is very little, well commented and easy to understand ! Plz Vote if you like ! And also your suggestions are most valuable for me...
URFIN JUS presents HuntERR 3.1 Release HuntERR is powerful error handling solution for Visual Basic. Provides support for initial error processing, error logging, aborting transactions, closing connections, custom servers, reporting API errors, ADO errors, system exceptions protection, etc. Several new features in this release: releasing objects, stopping on error in IDE, improved error report, support for logging to Oracle database, other features. Zip includes Demo application with Source. Full package is available at www.urfinjus.net Free.
Demo for database access class automatically generated by CLASSter. Full source demonstrates calling stored procedures, executing parameterized SQLs, multiple recordsets, batch execution, transaction control, XML processing, error handling, etc.
quite nasty hexeditor in vb6 can handle files upto 2.1 gb (uses a custom filebuffer to avoid loading all data at once) supports copy paste , delete / insert bytes and multiple documents.. i saw some other guy has submitted his hexeditor so i figure i could just as well submit mine to instead of letting it just rott on my hd... its not finnished but its still quite nice , hope you like it... start hexed.vbp list of features: filebuffer (load files upto 2.1 gb) copy paste data in both hex/text mode mdi app custom scrollbar to allow more than 32k lines file compare tool , compare 2 or more files string extractor , extract strings (ansii/unicode)
A full implementation of Variable Length Integer and Variable Length Fractional Maths. This is a Global DLL so that functions are available as if they were standard VB. Contains a full range of functions incl. GCD, LCM and Factorials, all basic math functions, as well as Exp,Log, Sin, Cos, Tan and their inverses in Fractional Maths. Once compiled you only need to reference the dll to use it. No need to declare an instance of it.
Suffering with the problem of lack of disk space I knew there must be a directory on my hard disk that contained a lot of information, this is why I wrote this application. Its simple in what it does but can provide useful information about your hard disk space. It allows you to select a drive and then by using a tree control lets you navigate through it displaying hard disk usage for each folder it sees..
This little beast can grab lots of vital security information about servers. For example, you might want to know what versions of sendmail, Ssh, FTP, or http is running. Well insted of finding out yourself by going though each one (very time comsuming) this program does it all in under a few seconds!!! Shows the HTTP headers, what version of ssh, sendmail, and FTP. Uses Winsock
How to create Access database directly from VB code? This program will create BAS module with all the database structure informations and you can include that module in your app. and create as many databases as you want. Sample code and infos included. Don't have to vote, just use it and send an e.mail for any error you find, any feature that you like me to include (like compact, replication, etc)
This tutorial demonstrates multiselect property of listbox as well as how to add and remove items properly. Absolute beginners will surely grasp this concept easily.
This is version 2 of my directory sizer. This has been brought on by the comments left for the previous submission. Its idea is simple but is useful where by it lists sizes of directories in a Treeview. In this version I fixed a little bug with duplicate keys and have also made the directories sorted by space used.
This code will show you how to easily Create Controls at runtime and Capture there events 'With-out' useing API :). This code will show you how to add a command button and display a message box when its clicked. Please Vote and Post Comments!!
Determine Beginning & End of Month for Processing
This is a class to extend the functions of the standard ImageComboBox (MS Windows Common controls) Features include: autocomplete, allow only present items or not, auto-set dropdown width, and more. I need a feedback from you, so please leave comments and vote. Thanks ;-)
Interactive menu similar to the ones built with Flash/Swish. Image changes when mouse over menu item and sound effect plays (using API call) for Button Over and Pressed events. No OCX's and DLL's used in this snippet of code. Pure VB. You can change menu image to whatever you want, but you will have to modify the coordinates in the lblMenu_MouseMove sub for the imgMenuOn content. Please vote if you find this useful. Comments are welcomed. Enjoy!
If you want your strings routines to be as fast as possible, learn C. If you don't want to learn C use string mapping, its nearly as fast and pure VB. In this article I give you the silver bullet for strings. If strings are bottlenecking your code, I'm your new best friend. I've included a project that attempts to visualize the string for you. It also contains a word count comparision which uses four methods string mapping being the fastest by far (compiled).