Results for "Volume: Java_Volume1"
This is a multi-document interface (MDI) bitmap viewer. I features a status bar that shows the time. It also has a toolbar with custom graphics and tool tips.
This code is just to solidify what i know of programming so far, the structure of a program, most everything basic. Just to clairify this is a text game rpg.
Provides the user with a means of validating an email address. Using the like keyword, checks the email address with a specific pattern and will pick up on invalid chars for example, john.doe@.test.com will return false as would john.doe@com.
To save time during computer operation, no more pushing the traditional start button then point at accessories etc.... this is best for new computer user.
Calculates the duration in seconds of a .mp3 file. Also displays the associated layer, bitrate, sample rate of the file. I've bundled the function into a project to display how it should be called. This function does not read id3 tags. Search Visual Basic World for 'id3 tag' Much thanks to Predrag Supurovic's page on MPEG frame headers (http://www.dv.co.yu/mpgscript/mpeghdr.htm)
UPDATED - Its Re-Aero.This is a 2D console mode game which uses bitmaps for the planes.You shoot the enemies, on each level there blinking and motion speed increases.Be carefull with the collisions. Excellent GUI used for user interaction.Excellent way to get yourself accustomed to c++ console pixel graphics.If you like it , then just drop some globes on it ;)
Calculates your monthly payments on a mortgage loan. Also compares how much interest to principle you are paying each payment. Also sorry i had to do it twice i accidentally put exe file instead of .cpp!
This is an exclusive, screen saver version of the VB Snow program! I have been testing it as my default screen saver for a couple days now, and it works great! There is no config screen for it, but it works just like a normal screen saver should! I added full screen support (640x480), real time rotating snowflakes (done with calculations, not different pictures, real-time mask generation, and all sorts of nifty stuff! I fixed the full screen support to work much better, and added in multiple background support! You can add your own backgrounds in, just edit the backgrnd.dat file! Make sure they are 640x480 also, or it doesn't work well. This new version also adds in support to make this program work as a screen saver! You can right click the .SCR file included in this zip, hit Install, and it works just like a normal screen saver! (Minus the password protection)
The code is for creating adding deleting and printing
ASTEROIDS!!!, pretty big project, full game. Well i finally fixed the annoying bugs and added a few new features. I also shaved the graphics files out of the zip file since they are contained in the frx. I also have the compiled version available at my website in a distributable format, i.e. setup proggy. anyway, enjoy.
This is a pretty neat effect. You can rotate it on its X and Y axis and it looks like 3d. By holding down the Up or Down button you can see it so to speack animated. ESC EXITS the whole program. By Pressing enter then moving the up or down button again u can take the whole screen and paste it on the screen and still move around it.
This demonstrates the use of Objects and Arrays using simple examples. Shows the differences between objects and arrays, adding properties and methods, explains associative arrays, constructor functions, all by example. Although I have put it in the beginners section, experienced js scripters may find some interesting facts about arrays lengths, deleting items and more. Hope you find it helpful.
I wrote these menus using javascript behaviors encapsulated into 3 htc files creating a set of custom tags to make a collapsable menu that can accept images links and styles with ease. There is also an example of using filtering to create a gradient bar without the use of a bitmap. xmenu.htc: this is a block tag element that you put the elements that you want to appear in the menu into. xmenuctrl.htc: is a custom tag that has a two image display to show the state of the menu, one for expanding and one for collapsing the menu. xitem.htc: the last custom tag that is basically an anchor tag that has an attribute (windowstatus) to display a different message in brower windowstatus bar then the link. I have include three menus that I used on some of my webpages already with all the image files that go with them.. so enjoy maybe they will be a use to someone. check it out, please leave any comments or suggestions for improvement. Update: I have made some minor improvements as well as an Improvement to the xitem image handling. so far nobody has had any issues. Once again feel free to leave any comments suggestions and or complaints. NOTE: these will only work on IE 5.5 and and up or browsers supporting htc.
Enter student names, they get random grades from 40 to 100. Able to sort by name or average & search for a name.
The project has two forms. Both displays charts using mschart control for a data from access table. One form displays a chart(2D BAR) for the first record of the table. The second form displays a chart(2D BAR) for a set of records. 1.Both the charts displays legends. 2.Both the charts displays titles for X and Y axis. 3.Both the charts accepts a title to the chart at the desired location. 4.Both the charts displays data values at the desired location above the data points of each item. 5.Above all, the second chart(in the second form)displays bars in the charts dynamically as and when records are entered. i.e., if there are five records, five sets of data series will be automatically displayed. 6. Column labels and row labels are named in the code itself. 7. Filling colors to each data series is mentioned in the code. To summarize, a customized graphical representation of a set of data from an access table can be created by any user.
You can hide/show things You can open/close cd drive (this one works!) and you can change the mouse cursor
A full featured Mp3 player with playlist capabilities. (A front-end for Microsoft's Media Player) An excellent start to a great mp3 player.
Interpolation Antialisa Bicubic Resizing Algorithm Produces close to the same effect LoadImage(..)API, which was resizing an Image to a greater height/width, and antialising it!
Let your users choose a color through a rich user interface. This color picker looks simular to Adobe Photoshop.
This is an example of how to call GetSystemTime Note that it is not 1 millisecond accurate. According to Daniel Appleman both Win32 and Hardware determine accuracy. On my machine it was 10 ms.