Advertisement

Results for "top"

2002ASP #5573
Yahtzee 4 Player Part 1

This is a full version game with complete source code. It is colorful, easy and fun to play. Although the code is commented, I also used long variable names to make the code sort of self-commenting. The game, I think is a fairly robust version of Yahtzee with these helpful features: * Tips on the point value of the dices after each roll, * Highlighting of those scoring categories which will yield points * Sound effects (which can be muted) * Dice color choices * A help section * Four player capability * Ability to save a game in progress * Tracking of top 10 high scores This is part 1. Part 2 has help form and associated images (which I am having trouble uploading)

2002ASP #5094
NeoEphemerix_2001

NeoEphemerix 2001 - v1 Beta 2 Written using VB 6 Requires 800x600 display or better This program is for astronomy hobbyists who want to create their own custom VB astronomical almanac program. It is a very complex program consisting hundreds of thousands of orbital computations and represents about 6 month's work so far. The program will generate high-precision ephemerides for the sun and planets from Mercury to Neptune. It has reached the beta level of functionality and I encourage any fellow astro-computationists to give it a try and offer any comments, bug reports and suggestions regarding it. Anyone who ever wanted to learn how to perform their own high-precision planetary orbit computations, may find the source code helpful, but the math required is rather advanced. A new version with even more computations is in the works. Any suggestions from users of this program will be considered in the design of future upgrades. NOTE: Due to the enormous size of the mathematical core modules and the complexity of the computations required to get almanic-like accuracy, the program takes about 30 minutes to compile into an executable on a 200 MHz machine and will produce a finished program about 4.3 megs in size. The visual magnitude computation of the planet Saturn will be applied to a future version, but magnitudes are computed for the other planets. The allowance for the rings contribution to its brightness hasn't been formulated yet. This version of the program does not yet specifically check to see if the date entered is in the proper range for the selected planet, so the following table is provided as a guide. VSOP87 Heliocentric coordinates are theoretically accurate to an arcsecond or better within the following ranges: Mercury to Mars - 2000 BC to 6000 AD Jupiter and Saturn - 1 BC to 4000 AD Uranus and Neptune - 6000 BC to 8000 AD To any users familiar with the astronomical algorithms of Jean Meeus and others, this program applies many of the same concepts, but at a higher level of precision not possible from the limited tables applied in the popular books on astronomical computing. It is based on a Visual BASIC implementation of the full VSOP87 theory of planetary orbits in spherical variables. Its theoretical heliocentric accuracy is to within ±1 arcsecond or better over the ranges specified for each planet in terms of dynamical time. Since the full theory is implemented, the accuracy of the orbit computations compares very favorably with the published almanacs. To achieve this level of accuracy, over 30,000 computational terms are applied to the raw, dynamical orbit computations. The computations include corrections for precession and the long-term effects of relativity on the orbits. Then corrections are applied for light-time, aberration, reduction to the standard FK5 system of coordinates and nutation. FEATURES INCLUDE: Both VSOP87 heliocentric and apparent geocentric ecliptical and equatorial coordinates Ephemerides tables can be generated by the day, hour or minute and can be saved to disk as plain text files Allowance for delta-T can be applied when known. Distances to the planets from the sun or Earth can be displayed in astronomical units, millions of kilometers or miles. Hour angles may be displayed in hours minutes and seconds, decimal hours, degrees minutes and seconds of arc or decimal degrees. Latitudes may be displayed in degrees minutes and seconds of arc or decimal degrees. A table showing the VSOP heliocentric position and geocentric ecliptical and equatorial coordinates for the sun and the eight major planets at any given moment can be displayed Basic astronomical data such as the mean and apparent obliquity of the ecliptic, mean and apparent sidereal time at Greenwich and nutation in longitude can also be computed. The program also has a stay-on-top feature that can be toggled to lock the window in front of other windows when needed. All program settings are preserved when the program terminates and are recalled the next time the program starts up. This program is still a rough draft but functional enough to be useful. I would appreciate any feedback on user of this code who are also into astro-computing, since it would help me to improve on future implementations.

2002ASP #5333
The Platnium Operating System

This is a awsome Operating System with some features just like Windows. This includes a real working Delete Folder(recycling bin in windows), though i am having trouble with the restore feature. Add a new folder, change the name or delte the folder. Add a text file, deletion and re-naming does work, though i am now working on the text editer or Platnium OS. A run feature, so you can start any program by clicking File - Run. The interface is like a mac, all of the features are in a menu bar at the top. This also includes a "Updater" feature. So when you want to update the OS, you just click "file - Get Updates" then it will take you to a website where you can download updates (site is not up yet). This is just the beginning version of the OS, and there will be many more updates and features to come. All you have to do is just double click on the folder icon to open it. And PLEASE dont be so hard, i am only 13 years old.

2002ASP #5593
Moving Text in form (No OCX !! )

With this code you will able to move your text from bottom to top in form.Great for Splash Screens. NO OCX needen

2002ASP #5782
XP Menu '2002 version 0.12 (alpha)

This is the next alpha version of my XP Menu system. Removed some bugs, new function to add pictures, now you don't need any external OCX (ImageList) for menu, load pictures from resources, add simple top menubar, recreated as control, ... Work only in compiled exe, not in IDE, because it using hooking and resources, that not workin in debug mode. See code at : http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=33571&lngWId=1

2002ASP #5783
XP Menu '2002 version 0.12 (alpha version)

This is the next alpha version of my XP Menu system. Removed some bugs, new function to add pictures, now you don't need any external OCX (ImageList) for menu, load pictures from resources, add simple top menubar, recreated as control, ... Menu is show only in compiled exe, not in IDE, because it using hooking and resources, that not workin in debug mode (sorry, Microsoft)... Anybody was deleted my original submission, so please vote for me!

2002ASP #5831
SQL Generator for MS Access

Absolutely tip top code for MS Access users. This does exactly what it says on the box. This has got to be worth a vote or two. Merry Christmas folks.

2002ASP #6043
Plural Check (extremely simple, very useful)

I hope I'm not the only person who wants to cringe every time I see something like "You have been online for 1 minutes." 1 minutes?? I see this kind of thing everywhere; here on PSC, even. It looks very unprofessional to me, and it's so easy to fix! That's why I listed this code as beginner level. Hopefully, Planet Source Code will implement this code and I won't have to see that I got an excellent vote from "1 users." ;-) I would like to hear any comments you have about this code. Also, please click to see my other submissions to PSC. My latest program, Music Maker is nearing the top of the Code of the Month list. If I can get a few more votes it would really help me out! :-) Thanks for looking!

2002ASP #6042
Music Maker

This program allows you to create your own midi music. I tried to make the interface easy and efficient to use but I'm sure it could use some improvement. It's similar to MarioPaint's music designer. Some planned improvements: * Improved overall controls * Semi-transparent highlighting instead of cross-hatch pattern (Please email me if you know how to do this) * Ability to export a Midi (.mid) file * Drums * Volume control * Pitch bending. I've included some sample songs. Please feel free to leave comments. I'd like to know of any suggestions/criticism etc. you might have. Also, I'd really appreciate it if you'd vote for me. Thanks! Update: I just uploaded a newer version. The main difference is that the form is now resizable. Also, you can place the red column by clicking on the top black bar. While you have an area selected you can now transpose just that section and you can assign an instrument to all the selected notes of the current track. I think I added some more stuff too but I can't remember now.

2002ASP #6131
ProjectX1 - Project First Public Release(Please Rate!)

This project contains alot of functions/subs created by T-Virus Creations. NOT commented but ready for use (Most of the stuff is explained at top of Module or Sub/Function. Please, don't forget to rate this!!

2002ASP #6247
Diary

This App. shows you how to use skinz in your applications, Open files for Append, Save and Load Data, Do Logging, Give forms a custom shape, Apply security to your applications, Allow forms to stay at top most, Drag a form without a titlebar, Read, Write, and Delete entries to an *.ini file, Have error handling in your app and much, much more. Great for a beginner to intermediate programmer. Please leave comments and/or suggestions.

2002ASP #6272
Notepad X .. the final Updated Version .. now supports Drag Drop .. Get user .. Check it out!

Hi friends, this is an updated version of notepadx .. and probably the last version of the project that I hold close to my heat ... which I claimed to be the most closest clone to MIcrosoft(R) Notepad .. and now I can proudly say .. this is the best clone for Notepad ... Features: * Word Wrap (Font also changes as we swap ... a bug left in the first version) * Select Font (Pressing Cancel won't matter .. a bug left in the first version) * Write .LOG at the top of your file and when you reopen the file you will see the difference at the bottom of the file ( a feature that exists in Notepad ) ... pointed to me by John. Thanks friend. I have also included a file with .LOG for you to check out the feature .... * Drag DRop Files * Get user and Organization Name in About form. * Information about Total and Available Physical Memory in About Form. I hope you will like this and please vote for me ... Thanks for downloading my code .. I hope you enjoy this code as much as I enjoyed programming it. Biswajyoti Das (askbiswa@hotmail.com)

2002ASP #6495
[A Command Button with gradient filter (ActiveX Control)]

Very nice command button (ActiveX control) with gradient filling. If client screen color depth is 256 colors or less – looks as regular command button. You can change caption-image order (position) from left to right or top to bottom. When created this control - used two algorithms from www.planet-source-code.com. Want to say personal thank you to: Rocky Clark (Gradient filter algorithm); Manuel Augusto Santos (Emboss filter algorithm). Please rate it! E-mail bugs to SergeyO70@HotMail.com. Feel free to use this control in your application (if you'd like to) as much as you want. If you'll modify it - please leave my name in the About box! Enjoy! PS: (Please rate it)

2002ASP #6569
Megalodon RPG Engine(Tile-Engine)

Basic 2D Top-Down RPG Engine. Not fastest or most efficient, but fairly simple to use. Read the Readme.txt for instructions on gameplay.

2002ASP #6654
Screen Magnifier =D

Its really simple - I think that it comes with windows (dunno which one), but its little form in the top of the screen that takes screen shots of the screen every millisecond and zooms in a few times. So I decided to make one myself :) only took about an hour, but i had to get the screen size right. Mine puts it in an image box and streches it a number of times, it is always ontop and in the system tray so you can hide and show it at anytime to save memory :) If you like this please please vote and leave feedback and suggestions, Thanks

2002ASP #6694
SQL Code Generator V2

Select a database and a table and receive the sintaxe SQL to: Add Field, Alter Field, Avg, Count, Create Index, Create IndexUnique, Delete, Distinct, DistinctRow, Drop Field, Drop Index, Drop Table, Group By, Having, In, Insert Into, Max, Min, Order By, Select, StDev, StDevP, Sum, Top, Update, Var or VarP.

2002ASP #6695
SQL Code Generator in VB

To generate SQL code. Beginners programmer use only a click to generate code. Select a query: Insert Into, Select, Update, Delete, Alter Field, Add Field, Drop a Field. Include DLL (AddIn) to VB6. UPDATED: More Querys (Create Index, Top, Max,...) and a Add-In DLL.

2002ASP #7059
_Screen Freeze JOKE

a cool little joke that makes it look like the screen is froze, and it stays on top so nothing works. please **VOTE**!!!! to use the code set the selected form's borderstyle to none, then insert code, then run it. just click to get out of the prog

2002ASP #7122
Everything bas - EVERYTHING IS ON THIS BAS!!!!!! [ updated!!! ]

This .bas file has everything. I MEAN EVERYTHING!!! Out of the deep dark secrets of my mind, this .bas file contains: Startup maneveurs, shutdown/restart/force/reboot etc. functions, helpful guidelines, sound play, computer-pranks, and way way way way way way more!!! File Move/Copy etc. Commands, Easy way to make your form stay on top of other windows, how to take your program out of the ctrl + alt + delete list, and a lot more that I can't explain in an article like this [it would take too long!!!]

2002ASP #7233
Change MSN Security Warning !!!

This will change the thing at the top when you open a new IM Window

Languages
Top Categories
Global Discovery