Results for "Volume: ASP_Volume3"
The Dusk Map Editor is a program used to edit world maps used in Dusk. (Dusk is an open source JAVA based RPG game. See more info at: http://dusk.wesowin.org/) This is a complete version, and demonstrates many capabilities such as: binary file open and save, picture manipulation, two dimensional array use, and other neat tricks and tips. For an application that doesnt have an ounce of API calls, it runs pretty smooth. Sorry for lack of code comments.. Included with the source code is a sample map, and sample image array which you can open and experiment with. I invite you to rip it appart and tear it up, so long as you get me a bit of feedback in return. Im always looking for better ways to do things. Enjoy!
Realtime soundcard based stereo oscilloscope with triggering, cursors, amplitude autoranging, plot file save and plot printing.
This program is a card trick. You select your card from a column of cards three times, and the program will tell you the card you picked.
The Code is an update that uses properties instead of methods to update,it also uses an align property so no code is needed to resize it when the form is resized. Questions, Comments? Email me: [email protected]
Creates a Microsoft Database (MDB) on the fly and adds tables dynamically in Visual Basic. The program needs a reference to Microsoft ADO Ext for DDL and Security.
This article will help you to understand the basic functionality of Microsoft Winsock Control. Also includes a sample Client-Server Application to transfer files from one computer to another using Winsock Control
A generic, expandable project that can create a database; add and delete tables, recordsets and fields. Populates combo boxes and text fields.
A binary search I wrote for my grade 12 computers class. This opens the file sorted.txt and searches for a record. Much Faster Than a Sequential Search
After about 2 hours more of working on this. I switched to RichEdit which allows me to do colors and other things. so now this is complete with color and a few updates. now all sockets unload and dont hang in memory ;) more error handling. Vote and leave a comment!
To have a better UI, programmers usually use a borderless form. But there's no caption bar and the form cannot be move. This code help you to move a form by clicking anything that support mousemove, mouseup, mousedown events. See it , it's cool!
That´s an nice goodie for all your project. I hade it to create allways icons in colors and in grey (for mouseover effects). You dont must do this longer, because this button do it automaticly. Add only your color icon an the Flatbutton is doing the rest. You can select difference Styles and much more. Have fun with this tool. If you add any nice featurs, please send me your update.
Nothing fancy about this, it simply retrieves the source of the url you specify. The best part about this code, is you don't need to add any controls to your code. you just drop in the module, and call one function [some string]=GetURLSource("http://[some url]") It's simple and lightweight, and with a little creativity, you could add features like daily news headlines, todays weather forecast, or stock prices to your projects. If you'e got any questions, feel free to send me a message.
It is a very simple and easy to write mp3 player. I used media player .ocx file. Put the .exe file into the folder with *.mp3 files, or change the "File1.path".
Almost completely rewritin. I have removed all the options off the main form and added a options section. in this update. Hard log is active. the abillity and options to ping and lookup there hostname when someone connects. 1 more spike, You can enable a fake linux telnet server. with root@local and see what kind of dirty things they try and do to you! =). if you like my program/code pls vote. Its greatly needing some apprecaition. Richedit 32 and Winsock is needed. Programmed in VisualBasic 6.0 Enterprise Edition.
Allows VB applications to determine at run-time if Internet Explorer (4.0 or later) is installed, and if so, creates a WebBrowser. If not, a trappable error allows program to continue.
VBConsole is a versatile ActiveX Dll that enables VB programmers to write powerful "true" Console apps.VBConsole packs the complicated console API into a simple and easy to use interface thus allowing even a beginner to take advantage of this versatile control And of course, Your vote will be appreciated !
To make those 3D stereograms. Some people know these by their commercial form of magic eye. Just load a picture, a pattern, and click generate. And like magic a picture with your hidden face inside. Very Commented, and i believe is easy to understand.
Gives an idea how to add items to popup menu on runtime.
For splitting or resizing controls (usualy TreeView/ListView), like in Windows Explorer
This code adds Register and Unregister capabilities to the right click context menu. Whenever you click on a DLL or OCX you will be able to unregister or register it easily. No more going to the command prompt to register those DLL's. This INF file imports keys into your registry. Make sure you back up your registry, for safe measure. To install just right click and select Install. Brought to you by D & M