Results for "Volume: 2002ASP"
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 program is only a joke.You open this program and Bill Gates gives you a surprise present(A free cup holder). Suddenly,your screen becomes white and a fake Norton Anti-Virus would be triggered, just to scare the user. Ha Ha.
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.
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!
This is a program that will let you show, hide, alter text, capture a picture, change the parent, kill, close, enable, disable, get info on, minimize, maximize, restore, capture a picture of, make them stay-on-top, send a message to, edit the window style, and flash the title bar on almost any target! The target can be selected by dragging the mouse from a button to the target or by entering a HWnd! It includes many more features and a complete help system. It also will list all the programs running on your system, will allow you to change their priorities, and will give you info on them too. The program can also perform a screen capture and can even highlight HWnds directly on the screen! It is excellent to learn by, and it's code is thoroughly commented and clean. Also, I would be grateful for any votes you feel fit to give me. I would appreciate them a lot, believe me!
This is a recursive function to calculate a string formula. For example: You have a formula like "3*((2+6)*2-2)/(2+2)". You just call the function to get the answer. Hope this is useful to somebody:)
This is a Task Manager / viewer which shows all currently running procceses, and all open windows, as well as CPU usage. you can also force windows(not processes) to close. It also had a listing option which creates a text report of all currently running apps and windows, this is good for Spy apps and stuff. This is a fixed version of this app, if it still won't work on your pc, erase all the CPU usage code which seems to cause trouble on some versions of windows. Please vote!
This button was created to be an enhanced replacement for Visual Basic's standard command button by adding 2 more Border appearance schemes, 2 more button styles, hover effects, 5 more caption styles, and state button compatibility. I cannot guarantee that this code is bug free although I have made every attempt to make it such. If you have any problems with this code please contact me and I'll do what I can to help you though the problem. Release 1.1.0: + New - 5 Caption Styles - State Button Capability (sort of like a checkbox) + Fixed - Bug in caption wrapping that would lose a character if a single "word" was longer than the caption width. + Improved - Slight speed increase from de-coupling the caption wrapping and drawing. Release 1.1.1: + Fixed - Bug that would not re-process the caption for display if the caption was changed in code at run time, unless a refresh was done. (Bug introduced in Release 1.1.0) Release 1.2.0: + New - Added Picture and Graphical Picture modes - Added Bevel Appearance Type - Added Bevel Width and Intensity properties (for customizing the bevel border) - Added UseClassicBorders property (to allow switching between blending and classic borders) - Added Option Button Compatibility and changed the structure of the State Button compatibility some + Improved - Borders have been revamped to allow blending with the gradient/picture on the button + Fixed - Fixed a minor issue with the ValueChanged event (event would not fire if changed via code) - Rewrote description text for properties / events / methods to be completely accurate Release 1.2.1: + Fixed - ToolTips are finally fixed and working. (I thought this important enough for another release just for this one issue)