Results for "Volume: 5_2007-2008"
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.
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.
There is a API function in WinNT based systems - BeepAPI function. You can create sounds of any frequency and for duration by using that function. But the BeepAPI function in Win98 is very limited. It can't do it. So, I made this class in assembly that can do the same work in Win98 also. I haven't tested this code in other machines. But it should work. Please, report to me if it doesn't work. Comments and votes are welcome.
A simple class to show how to tile an image using FillRect.
TCP/IP To Serial Communication, TCP/IP To Serial Communication With Multiple Connection, Serial Communication To TCP/IP. Please vote!!!
This project has a class that adds bitmaps to the menus of a standard form. The class also resizes the bitmaps to a nice size. This is done via one sub method in the class. Please vote for me if you like it!! thanks
Decodes script that was encoded by Microsofts Script Encoder. My earlier version was done in ASP and is posted on this site, however i'm porting this to VB to disregard worries about code pages and such for other languages.
This code will generate a maze, which you can then play. Designed for fun, but as a complete application. Uses good programming style and has some very interesting recusive functions that are used to build the maze. Check the screenshot, and please post any feedback you have! - Ben