Results for "Volume: 2_2002-2004"
Hi This is my fisrt ever time at trying to make a Programming Language of my own and it's har form finished I did place this here but For and then Removed cause i Needed to make some changes andyway it's back now and with more new commands I'ts still not as good as other compilers on here Like D++ and Jel but in time it will pick up and way I hope you like it please vote if you do.
PLEASE VOTE FOR ME IF YOU LIKE IT! This program will download LIVE dopplar radar, local satellite, dopplar radar estimate for rainfall, local conditions, regional maps and Winter Mode maps. You can customize your compiled lists and locations with the Location Editor. Downloads all information from my webpage server for updated maps weekly. Tell me your ideas on what i can add!
To handle multi-users / concurrency of a MDB using eith DAO or ADO in the VB 6.0
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!
Shows howto make floating toolbars + using the BitBlt API Calls to make & save your AD&D maps to bmp files.
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!
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!
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.
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.
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.
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
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
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..
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.
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.
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.
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.
Finally it is there!The first multithreading example on PSC. About half a year ago, I looked on PSC for some multithreading stuff and found nothing. Then when I had improved my skills, I finally made my own multithreading code.Now have fun with this and vote for me!!!Updates:-Fixed the bug that the program didn´t exit properly-Added code in the multithreading class that prevents a thread from being created twice-Fixed the bug in the PropertyLet procedure Priority (Thanks to Gil for letting me know). It worked with VB6 but it didn´t compile with VB5 and now it works
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.
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.