Results for "Volume: ASP_Volume3"
Resolve Minesweeper in less than 45 sec! Just run the program, and start minesweeper in Expert level. Click around to produce a sufficiently large area for the program to work with. beat this! than click the START button, click on the minesweeper window and let the program handle the rest It is rather cool to watch. It uses a probabilitistic approach as well to try to resolve problems not normally resolvable.
It simply demonstrates double XOR encryption. Look in the code for more details.
Give you an idea of how to store your friends information Better version than earlier. Download it now and try it. Please vote me. Thank you!! If any bug please report, thanks.
My code creates a folder in route directory of C: named with the local date.(C:\m-d-yyyy) It then copies the contents of three folders(c:\test1, C:\test2, C:\test3) to the C:\m-d-yyyy folder. It does this silently. I made it to deliver an application via novell delivered applications. However, I have found other uses for backing updata. I have commented on every line so you can follow along. Please vote for my code!!!
In this example, the figure of the curve changes constantly as it moves about the screen. You can make your own unique curve and save it. If you choose to compile this into a screen saver, please read the bezier.txt file first. Finally, credit goes to Mark Roberts for his sub "Bezier Splines" posted back on 5\25\99. I hope you enjoy viewing an extension of this work. :)
UPDATED 25-JUNE-2001 -1- Lightweight Windows Blinds Toolbar. Use as is or see VbAccelerator toolbar project below. Button control by J. Pearson (Aug 2000 PSC). Custom message box with Windows Blinds style buttons, optional timer to autoclose box, sounds and icons obtained from system using API. -2- Full implementation of Windows Blinds style buttons in a professional VbAccelerator Toolbar. Complete with Rebar, Pager, Imagelist class, Dropdown Icon Menu, and SubClass from www.vbaccelerator.com with full source code. Pager control hosts toolbar to allow scrolling when toolbar width exceeds pager width. Menus have Icons, background and customizable gradient highlight. Included in Demo is code to swap languages (currently 6) on the fly using resource file, 16 control panel applets selectable from menu, analog progress meter which can double as a Thumbnail viewer. -3- Imagestrip builder for making Normal, HOT, and Disabled picture strips to use in VbAccelerator Toolbar project. Put skins in first button, pictures in buttons, run program, save to clipboard, paste to MsPaint, crop, and save image. Strips attach to imagelist class for a low overhead toolbar. NOTE: Some VbAccelerator code has been modified to fix minor bugs discovered during 8 months of testing. Several new properties and code enhancements added. Uses subclassing so don't use IDE to stop program!
I wrote a Visual C++ dll to capture keyboard input from any application and call it with in visual basic. I have seen a lot of keyloggers out there that do the same thing but they do not show you how to create the dll. this code was inspired by Konstantin Tretyakov. The new Update fixes some issues where the dll would stop working. I did not fix it, that credit can go to Ari Perelman. Thanks again Ari.
Shows the - in my opinion - easiest way how to properly save and load a complete treeview structure from a plain text-file. NOTE : The code uses 2 functions - GetBefore and GetAfter - which I got from this Site, but I cannot remember the name of the author. If the person who wrote these functions incidentally gets this code, please leave your name in the comments, mentioning that these are YOUR, NOT MINE.
This program was created in the beginning as a request of Kamilche (look for her on PSC). It emulate different types of particle systems like rain, snow, explosions, fountains. I also added the ability to handle single particles, and a special "repulsion" particle. The program takes in account gravitional forces and wind into its calculations, which makes it as realistic as can be. Note that this program is not finished, and I posted it here so someone else will finish it. I'm ready to answer any question that you want to ask. I would like to see the program as some king of graphic program, which let the user create a text output for predefined particles in his program, or let the useer create a movie/images as he desires. Just let me know how things are going and some credits (and votes) will be welcome.
This may be some help if you want to print with VB. It does not cover everything to do with printing but is a good start.(...No PrintForm...) Using X,Y, Coordinates.
Subtracts a day from a date provided by the user. Code can be edited to add a day(s) or subtract more than one day. Code can also be changed to include Year, Quarter, Month, Day of year, Day, WeekDay, Week, Hour, Minute, or Second.
Quick and Clean sample to Email through Groupwise and send attatchments. Collection Based Recipients and Early bound. Code can work in Access also. Groupwise must be installed to work. If you like please rate.
This shows you how to add to the registry Run Key so that you can start applications on startup. This uses no API calls to do so. Rather, it generates a reg file and imports that. This was done to accompish the task of adding registry keys, but not wanting to figure out the API calls necessary. It's fast, it works, and it's easy.
This project demonstrates how to use a dynamic array to interact with database records and settings stored in a single binary file. The example stores custom settings and the record count at the beginning of the binary file, then stores multiple database records. To retrieve the data, it gets the settings and record count, then loads the records into a dynamic array which can be interacted with on the form, much like a true database record. I needed a custom database format to store large, variable-length fields of data with a lot of symbol-type characters and still keep the packaged application smaller than 2Mb! This code has been updated! I added a progress bar, streamlined the arrays (it's no longer using multidimensional arrays) and now it has progress bar support to show loading, saving and function progress. Any comments are welcome! I'm in the process of converting this project (with some major enhancements) to a class module to handle the routines. If you want to join this little project, post a message below. Depending on response, this may be developed into a complete flat-file database class (I'm getting tired of redistributing megabytes of DAO/ADO supports just to store a few dozen records). Don't forget to vote!
This is a really useful program for both administrators who want to decrease access and users who want to increase it :). If you are a user in a network and can't find, change file access, run, regedit, or a number of other things than this is just what you need. Or if you are an administrator who needs to remove this access you can also use this program. There are also several pointless things you can do like disallowing a user to shut down the computer. If you feel intimidated by the different captions in the SS, don't worry they all have tool tip text that explains them. This code is also heavily commented so download it and check it out. I love votes and comments (also about my new user photo). Enjoy!
This is my first submission. This program takes a picture and makes a mask image of it providing the mask color is black. After the mask is created you can test your mask on the spot and save the mask for future use. This code has examples of get/set pixel, BitBlt API functions. It also has an example of how to use the CommonDialog control. Read the nfo in the module and form declaration section I have also provided some sample images to show how they are to be done. Please feel free to leave me your comments, suggestions, and bugs.
This is what could of been an excellent html editor. The problem is I never finished it. It not only supports html syntax highlighting but also has the start of a custom visual editor which alows code to be type in the code editor, then elements such as pictures can be added in the visual editor. These elemts can then be moved anywhere on the page by dragging them with the mouse. And these actions can be saved into a project file for later modification. Lastly, it has a page previewer, templates. HTML ripper, and many more features including an unfinshed toolbar of wizards for different elements of the page. Have fun with this. Note: A portion of this code, namely some of the syntax highlighting came from the ezcolor code program by Eric Banker. Please send all questions, comments, and bug reports to [email protected]
Use this nifty program to combine files into a single binary file. Allows you to Combine and Extract files using a simple, easy to use, interface. Great for protecting your files when you distribute your apps/games. Also keeps your files seperate from you EXE so to update your app/game's graphics or sounds etc all you need to do is redistribute the binary file. If you like it a vote would be nice. If you hate it please tell me why. =] Vist my website www.pointystudios.cjb.net Version History: 1.2 -Added ability to select the destination extraction directory -Added a "Add All" button so you can add all the files from a dir to the list. 1.1 -Fixed some minor bugs -Added ability to remove files from list. -Added error trapping 1.0 -Release version.
This code shows how to use an array obtained from 'GetRows' and navigate through it as though you were using a pageable recordset
This code rotates a rectangle... sounds boring but its cool, trust me