Results for "Volume: 2_2002-2004"
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.
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
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.
Full featured win9x slide show type screen saver with password protection, disable taskbar/ctrl-alt-del and preview window.
IENanny lets u block any website LOCALLY allowing you to restrict people from going to sites u don't want them to go.It uses Api functions to detect whether IE is running and when an un authorised site is visited it goes to the default page "nope.htm" .To block a site just add the site to the list box for example if u want to block access to all of yahoo's site just enter yahoo.com. Or if u want to block only the chat stuff just enter chat.yahoo.com .Please leave your comments and suggestions.It will be very useful for me to further develop this program
This .zip file shows you how to add items to a menu at run time. It is extremely easy and works too. This would be useful for making a favorites menu in a browser or any such thing. If you like it please vote. Thank's
I created this application for my son in second grade. We can choose math type and generate numbers at random matching to text boxes. I used arrays. You can alter the range of numbers for the youngsters in the house.
I downloaded sapi4sdksuite.exe from microsoft, and noticed many of you have contributed codes using TTS and voice command. I am just following the trail. You also need Msagent and Genie.exe for window 98. I developed this program in W 2k professional and tested in win 98. With option buttons, I tried to load a text pad with words, TTS will say the word to spell. I used combo box to display correct/incorrect word and track down if word is retyped during the test or we are trying to cheat the test typing one word over and again. Codes are very simple, I would take positive feed back. I targeted this application to 2/3rd graders. We can Edit the note pads (zipped) as you like and then take the test. You will be able to reshape the form using handles.
Gives you access to the entire Registry, allowing you to create\delete\modify keys and values. Give your programs a more professional look than if you used the default VB Registry calls GetSetting and SaveSetting. I have written a program that uses the Registry class to output all the code neccessary to link your program to the Registry and could save hours or days of typing repetitive code, like I did! Drop me an email if you'd like to have a look at it.
This program will show you how to create a file with a specified size with accuracy. There's not that many uses for this program but it's accurate and comes complete with a progress bar and a size calculator. This is heavily commented, so please post some feedback or even better, vote for it ;]
Lots of different function for handling VB strings. Take a look inside, you mightlike what you see...
Simple Scrollable View Port control. Just a control container with scrollbars. My first submition. With enough requests/input, I'll add events and/or other properties as suggested. If you like it, vote. (Updated with a fix for possible graphical glitches at design time and redundant code.) UPDATED 1/8/03 - now allows positioning of scrollbars.
if u are a beginner in directX , u probably have the same problem I had. making an animation by using one picture only. its really easy. just download the example and see for yourself. it also tells u how to use text in directX
Demonstrates how to write code for most Microsoft Office application without having the code reside in VBA. This is done by writing the bulk of what you want to do in a DLL which is referenced and used by the Office application. This has advantages like being able to use forms that were generated through VB 5 or 6 instead of the poor VBA forms. Read the readme.txt file enclosed with the ZIP for some more info. Cheers
This code can turn off the focus rectangle of a button. It is very simple to add to your own application, and very small.Check out this cool effect and vote for me!
This module was designed because I noticed although a lot of people posted some amazing Screen Savers graphically, they weren't as functional as those that are included with Windows. Add them to this Module I wrote and you will be able to view previews, save passwords, anything a regular Screen Saver does. UPDATE (Feb 2002): This application has been updated to allow WINNT based users to run the program without crashing. Thanks for the feedback.
Password Vault allows you to store your passwords in one easy place on YOUR computer...not some website out there on the web!
Allows you to chat with another person (you must know each other's IP address). But it doesn't stop there! The text you type goes to the other person's PC and the Agent (rather it be Merlin, Robot, etc.) says what you typed and vs. versa!
This is the updated and greatly improved version of a job orgainizer that I had submitted last month. You can keep track of job prospects, saving the info in an Access database. You can search on any field. There is a query builder to build SQL queries for you, and it saves all the queries that you build. You can view and edit the saved Sql statements. It has a follow up reminder to let you know when you need to contact people. It prints a couple of basic reports. I found this program very useful in my last job search. I hope that you like it. Please let me know if you do or if you have suggestions to improve it.
This little App will allow you to edit or create menus in VB6 Forms. It removes the limitations of the number of nested submenus allowable in the VB6 menu editor on which it is based. New forms can be created with menus in place. It can be used to extract menu structures from one form and place it in another. You can save menu structures as templates for later use. It has only been tested in VB6. Use it as you would the Menu Editor in VB6 with the exception of the Open/Save operations. As with all my submissions, bugs and errors are provided completely free of charge.