Results for "Volume: ASP_Volume3"
This sample provides a look into the structure of Zip Files. It will allow you a look at some the information stored in them, and later I will be updating it with decompression algorithms and extraction routines. Take a look, learn something, and have fun !!
Emule a listbox control based into a listview control, support formatatio of item (like bold, forecolor, etc...) and support images.
This program simulates the operation of a 540MW CANDU Reactor. The program is very simple and so its not realistic to a real CANDU reactor, but its fun to play with. It took me forever to write the algorithm and have it react properly to everything you have it do. The warning indicators were inspired by Geoffrey Noles' Nuclear Power Plant Simulator. The program has some minor bugs but all the big ones have been fixed. Enjoy.
Learn how to (a) Draw dots randomly on form using PSet method (b) Draw lines randomly but neatly on form using Line method (c) Draw messy lines on form using Rnd and Line method (d) Draw FillStyle using FillStyle method. Comments are welcomed. Please vote.
This has an extra 20 functions to my previous "Over 70 API Examples". It has more window functions as well as some file functions. Please Vote.
MT's Picross is a puzzle game where you have to use the clues on the outside of the playing field to make up a picture. It includes a tutorial, a level editor and the ability to play new stages online! If you like it, please vote. I've worked pretty hard on this.
This is a simplified example that shows how to register an app to individual PCs using a key that is derived from unique properties such as the CPU ID, OS serial, MAC address etc. It's real easy to do & secure enough to keep most users honest. Feel free to modify & use it as you see fit & please vote if you find it useful. Any feedback or comments are welcome and why not take up my cracking challenge - no one has succeeded yet! It uses WMI so if you're running W95, W98 or NT4 & you get an automation error download the WMI engine from: http://download.microsoft.com/download/platformsdk/wmicore/1.5/W9XNT4/EN-US/wmicore.EXE. Update info: The app is even more secure as it now includes complete obfuscation of the key variable and a simple and easily expandable anti-hacking routine (currently includes RegMon, FileMon, SoftICE - routine is adapted from Kevin Lingofelter's code at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=10000&lngWId=1).
Hi. This is second version of my SkinnableForm project with main changes. First I changed the way of skinning which was really boring. Now all skin settings are read from a .ini file and changing skin is very simple by chosing a new .ini file. Now you can chose between 20 different skins added to this version. I added some features such as Resizing, System Menu, Easy TrayIcon and fixed some bugs. I also add a HTML Tutorial that explains how you can use this project to make your own project skinnable. There's a new control called ctrl_ProgressBar, which I designed to fit with new environment, but I'm not contented, It needs more work. unfortunatly I couldn't upload my code because of Script Time Out error so I put it in following link: http://www.ea-networks.com/skinnableform/skinnableForm.zip I hope you enjoy it. Thank you for all those who leaved me notes and told me their ideas about project. Sorry that I couldn't reply. I'm expecting any help for improving this code with open arms. Please feel free to send your ideas. Thank You. Get the code from here: http://www.ea-networks.com/skinnableform/skinnableForm.zip
shows how to send datagrid data to report thru a recordset also how to autobind recordset fields to report. This is my first submission. hope u guys will like it. i really like to hear any comments.
over 2200 lines! Advanced engine supports level scripting, no limit on enemies, guns, explosions, objects, helpers. Very customizable. Includes my first level, mars. Please use this code for something because I may not be able to continue it. the basic engine is complete, just add graphics, levels, and personality! note: I have the original, full color bitmaps if you want them email me: [email protected] or if you want more detail on script existing commands
Excel Based database to store contact information for multiple groups, good UI, control example programming, great place to get involved heavily within the Excel environment.
This is everything you could ask for in a caller id program. This will monitor your incoming calls and display them if you have caller id and if your modem supports caller id. You can select a picture for the person calling. This will also speak if desired when a person calls and save all your calls. You will need the text-to-speech engine which you can get from http://www.microsoft.com/msagent/downloads/user.asp#tts. I've seen things way worse than this cost alot of money, so take advantage of this source. This is just a beta version. Most things have been tested. Please send any of your feedback or information to improve this source to [email protected] or pm me on AIM: kescalade1
Hello guys!!! This submission is a complete OLE DB Provider Guide. Many beginner database programmers out there don't know how to connect there application in defferent database, in lan and even in a remote. This guide will help you a lot coz it gives all example on how to connect to a database using OLE DB Provider. Pls. Pls. Pls. Don't forget to vote this appliction.
This is a demonstartion of how to use Visual basic and HTML to create a cool application. One example is this Simple ADO database. As yuo can see in the screenshot there are text box and command button. But in fact those are HTML tags. Requirements: Internet explorer 4 and above.
This Code will show you how to Encrypt text in Images. Very Useful if you want to send a secret message to someone. Feedback is most welcomed.
*** Stage 2 - starting to look like a game now. enemies and collision detection next, followed by the alien abduction/rescue code *** This is my current lunchtime project - a remake of the classic defender. This is the first stage and there's a lot more to go. So why put the code up already? Well this is an open source code site and the very simple way I've coded this makes it a very useful starting point for vb and graphics (use of APIs for drawing lines, pixels, sprite animation against a ticker whilst creating a whole image for frame buffering to screen). At this stage there is enough in here to teach you how to create your own scrolling shooter without having to start from scratch. Votes are obviously appreciated, but I just love sharing code. enjoy and I hope if you use this project as a seed, post it on PSC. Cheers, Fosters.
UDPChat is a very useful server-less chat system for uses on LANs. Not only is it fast and secure, it also has Ping Timeouts, Uptime Requests, Emote Support, Chat Support, Resizability, Changeable nicknames and is basically crash-proof and won't display messages from uncompatible clients. The system runs on port 1025 and upon startup Binds to that port on the Network Interface only and also does a broadcast on the same port, network wide. The protocol is simple but safe, quick but secure ;) Log has colour coding and 2 people with the same nickname cannot be online at the same time. There is a userlist on the side and the function to request the uptime of other user(s) Clients + O/S's. Your nickname is stored in one registry entry (and I DO hate apps that write in the registry but this is just a chat program). The other thing is this should teach you ALOT about RichTextBox, Winsock + UDP, ListViews, Simple UserControls + Arrays. Please take a look, Vote if you like (i'd like to be code of the day for this one :)). Oh before you ask 1) The icon is from Waste (DONT ask where to get it search google) and 2) I got 2 windows in a screenshot by using winVNC (which I used for the entire testing proccess so it was a bit laggy :)) Enjoy it ;)
how to use filesystemobject to get all subfolders and files and how to separate in a listbox, check screen shot.
shows how to filter a datagrid by selecting option buttons. useful to search multiple entries with a criteria. here i have shown how to filter payments by Due, by Paid, by student name etc... Hope u find it useful.pls vote.
Visual Basic provides more than 200 built-in statements and functions. Some are used frequently; some are seldom used at all. Even experienced programmers sometimes happen upon a statement or function they didn't know about. This article can be considered a quick-reference guide to all of VB's built-in statements and functions. It offers the syntax for each, as well as a brief description of what it does and how its arguments (if any) are used. This is by no means a complete reference. Microsoft's Visual Basic 6.0 Language Reference is probably the best source for in-depth information on VB's statements and functions. If you have any questions about syntax or use of a particular statement or function, then you are strongly urged to consult that reference to obtain additional information.