Results for "Volume: 6_2008-2009"
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 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.
Well This is my First App and my First Submit to PSC. Please take a look. I wanted to make an DataBase. To start simpel i made an Address book. I know there are a lot if this books here. But this one is diferent :). It has the function with Last File Opend, File Asosiation, (with open and print function) printing an DataReport and some other stuff. Im just an beginner with VB6. So comments and stuff are welcome. if ya wana Vote do so if not do not :). Greetz Black-Dextra
Provides developers with a customizeable DIP switch control common in many hardware applications.
I've changed a little bit! - Try it and vote for me!
The purpose of this class is make easy to generate ConnectionStrings to open ADO databases. Just setting some parameters you can easy open Access MDB with or without password, SQL server using username and password or Windows NT login, DBase III files, Excel Worksheets, Oracle and ODBC. Plus, with a minimum of modification you can easily add support to any other database. Of course that you always can hardcode your connections strings but this class will make this for you on a very friendly way. I'm updated with minor changed and translation of comments to english. Since it's my first submission to planet source code will be glad if I have some feedback positive or negative. I hope that this class can be so useful for you as it is for me. :)
Have you ever created an application that relies on a Microsoft Internet Explorer interface (using the WebBrowser control, for example), and you want to keep those pesky IE popup windows from popping up when you don't want them to? If you have, then you know that there is no built in way to keep Internet Explorer from creating new windows under certain circumstances. This program solves this problem by performing the following functions: (1) On startup, the program examines all of the active windows on your system and remembers which ones are Internet Explorer windows. (2) The program then goes into a monitoring mode in which it periodically (10 times per second) checks to see if any new Internet Explorer windows have been created. (3) If any new IE windows are found, the program posts a close window message into the new IE window's message queue, effectively destroying the window.