Results for "Volume: ASP_Volume2"
This source is an example of how you can take any picture, declare a 'transparent' color and make a shaped form (skin) from it. It's simple, complete, and it WORKS!
MultiConection Portscanner without API
Hi this is a small add-on I made for windows to allow you to decompile CHM HTML Help files anyway Please vote for this code if you like it PS please see the readme html file so instructions on how to us this code. I have also included a small help file that tells you more about this project.
This will display four MSN Messenger screen names for the user to read. But please note that this is only for MSN Messenger 4.6 or lower because I am working on a one for the new Messenger. Also you will not be able to view the names which you sign on as, but the user will be able too. .:JamesJD:.
Here is the source for the very popular, very classic game Snake. This code is very clean and fully commented. Hope you like! ... this is my first submission.
This is a complete GUI compiler and interpreter with support for events. I aimed to make a format for the internet that could be streamed and would be small yet powerful. HTML is a large language - so I wanted to make a binary language that would be able to do anything HTML could do..the result - XHTML. This demonstrates advanced techniques to dynamicly create ANY control at runtime, an object class event handler, calling and setting object properties by name and much more. Also demonstrates the basics of a streamed language. Currently, there is no scripting support or dialog editor, but this will be added next. I wanted to create an extremely powerful language - both fast and compact. This project is still under development, and I am aiming to create something similar to a Windows Java like program...of course, I must add a launguage first. I have included a VERY basic sample, showing off a label (text), hyperlink and image. Without modifying the code, the sample could create anything - from a combo box to a commondialog control to a text box. If you don't like it, please tell me why so I can improved it. Anyone is welcome to use this code in their projects (a mention would be nice). I have worked hard on this, and all feedback would be GREAT! As always, If you think this is good code (or at least OK), *please* leave a comment and vote!
Hide your name in the message and they wonders 'Who sent me this POPUP!!!'. Sends message across the LANed PCs. Send messages fast and to group of users together.
Just a tool. Create animated bitmaps from animated GIFs. Result is also transparent when used with module provided. Several neat options. Code combined from MSDN, VB_Thunder and some creativity on my part to use in a game I made for my son. Commented but could still be hard to follow. Have fun with it. Two play GIFs provided.
This creates 7 bouncing balls that follow your cursor around the screen. The balls behave as if joined together with an elastic band - they stretch and bounce of the edges of the screen while following the pointer. Full source code is included. Based on the JavaScript to VB port by Chun Meng. This creates transparent windows shaped like blue balls, that are on top of everything - menus, windows even the taskbar. It's hard to explain or show in the screenshot,but please download and take a look. You will NOT be disappointed!!!!!
Add the full/partial title in the kill list and let it do. Residing in the system tray, it immediatly closes the annoying windows from poping up on your screen. Good against popup web pages and restricting your PC from unauthorized access. Could be a better example of finding windows matching partial/case sensitive title.
The code not only allows you to extract an Icon from an EXE to a ".ico" file but also allows you to replace an EXE's icon from a ".ico" file (a PSC first!). The code is still in the BETA stage. It works perfectly for most Win32 EXEs but you may run into problems with others. The code is well commented and put in a single reusable module (for convenience). Read the ReadMe.txt file first.
It is a class that can generate barcode 39. It contain a demo to show the basic element to use the class. It can be use even a beginer. It can be draw on form, printer, and picture. I am post the example to it because I don't have barcode reader to test the barcode that has been generated.(no money, >,
Nothing special: a simple progress bar.
OK. I realize that probably everyone in the world but me knew this. I figured maybe theres 1 other person who never figured it out either, and may find it a time saver.
UOS Shell 2003 Improved is better. I just improved it today. It now has help on the StartUp and I fixed spelling errors. MS Agent 2.0 is required. Please vote and send comments.
Easily invert picture colors with less than 10 lines of code. Much faster than VB's inversion methods.
This code uses API to get/set properties of most any combobox. I have designed it to work as an object so that you can just input the handle of your combobox and get/set the properties. Sample Included of course.
Ok this now has all sourcecodes even for the test project and i added more commenting aswell and also contains no compiled exe's!... Example of how to create a file patcher. Please for educational use only! Read the ReadMe before starting the project.. Also if i get the vote's i will create a PatchFile creator which willfeature calulation of the offsets and areas needed to be patched, folder compare, and also addition of new files. Some what rather like an installation program with a wizard type of interface for deployment, making installation sizes alot smaller for Updates etc...Thanks and Please Enjoy! =)
How to use the picture object (stdole2.tlb) for animations.
This program will create like almost infinite worldmaps, at any dimension you wish. It will also return a planet (spherical map) if you wish. Note that the code is pretty fast This code is a port from an CGI version, the URL is included in the zip for the interested people. Note: I left all the variable names like they were in the CGI version, ditto for the comments, so the code isn't exactly in the right way.