Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #200181
Convert Registry Files (.REG) to INI Files!

I whipped this up because a huge project I worked on used the registry to store an enormous amount of settings. Rather than lose them all, which couldn't be regained, I ported them to a .REG file and then took a look at the format. Noticed a pattern, so I made this to convert a REG file to an INI! I've only tested it on my Win2k and WinME setup, and any feedback would be appreciated!

6_2008-2009 #202435
AD&D BitBlt Map Designer

Shows howto make floating toolbars + using the BitBlt API Calls to make & save your AD&D maps to bmp files.

6_2008-2009 #199906
Xplorer 3.5

This is my Web Web Browser's 3rd reincarnation (there was no version 1 I didn't put it up) The Xplorer is back! New in version 3.5: a simple built - in mp3 player! Now you can listen to the tunes and browse the 'net all using one, simple-to-use program. Also, a few things were changed, but all of the main features are still there! Includes: favourites, history, popup window-disable, etc... Please VOTE FOR ME!

6_2008-2009 #202333
MIDI Monitor

I found some programs to handle MIDI streams In and Out but none of them handles the MIDI input of System Exclusive data. This code comes form a review of the "Midi Input Recorder" from Oguz Ozgul and from the "Virtual Piano Updated!" from Millennium. I used a couple of trick, one to have it more stable and one to get sys-ex data, enjoy!

6_2008-2009 #199673
A Simple Long Delay Timer

A simple long delay timer. The VB Timer control is limited to 64k milli seconds, this short code extends that to near infinity in 6 lines of code. Heavily commented.

6_2008-2009 #199759
MDI Split Plane

I have been able to find many Splitters that would split two areas on a single form, but what I needed was a Splitter in the way of being able to resize a control that was Right Aligned to an MDI Form - in this case, a PictureBox. This can easily be adapted to the Left, Top and Bottom. Check it out, it is worth trying. I am working towards making this into an ActiveX control once I have the logic nailed down. I'd appreciate any votes that you might feel like giving.

6_2008-2009 #202188
CuteSplit 2.0

The first version of this tool was posted on January 2001 which was supposed to split only text files with fixed record length, but i got some harsh response for that and i was asked if i can spice it up. So here is the spicy version called CuteSplit. CuteSplit allows you to split any type of file and join them back, it is the fastest and accurate file splitter tool you have ever seen, just pure VB codes and best of all it is free with source code for VB community. CuteSplit is very easy to use. Browse for a file and select from several popular split sizes to begin the process. To join splitted files just locate the first splitted file. You can send output to a folder of your choice or write the pieces directly to floppies. So if you are still not happy just let me know i can make it spicier, but please vote.

6_2008-2009 #201592
Planet Source Code File Fetcher 1.16

Convert your daily planet source code mail to a database V1.16 :Add: Select your own Logfile (Settings) V1.16 :Fix: Search and enter V1.16 :Fix: Listview one title V1.16 :Fix: ModStart V1.16 :Fix: DBGrid32.ocx removed reference (Thanx Wendell Jackson) V1.16 :Add: Hyperlink to Author homepage (if any) New Download the 'Copy and past friendly page' if there is no zip file NEW in this version , Tree view object for easy browsing NEW author will be get from page (if any) and store in the tblAU_author table NEW Search function NEW GUI (for Chris Rose) Renames the file to the title of the file (no longer renaming your UPLOAD34132413241234.zip to normal names Stores all data into a access 2000 database (With readable table names and cool data model) Note: Please register all files in the Bin dir This code is just a BETA version. It works fine for me but I do not guarantee that it will work on your system You can email me but don't think I am unemployed. I am busy with a lot of thinks! There a a lot of ocx an dll files in this program. Some of them are part of a professional application that will be released in the future that's the reason why you don't get all the code of the dll/ocx's Lot of people get bugs in previous versions some are fixed some are there Sorry

6_2008-2009 #201785
modBDimg

VB module to read and store ANY kind of picture file pictureboxes support into a database, it's easy and it's pretty fast... please, rate it, any comments are wellcome

6_2008-2009 #202293
Open File With Default Editor or Program

This 1 line of code will Open any file with their correct default program. EX: opens .Doc file with winword and .Zip file with WinZip..Or any file with their default program..

6_2008-2009 #202441
Cool Database w/ edit and search features too

Good database program to learn from. I suggest getting it. It was one of my first database programs, and this makes it easy and stuff. Has add, delete, edit and search feature. Also uses SysGarbage.ocx for system tray access. It is cool. Please rate.

6_2008-2009 #202069
IESpy

IESpy lets u keep a watch on the webpages visited by anybody.It uses Api functions to detect whether IE is running and if so logs almost evry webpage visited another alternative to checking history folder which is generaly deleted by the users.It saves the data in a log file when exiting. I am currently working on a keylogger for IESpy.Please leave your comments and suggestions.

6_2008-2009 #202144
Using Pointers in VB

Pointers have always been taken by C++ programmers for granted. But its functionality is missing from action in VB! This article will show you how bypass this limitation and use a technique that will accomplish the same feat as pointers.

6_2008-2009 #195070
Custom Message Box with sounds.

This is a full customizable message box. You can make your own form design, buttons, icons, sounds and buttons caption. Thanks to David Crowell ([email protected]) for his excellent DWButton.

6_2008-2009 #199316
How to add new menu items to a form's existing menu at runtime...

This code demonstrates how to add new menu items to a form's existing menu at runtime. It can be easily modified to add new menu items to other programs' menus as well.

6_2008-2009 #201303
Form, CommandButton, CheckBox, OptionButton, PictureBox any shape& transparent (ver. 3.2 final)

Version 3.2 of the code I posted on 2000-10-31 and updated several times. This post fixes the final bugs so the buttons look perfect when pushed, and no more code kludges are necessary. As before, even faster than version 2. Will draw a complex form in ~.007 of a second compared to the time for the pre-version 1 code of ~27.0 seconds. Like before, it accepts a Form, CommandButton, CheckBox, OptionButton or PictureBox and shapes it to the image assigned to the Picture property. This includes making a specified color completely transparent (you can click on objects underneath the form) during the shaping process. This is a major expansion on code submitted by Chris Yates. Now you can make specially-shaped controls using a PictureBox or real buttons. Full examples given, and well-commented code.

6_2008-2009 #199760
MDI Split Box ActiveX Control w/ Source Code

Now you can add resizable panels to any MDI Form. This control allows you to place a resizable panel on a side of the form and looks just like the resizable windows in the VB IDE. This is still a work in progress, as I plan to add some more exciting new features. I would appreciate feedback and comments.

6_2008-2009 #202440
Make a form a cool shape with using masks and BitBlt as shown in Methodus Toolz

Make a form a cool shape using masks and stuff. USes API also. Its mucho cool, and good to learn from. pretty short too. YOu can skin the form any way you want, it loads gif's, jpg's and bmp's, but i was too lazy to make a cool one, so i made a dumb blue one, but you can do whatever you want. Look at the skins on methodus toolz(www.methodus2000.com)...I made a bunch of those, and they are shaped all cool, with good graphics. THIS SAME THING WAS USED TO MAKE THE SHAPE OF THE FORM IN THE AWESOME PROGRAM METHODUS TOOLZ!! plz rate. Portion of this was created bu DoS

6_2008-2009 #202436
AD&D Wizard's SpellBook Roller

Randomly reads from a .txt file using a listbox & a few simple lines of code. Great for quick charatcer creation & easy to update with .txt files. Learn & have fun.

6_2008-2009 #202452
Full win9x Screen Saver

Full featured win9x slide show type screen saver with password protection, disable taskbar/ctrl-alt-del and preview window.

Languages
Top Categories
Global Discovery