Results for "Volume: ASP_Volume2"
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
This code will allow you to make a DAO database using code instead of the Visual Data Manager. This is good if you need to make a program that makes a database from scratch on the user's computer. Has many uses if you are a creative person! Please vote for this code if it helps you in anyway. If there are any questions, just email me. Thanks!
This a example for call one or more store procedures with different input parameters or without parameters.
I created this project because I was curious about mixing API programming with classes, collections and all that good stuff. This application will let you create sound by using the beep API. It allows you to control the pitch and length oth the sound. It also adds each created sound to a collection so you can add them as bits of a song. You can save your creation to file and load your creations from file. This is not for begginers but it is commented for ease in understanding. I hope you like it and if you do, please vote for me!!!