Results for "Volume: 2_2002-2004"
This is a simple demo of the raw methodology involved in the basics of plotting 3D points on a 2D monitor screen. All this simple program does is compute the image of a cube one point at a time with a circle drawn on the front face. Anyone who wants to learn the elementary math involved in plotting a point in 3D space onto a 2D monitor can study the source and experiment with various viewpoint settings in the interface to see how they interrelate and effect things. Each of the X,Y,Z axes are color coded as RGB respectively help to keep track of the image orientation. Many comments in the code explain what each part does.
This code will allow you to modify certain advanced sections of the Windows registry. This example included shows how you can change the speed that the Windows start menu scrolls when clicked, will allow you to change the default startup page for Internet Explorer and for all you people who have had your web browser window changed by ISP to for example "Provided By ???". The code will also demonstrate how to change the registered name and organization for Windows. Please vote for me as this is my first submission.
With this code you can scan pictures by a scanner Yuo can select a TWAIn and of curse scan. When you download you will download a dll file that you will need to scan in vb
Hello And Welcome Too NextPad,, Thanks For Downloading the Source Its Probably Not too great But hey !! Any way It has . -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- * Word wrap , * Clipboard Options , * Can Launch Another Editor If The File That Is Being attempted too be opened is too large , * has an Options dialog * can Be Used on the command Line and , * can Be the Default text Viewer for (*.TXT) Files...... * Set Font * AWESOME Text File Manager ( Text Files Can Be viewed On the FLY !!! , No need too use a commondialog ) * Find Dialog * AUTHENTIC windows core component Properties dialog , Strait From the windows API !!!! * Launch New instance , Through A menu or dialog * Has a Toolbar * Has A Clipboard Viewer , Editor * Full screen Mode * Recent File Menu * Undo Option Added * Option Too Alter NextPad's Thread Process Priority * Option For NextPad Not Too ask Too Launch External Editor , Just Launch it. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- THIS PROGRAM CRUSHES NOTEPAD IN ITS OPTIONS AND ABILITIES !!!!! If you like it Vote for me Otherwise You dont have too . Thanks; Developer : Jason - simeone age : 15 Hobbys : VB 5 Code Was Revised , Restructured ...............
This is code that will read from a file in the map directory and display its graphics. It will allow free movement in forward/backwards and turning. You can make your own map files and i hope to further document the project. The purpose of this is to help other programers learn to program openGL in Visual Basics. This is very well comented :)
This is a GREAT Utility to find a domain name. You can feed it a dictionary and it will tell you what names are available! Simply select a txt file which contains words seperated by spaces and let it find the available .com's! Any feedback would be great! Uses Microsoft Internet Controls and HTML Object Library.
Ever wanted to add a Live Update to your program. It makes the program so much easier to update. No more searching around on the website for updates.
PROGRAM NAME: Geo_Dist VERSION: v2.0 PURPOSE & DESCRIPTION This program computes the geodesic surface distance between two locations on the surface of the Earth to an accuracy of about ±50 meters. Instead of assuming the Earth to be a perfect sphere, this program takes into account the actual polar flattening of the earth and the equatorial bulge, which gives a much more accurate computation between the given coordinates. The coordinates arguments are given in degrees minutes and seconds and the computed distance may be returned in kilometers, statute miles or nautical miles.
Recently a person calling himself Dustin Tinsley submitted source code for a UserControl to emulate the vertical graphical menu style popularised by MS Outlook. When I pointed out to him the amazing similarities between his code and one which had been written by one Robert L. Kubelka, and made available on other sites about three years ago - the similarities extended to such things as identically worded comments, spelling mistakes and even typos - he immediately removed my comments and any other subsequent postings. Ian Ippolito has since then deleted the code and I offered to upload the original. Should you feel this code is worthy of a vote, please do not vote for me - it is not my code (either!) - I'm sure the original author would appreciate a note of thanks. Thanks also to Ian Ippolito for keeping PSC honest.
This is an utilitary program. You can open an Access database (97 or 2000), and by selecting a table, the program lists the fields with its data properties. (Once more, I'm sorry about my english)
Qball its like a breakoutgame. (see screen shot) It is using directx 7 or higer for the sound. Bitblt for texture. Normal mode is 200 fps (i know its not normal you need a fast pc) I made 3d sound(suround) vvvery cool if you have a card that suports it. I olso made a directmusic port for the background. It has a nice option (it detect devices like : soundcard, videocard) It has a scortcut by right clicking on a level file you can press play or edit(if you have the level editor) It has an idea how to change keys from function in your game. It has a lot of bonus thing like, ExtraBall(max 20), BallCannon, LargeShip, VeryFast(works only if you have quick pc), Stickball, ExtraLive Some thing to know : The soundcard driver combo (in option) is most of the times on the wrong value. So frist goto option and use test to test the sound Cheats : always before typing a cheat press the delete key gun : ballcannon sticky : stickyball fast = hyperspeed large = largeship monsterballs = THIS ONE IS A COOL CHEAT i think there are some more see the source code and find out! I hope you going to enjoy playing the game. ;-) btw : there is olso a level editor on pcs for this game see my other submitions
this is the editor for qball nothing special.... It has a scortcut by right clicking on a level file you can press play(if you have the qball game see other submitions) or edit thx (i think you know what to do ;-))
The portscanner scans for open ports on remote computers, and reconizes different services, like the HTTP and FTP, but not from the port number, eg. if you are running a FTP service om port 80, the scanner will reconize the open port as a FTP Service. (See Screenshot)
ActiveX email checking control. Checks and returns number of new messages, full source for control and sample applicaton included. Please vote =)
Used to show and add new tasks to Outlook. Simple code to demo getting task list and also adding a new task in Outlook. Please vote.
Quick Edit is a simple yet powerful RTF (Rich Text Format) editor. It was designed to be both useable and simple to use. It is perfect for the beginner to learn how to write their own RTF Text Editor applications. The code is simple, but allows for font size, color, style, and alignment adjustment. Existing RTF documents created with WordPad or similar can also be opened and edited or printed.
this is the source to a dll that will create a progressbar anywhere on a form you want. Different border stlyes, change the backcolor, change the bar color, make it the default style progressbar or use vertical, smooth, or vertical-smooth. This is just the base of the dll, more can be added to it to make it more like you want it. If you want to include a progressbar in your app but don't want to send the LARGE Commoncontrols.ocx then just use this and send a small dll file with your app. Please post your comments / questions and don't foreget to vote. whiteknight
This is a complete application, cash register & inventory program/point-of-sales monitoring that is customized for a drug store/pharmaceutical company. It has many capabilities such as: Login Security, Selling Transaction, Receiving Transaction, Multiple reports using Crystal Reports Version 7, etc. and much of all a "Cool GUI Skin from Mac Skin". This will be the best ever and the most complete application in P.S.C. This is very easy to learn. PLEASE DON'T FORGET TO VOTE FOR IT.
Given a pathname, this function will return a string containing a list of all files in that folder plus subfolders. Much easier than other examples posted here! A single recursive function, with no API's or special types needed.
Started working on this about 6 months ago, and laid dormant on my computer till the last few days where I actually got to solve some major/minor bugs and actually got it to a playable state. This is the first simple game that I've worked on. Decided to use intrisic functions to keep it simple. Coding this created more logical and code issues rather than technical issues such as using bitblt/directx Anyway, I'm still tinkering with the code at the moment and adding some more gameplay functions to make it more fun. Stay tuned!