Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #121249
Dextra's Address Book [DAB]

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

2_2002-2004 #121250
DIP Switch control

Provides developers with a customizeable DIP switch control common in many hardware applications.

2_2002-2004 #121251
Ascii-Editor (new)

I've changed a little bit! - Try it and vote for me!

2_2002-2004 #121252
Connection String Maker (updated)

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. :)

2_2002-2004 #121253
How to keep new Internet Explorer windows from popping up... great for the WebBrowser control!

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.

2_2002-2004 #121254
IP Utility - API Only!!

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.

2_2002-2004 #121255
RUNDLL32.EXE functions

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.

2_2002-2004 #121256
Arc Drawing and Mathematical Routines - Including Line Intersection Routines - *Updated!*

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

2_2002-2004 #121257
Slpash Screen (Very Cool) Type 2

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

2_2002-2004 #121258
Snap you app to the side of the screen (like ICQ does.. Resizing desktop.. not just moving the form)

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.

2_2002-2004 #121259
mySql with DSN

This code will show you how to connect to a mySql Database using a DSN. It is very simple program but it shows the basics.

2_2002-2004 #121260
mySql Connection DSNless

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.

2_2002-2004 #121261
New code/article/tutorial from PSC - downloader(UPDATED)

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

2_2002-2004 #121262
Set Caption to Right Side Of Form

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!

2_2002-2004 #121263
Database Connect Tester

This is a program which will allow you to test a connection to most databases (SQL,Oracle etc...) and run any SQL query through. The connection to the database is handled using RDO although this could be quite esily changed to ADO if required. To test the connection you will need to enter the desired connection settings like server name, database name and password, DSN name if required etc..

2_2002-2004 #121264
Space Shooter (Direct X Game)

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

2_2002-2004 #121265
Smart Artificial Intelligence

To demonstrate how people can react with artificial intelligence. Please vote for it.

2_2002-2004 #121266
Menu Builder Update

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.

2_2002-2004 #121267
Longbow Server (NEW)

Check the old longbow server entry :), this is an update because the last entry was missing a few dlls

2_2002-2004 #121268
IP Configuration Wizard

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).

Languages
Top Categories
Global Discovery