Results for "Volume: ASP_Volume3"
A images Collection Manager very nice. Add, delete libraries and view bitmap files such as JPG, GIF, BMP, WMF, ICO formats. ¡Includes a browser for .GRX files (getright lists)!. Really great. Coleccionador de imágenes y otros archivos con múltiples funciones. Soporta diversos tipos de archivos e incluye un visor para cada uno de ellos.
This is the source code to 'Genius IRC Services'. This program is designed as an administration tool for people who run an IRC Server(IRCD). The services connect to your IRC server and set up some services bots(IRCop, Color, Nick, etc...) that perform functions for the users and admins of the server. Some of the features of this program include: Adding thousands of 'fake' users to your server for stability testing, A channel in which a bot relays all things that happen on the server, Colored nicknames, The ability to send raw commands to the server, etc... Genius IRC Services was designed and tested to work on DF and DF variants, Elite IRCD and Unreal IRCD.
This is an example of how you could create a SOAP Server to process SOAP Requests
Its a reletively simple RPG engine without directx or api and its flicker free. Its currently a dead game in progress since me and jimcamel shifted it to directx a year or 2 ago. So its unfinished and has ip connection beginings, including chat and map sending across the net. Theres no map editor since u can do it in notepad. Feel free to use it for your own game, just e-mail me if u want to.
This code simply selects Another Window in the Windows Environemnt. I was required to set the focus of an application running in DOS
This a MsgBox replacement using Flash. While the flash movie is very simple, it does give a good example into using flash with VB. Read the REadme for information before using. The zip contains the dll, dll source, and source for a sample project using the dll. Also included the flash source so you can look at it and change it if you like.
I was programming a Sharp Wizard OZxx Organizer using SDK-Basic ... There is no way to see ahead of time where the PSET, LINE, LOCATE commands will place the text and graphics. So I whipped-up this little emulator. I can now enter commands manually and see where they are on the Wizard LCD display, or cut and paste from the SDK editor. There are some limitations, but it sure helps for laying out the crappy LCD display. For you Sharp Wizard fans, try this out and see if it makes it any easier to program.
You've seen the rest, now try the best! DX Matrix closely emulates the scrolling code as seen in the movie. To run the program, you need to have installed DirectX 7 (or higher), the VB6 runtime and, for best results, the matrix true type font as supplied. Use P to pause the matrix, and escape to exit. NOTE: DX Matrix II is now available. The most realistic Matrix emulation package yet, featuring 3 simulations from the movie, and realistic sound - visit my WEB site to download it - http://www.dhutchison.freeuk.com
This program scans the TCP/IP ports in a user defiend range for activity and available access... It can scan over 2000 ports in 60seconds.... I am very pleased...
A multiconnection stand-alone application for peer-to-peer chat and file sharing. This old piece of rather large and tedious work is not complete, but I would like some comments on it... and vote on this one. Don't just look at it... VOTE!
Professional High Quality Code. Looks, works and behaves like the Windows Task/Icon bar on your screen (only better, with more properties). It actually forces the screen size to a slightly smaller size to fit the toolbar in place, thus the user still has full view of other software programs running at the same time. This is the genuine untouched code "...based on the J.Richter's CAppBar...", (FREEWARE)! Use it for many projects. No need to buy or use a TOOLBAR OCX. A few lines of code is all you need, when you add the prewritten BAS and CLS files. Creat your own BANNER style form, like the ones seen with FREE INTERNET servers. This code is genius!
Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function. Advantages: Easy Code Maintainence. Easier to Create than active X Control No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion) Instantly have events/properties code added to the class by VB Class can be public in activeX DLL and still perform all event related processing of a control on a form!!! Unlike ActiveX Controls - no extra resize event code needed to handle resizing Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out
Print a crystal report in a certain date range
CallByName can be used to call poperties/methods by their name (string). This article will learn you how to correctly use the "CallByName" function, using two example programs. It will show how you can Get and Let properties, and how to call methods. Great for scripting languages!
Mastermind is a code-cracking game that has the computer pick a 4 colour combination which the user has to try to guess.
This niftey little program converts visual basic 6 files to visual basic 5 files in seconds (well, how ever fast you are) :) I hate when people using VB6 mark their projects as VB6 only, when 98% of them could, and will, work in VB5. But try it, use VB5 to open a VB6 file, and you get an error saying that "Retained is an invalid key". Most people don't know how to stop this, and disregard any VB6 file as useable under VB5. Convert Operations puts a stop to this.
I was Working with the WIN32 API Functions and came up with this cool little code that will let you add a Picture to a text Box Have a look at the screen shot to see wat I mean Please Vote...
Another addition to my WebBrowser tricks. This one shows how to access SHDOCVW.dll so that with one line of code you can 1.Bring up Internet Explorers' Add to Favorites Dialog 2.Convert Netscape Bookmarks to Favorites 3.Convert Favorites to a Netscape Bookmark file. 4.Download files without IE throwing up its' dialog. Also I threw a couple of simple Windows based procedures... 1.Show Windows File Property Dialog 2.Show Windows Find file Dialog 3.A method of hiding the Cursor system wide.
A cool tiles game, load any picture and it will scramble it up, choose the number of tiles and how much it scrambles it up. Also you can set a time limit. Click the tiles to swap them over. Do decrease the size of the download no pictures are supplied. However any picture supported by VB picture box will work. copy your picture to the pics directory to play them. It saves your last used settings. See the screenshot. Send any feedback to [email protected] -- T hope you enjoy the game even if you don't learn anything from it. Thanks, Nick Thompson
My code is a way to password protect a cd, so that only a certain user can access the setup program, it also allows the user to choose which one of the cd drives its in.