Advertisement

Results for "top"

7_2009-2012 #225951
_Web Listbar

This code will help you organize your support content (Links, news flash, Top 10). This mimics the common Listbars that you will find in other Desktop application languages like VB. Since it uses standard HTML as it's content, the sky is the LIMIT when adding content. You can customize the Javascript Objects that I have started to really enhance these objects to be very powerful. I have added a Readme.htm file so that you can understand the parameters and the objects that I have created. Almost everything is customizable, color, font, background colors, images, you name it.... If you like them, throw a vote my way. Thanks

7_2009-2012 #225107
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.

7_2009-2012 #225622
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.

7_2009-2012 #225979
MSN Messenger Alert Box

This project demonstrates you how to build an alert box like MSN Messenger has. It is displayed in the bottom-right corner of your screen. When an alert is shown while another one is still visible, it is placed on top of the existing box. By moving the mousecursor over the text it appears as a hyperlink. And to get a little bit of the Microsoft feeling I've added a simple gradient found elsewhere on PSC.

7_2009-2012 #226071
Get Taskbar Dimensions/Position

This project is very small. It just shows the taskbars' position on the screen (in twips) and it's Left, Right, Top and Bottom values. It returns these in a RECT structure.

7_2009-2012 #226073
About Screen With Fading Text

This about screen scrolls text upwards, fading in at the bottom, and fading out at the top. You can insert this screen into any project as long as you also include the clsBitmap class. The class itself contains some very usefull code for any program using api graphics. Any feedback or votes are very welcome. Thank you

7_2009-2012 #226079
Snake Game With Demo AI

NOT a beginners code I'm afraid. The game code itself is really intermediatary/beginner, but the graphics code uses a lot of api calls. The demo ai is fairly simple, but it's managed to get a top score so far of 240. My current best is a measly 170. Fully customisable, including play-area size, player starting and finishing speeds, ai speed (you can let it cheat). Oh yeah, please note that the ai enters it's own score unless you set it not to :) Any comments are welcome (so are any votes). Enjoy the code and feel free to use or distribute it.

7_2009-2012 #225662
Windows Roll/Slide Control

I have been tinkering with the Windows API AnimateWindow function, and have wrapped it into a user control, which you can drop onto any top-level window. You simply call the controls CloseAnimation method from the form_unload event, and your window will roll or slide up, down, left, or right, or fade or zoom to nothing. This easy to use control has 2 main properties - the "AnimationEffect", and the "EffectDelay". The included example project here shows how easy it is to use. It seems that this API Function exists in Windows 98, ME, 2000, and XP (I was unable to get this to work with Windows 95 or Windows NT). I got varying levels of effectiveness depending on the OS. Keeping the EffectDelay to a minimum (500 or less) usually produces great results. This project has the default delay at 1000 to exagerate the effect, but you should set to 400 or 500 in your projects. Use the "Project1.vbp" to see the example, or include the CoolAnimate.ctl in your project to just use the user control. Hope this is helpful to some of you.

7_2009-2012 #225772
IP to Serial port Pass-Through Server

IP to Serial port Pass-Through Server Update 22-MAR-2005 This project takes TCP and UDP messages from other applications and routes them to the proper serial port to control serial devices (ex. Telephone systems, IP Routers console port etc.) or other device on a PC COM Port from a remote site. Communication can be one way (App --> COM Port) via UDP packets, or Communication can be two way (App COM Port) via a TCP connection. App can support up to four connections to four serial ports. App also starts in the SysTray so it's out of the way and a double click brings it onto the desk top. App has a monitor feature, look at the packets in Raw Text, Verbose Text and HEX values. TCP connections release the serial port when there is no connection In UDP mode, serial port is always active. Application has been tested on Win2000 Pro and XP Pro. Serial applications tested have been … Connection to Comdial Telephone Systems (DXP, DPX Plus, FXS, FXT, FXII) using the programming software (VMMI). Unix box via a Procomm Plus Telnet connection with terminal negotiate off. Kenwood TS870 Amateur Radio serial control Netopia 5000 router console port using Procomm Plus as above. Comments welcome

7_2009-2012 #225842
Auto Error Trapper Addin

This code automatically adds centralized error trapping to your code. It reads an .ini file that it stores in the same folder as your project that contains two pieces of code. One is inserted into the top of every method and one is inserted in the bottom. This can be used as a last line of defense against unexpected errors. The default is to allow the user to Abort/Retry/Ignore the error instead of just crashing the program. It will also (optionally) automatically insert line number into your code so that you can use vb's Erl function to get the exact line number where your error occurred. WARNING: This program directly modifies your code! Be sure to backup your code before using it. I am totally not responsible for any damage to your code. Credit: This was adapted from the program 'Auto Error Handler' by Nathan Dennis.

7_2009-2012 #226126
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)

7_2009-2012 #226158
cTabStrip 'Container Management' Class wrapper

The wrapper is designed to take control of all associated containers/controls in three easy steps:- 1. Hook a TabStrip control; 2. assign controls to tabs; & 3. set how the controls will be managed - the wrapper will do the rest! Other features include container management, automatic positioning (center, top-left, bottom right, etc...) and auto-Fit. The wrapper makes use of object pointers (weak object references) to aviod circular references. All code is cleanly formatted and well commented. The included program demonstrates how easy the wrapper class is to use - Take note of the placement of the different types of associated controls and how the wrapper fixes up their containers, visibility and positioning on start-up. If you use the TabStrip control or have wanted to, then this is for you!

7_2009-2012 #226179
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

7_2009-2012 #226401
Tab Mdi application

Tab Mdi application. A template for your application. Simulates a tabcontrol, but uses mdi forms for added managability. The tab control on top shows/hides your forms.

7_2009-2012 #226441
UPDATED Advanced API - Cool bouncing balls that follow your mouse cursor everywhere!

This creates 7 bouncing balls that follow your cursor around the screen. The balls behave as if joined together with an elastic band - they stretch and bounce of the edges of the screen while following the pointer. Full source code is included. Based on the JavaScript to VB port by Chun Meng. This creates transparent windows shaped like blue balls, that are on top of everything - menus, windows even the taskbar. It's hard to explain or show in the screenshot,but please download and take a look. You will NOT be disappointed!!!!!

7_2009-2012 #226580
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!

7_2009-2012 #226691
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!

7_2009-2012 #226429
Draw FORMATTED Text to any window with a hDc

Allows you to draw Formatted (diffrent fonts, sizes, colours) text to anything with a valad hDc - only tested against Screen Objects - Converts Font Object to LOGFONT struct IMPUTS: StdFontEx, Rect - Bottom Top Left Right, hDc, Text, Text Allignment Flags. Either provided as Paramaters of the .Draw procedure or as Properties of the cTextEx Object RETURNS: no Returns SIDE EFFECTS: no Knowen Side Effects Misc: you MUST pass a StdFontEx object as either a Paremter or a Property of the cTextEx object. cStdFontEx mirrors functonalaty provided by the StdFont object. i only added a Colour Property (it makes sence to do this) future revisions of this class will encorperate diffrent brush styles thus the reasoning for mirroring the vb font object

7_2009-2012 #226505
ASP Mailing List v1.1

Application Update from v1.0. This code provides a set of pages to allow your site visitors to Subscribe or Unsubscribe to mailing lists on your site. There are several changes to the code from version v1.0. Administration functions are provided to; manage those charged with administering the lists, manage the list members, manage available mailing lists, manage archived emails sent using the code, manage the email signatures, manage the 'From' email address, and send bulk email to the list members using CDONTS. The code if fully commented and uses an Access 2000 database. Extract everything to your server and edit some constants at the top of the 'includes/_configuration.asp' page. To access the pages start at 'aspmaillist/default.asp'. The interface isn't intended to suit any site, rather the pages can be easily customized to suit your needs.

7_2009-2012 #226581
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.

Languages
Top Categories
Global Discovery