Results for "Volume: 2002VB"
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.
It's me again. This is a "pack files" program. It can compress files into a single file like pkzip, but it is all vb source code. It has also been modified to easliy add encryption. It includes a verify file routine, along with a wipe file routine.
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. :)
This little utility uses only API calls! The majority of the code was taken from the internet. Some of the features it includes are Host Name lookup by IP, IP lookup by Host Name, and IP and Host Name of the current machine.
You might find the following code useful in complicated tasks that require a lot of code in other methods. I have not tested all of them, but they should work.
This submission is split into 2 - A DLL, which holds all routines for handling arcs, and a program, which demonstrates how to use the DLL. The DLL is basically a maths DLL, exposing a Line Intersection Routine, and an Arc Drawing routine. Each arc is defined by a series of three points - three points along the line that is the arc. The arc is drawn to any hDC by API, using specified colours, widths, penstyles, and drawmodes. The DLL also contains data type defining arcs, and routines to suit, to make using this DLL as easy as possible. The program is a mimick of a CAD package, except it only uses arcs. It allows creation of arcs by clicking three points on a picturebox, then the arc, and the centrepoint of its circle, are drawn. From here, the points may be moved to update the arc, by dragging them and dropping them. During a dragdrop operation, the arc can be seen to be moving by using XOr drawmodes. The update includes the following changes: Program: The Arcs may now be moved by dragging the arc where there is no control point. An Arc must be selected before its control points can be moved. Added Arc Selection Routine to Point Selection Routine. About and Help boxes added. Arcs can now be rotated around the centrepoint by rightclicking and dragging. ZOrder for arcs also added, + buttons to manipulate. DLL: Updated routines and handling of data types inside DLL. Numerous routines added to assist external calculations of angles, distances, radii, etc. Overall, this has been a wonderful experience with mathematics for me. I strongly suggest that you download it, even if it is just to see what VB is really capable of, when the maths is applied. My 486 is fast enough to draw the arcs in real time, so I believe that any computer should do justice to the wonder of maths and graphics combined. Hope you enjoy it! Jolyon Bloomfield
This is a very cool splash screen. The graphics are like the Matrix. You must see it to belive it. Very Good. No extra OCX files needed. Pure VB. Vote if you like the code or/and leave comments
This code uses the SystemParametersInfo API to change the work space area of the desktop. You can make you app 'lock' to either top/bottom/left or right of the screen very simply.
There has been a few questions on how to use VB to connect to a mySql database. This will show you how to connect without using a DSN. Most of the code is from a ADO Tutorial from this site. I just modified it to show how to connect to a mySql Database.
This code will let you download the latest source code zip files/tutorials/articles from PSC.When you run the prog it looks for the newest code pages.Gets the 9-10 new code/articles/tutorials and if they have any source code in zip format it downloads those zip files.It saves these files locally you can view the list of downloaded files by opening Download.htm .Currently it does not download image files but i am working on it .This is just to help people save time ,download and take a look at all codes and use it to post comments and votes for all those people who work hard and post their codes on PSC.As evry developer would know a feedback is very imp . And this code can be used by anyone from beginner to advanced. So please leave your comments and votes
This is just a sample program that shows how to set the Caption to the right side of your form using API. Also included is a way to make your form appear backwards. I havent seen this done by using API before, Just cheap imitations using strings. !Win2k only!
This is a game called spaceshooter. This was my frist game it has flip stereo, music, a shop to buy and upgrade weapons. After download unpack and read the readme.txt. Requires DirectX 7 or higher (for sound). i saw that some guys not know the controls well: 'arrowkeys' for moving a round 'enter' to enter shop realy cool!! 'ecs' to quit 'spacebar' to launch nuke (if you have one) 'ctrl' to shoot with cannons Cheats : god mode : press 'delete' key then enter newlive more Score : press 'delete' key then enter egbert tell me what you think (vote) and tell me your new hi-score! thx egbert
To demonstrate how people can react with artificial intelligence. Please vote for it.
Updated version - removed many bugs and errors. Thanks for the feedback and interest shown by all those who emailed me. It helped greatly. 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.
Check the old longbow server entry :), this is an update because the last entry was missing a few dlls
IP Wizard is a GUI interface for Windows 2000 to review your current TCP/IP network protocol settings. This can be useful when you are troubleshooting problems, such as problems connecting to your Internet provider. This application uses Windows Management Instrumentation (WMI).