Results for "Volume: 5_2007-2008"
PLEASE CHECK THE SCREENSHOT! DragonRider uses dozens of techniques and tricks to display dozens of sprites with complex animations, visual effects, sound effects, collision-detection, complex character animation, etc. The screenshot sais a lot. Check the readme file for more detailed info! Any comments, ideas, VOTES, suggestions, tips, etc. are very welcome !!!! Music and Sound effects unfortunately had to be removed to keep the filesize down, anyway, Enjoy. Danny,-- EXPLANATION TEXT: This code is a tribute to PSCode.com since a lot of the routines are taken or 'heavily inspired' from other contributions made to this site. For example: FPSLimiter class by Geoffrey Hazen, Path Finding (not implemented yet) by Jonas Ask, DX7Sound Playback by Derek Hall, FoxCBmp Library 3.3 by Florian Egel, Collision Detection by Richard Lowe, to name a few. Please note this is WORK IN PROGRESS !
This Article teaches the basics to WinSock. I did not write any part of it, and give all credit to Microsoft. I got it straight from the help files in VB, but I am submitting it to get the information out for the selected few that don't already know about WinSock!
This version revised some poor logic code, now has 35 samples, list most of the funtions used in pixel shader programing, more textures can be loaded, more stable, and bug fixes. Please note - most video cards do not handle pixel shaders yet. If your does not, the result will stay black. This program has been tested on - Winows ME, 900 mhz, 128mb ram, 64 mb GeForce 4. Thats it. Please leave comments and suggestions. If you like it please vote. My next task is a pixel shader lab. -Enjoy-
Controls Meade Autostar equipped telescopes. Slews telescope from button presses on the screen. Can be used to help autoguide during CCD exposures.
A small function to detect collision between 2 objects!
Displays a combo-box containing all MS Agents currently installed on your system (retrieved by API call). Selecting an Agent first loads the desired creature, displays it and fills a second combo-box with all possible actions they can perform. Choosing from that list lets the creature do whatever you have selected. Additionally you can enter phrases and let them say what you have entered. Thanks for some really good inspirations ;) on this site
Advanced Controls - SuperTree 1.0 NonStandard Tree based Data Browser, Customize your node look, and you can get really usefull non-standard hierarchical data browser.
Believe that! Yo can make your forms semi-transparent just with a few lines code. This from loads and unloads with a alpha fade effect. You can set Alpha Blending between 1-255. Download , Feedback and vote plzzzzzzzzzzz. OS : ONLY win2000 and winXP.
Missing module added ! + minor changes. I trhink you must see this. Leave comment, vote for idea id you like
I have seen alot of code disabling the "X" on the form to prevent uses closing the form, i.e. in the middle of data processing, this is a little "work around" i have been using...no magic..(o: or heavy API calls
You can use API functions like TextOut and CreateFontIndirect to make font effects. Your options are FontName, Height (same as size), Width , Weight (normal,bold and heavy black) , AntiAliasing, Rotating and . . . you can see all options and samples in screenshot.
This is the database editor version 2. I did not submit the first version. However, I made changes and enhancements to improve the program. It only works with MS Access type databases. A person does not need access installed on their computers for it to work either. You can create new databases, open existing databases, compact a database, add new tables and change the database structure. If there are any suggestions for improvement, questions how to use it, to give feedback, or even if there are any hidden bugs, please do not hesitate to email me at [email protected]
Creates avi files from a series of images (bmp, gif, jpg). I started making stop motion animation with legos and needed a way to create the avi file, so here it is. It doesn't save audio just video, if anyone can add audio, do it and upload it here. Credit: Ray Mercer created the avi module and cDib class file.
Digital Statistics Calculator saves all entered data to a DAO database and can send it to Excel for graphing. The lab where I work wanted this to avoid doing double data entry.
Find out who is currently using which file on the server. I am using Windows NETFILEENUM CALL. The structure that i have used in this example is only for WIN NT/2000. If your are going to use WIN95/WIN98/ME grab the structure from msdn file_info_50. Please vote!!!!!
This File reading tests compare 3 methodes of reading file. One is using Api, second is using random access file methode and third is using binary file methode. I have tested all and found that using Api is the best and fastest solution for reading files. I have included 3 classes for these 3 methodes and a template project to test them. In my tests, i have used a PIII450mhz, 195MBRam with WinXP Pro. I have read a 20mb file in 1.8seconds.
This little app lets you move all controls that appear on your screen.
I couldnt find a decent image mapper made in visual basic.. so in my anger, decided to make one on my own.. and ended up with Zmapper over night. Zmapper generates HTML map tags.. you can select the type of tool you want.. it ranges from rectangle, cirlce and of course my favourite.. the polygon :p please make a better one some one.. hope i helped..
Extends the treeview class to add some functionality that in my opinion should be there by default such as Exist and ExpandAll. If you have had trouble working with the Treeview Control in the past you might want to give this a look. I will be adding drag drop capability to this and beefinging up the OO code. If you have any suggestions please let me know. Enjoy - RegX
Hi. This a control that act as a command button, option button, checkbox, frame, menu and more by setting just a couple of properties. Let me know what you think. Paul