Results for "Volume: Java_Volume1"
Allows user to view all current win32 processes running on the system in a treeview with parent child relationships and click on a process to get extensive information on that process
Yes I know, another bitblt! But on psc the ones I found were all either very advanced or very simple. I tried to land somewhere in the middle. the code is commented and well organized, so hopefully someone can find it usefull. (Screen shot failed to load)
This utility is used to script a database. You can generate SQL Script for Query Analyser which is useful for migrating a JET (Access) database to SQL Server. You can also generate VB Source code to create a target database via DAO objects or DAO SQL Execute statements. I wrote this VERY quickly a few years back for a SQL migration project. I will update for ADO if anyone interested!
This code generates a fire effect following a well known algorithm that I certainly didn't come up with :) I'm surprised few people submitted some fire effects which, I'm sorry to say, didn't look all that neat. I have to give them credit for trying to be original though, unlike me! Note that I did all I could to make the code as efficient as possible. In the code, I explained the shortcuts I used compared to what could lead to more a realistic effect if you are ready to sacrifice a wee bit of performance. I do NOT use any controls, especially not a picture box! Yuk! Please don't! And I also use backbuffering to prevent flickering. Finally, MAKE SURE TO COMPILE IT! If you run it from VB, it will be slow as it will be interpreted. Cheers gals and guys, hope you like it :) PS: I rated it as "intermediate" only because of the use of a couple of APIs, but beginners should see that it's actually very simple! UPDATE: duh, I learnt to do a proper 256 colours GIF, it looks better. UPDATE2: duh, I also learnt to read and use a keyboard.
This article will explain a much more better example of Msn 6 API. From what I've seen, too many people submit windows messenger code, not msn 6.
This is a skinable ProgressBar This is version 2.0. © HardStream Productions
This is for a beginner who requested I add source code so that he could learn from it.
I did not make this VBP, it was made by Evan Toder, but as it so good i thought it deserved to be here. This really does look good, all i have done is modified it so that it is easier to undertsand. Plus i have marked out points where you should edit the project. Nothing else needed, just extract and run. Please read the Readme.txt as it will explain alot about the code.
This code lets you turn almost any program into an AppBar (that is, make it a dockable toolbar on your desktop). You could for instance, have MSN Messenger docked at the side of your screen so it's always visible and other windows don't maximize over it. The AppBar and TaskBar DLL code was mostly not written by myself; I merely combined the two into this project because they did what I needed them to do. You should run the GROUP PROJECT and NOT the individual projects. Thanks to Patrick Bigley for the AppBar code and Jim White for the Taskbar code.
This code is examlpe how to add plugin dlls to your projects. This program uses plugins for editing images(sometion like photoshop)
*** UPDATED AND IMPROVED *** This will cut a large file into smaller pieces. For example if you have a 4MB email attachment limit, and you want to send a 40MB file, you can use this program to split the file into 10 pieces of 4MB each. It also generates a batch file to reconnect the seperate pieces.
Inspired by Evan Toder's 'EvanSort' I pulled together some of my QuickSort Array manipulation stuff into a single module. Enjoy.
Hi. This is an MDI app work in progress. Many have asked after a way to open files into a single (previous) instance of a program. This demo can open multiple files at startup into one instance, you can drag-and-drop onto the running program to open files, and it can receive files to open when already running from explorer or the command line. It also includes working file handling code (open, edit and save files) and some generic menu items. It cannot yet receive commands like [print], this is yet to be added. I have eliminated the need for the MsgLink module which subclass's the window. By raising the LinkExecute event (I looked at doing this programatically but it also needed a hook) using DDE and a label on an invisible form. My idea was to use this form as a progress meter but I made it invisible, using an existing form would load the new instance when the DDE properties are accessed. I have used a RTB control on the child form which is likely to give you trouble. If so you can add your own RTB ref from Components and place it on the child form and name it rtfText. You do not need to size it as it will auto-size at runtime. Please don't complain too much about the lack of comments in the code (there aren't many I admit). I am working on it. Let me know if you have any issues with this working correctly. I've uploaded already to get comments and suggestions, so please DO.
This procedure prints the binary code of a number on Immediate window.
This Sort-Class can be used to retrieve the elements in a one-dimensional table of strings in either ascending or descending sequence. The table itself is not altered in any way by this process, rather pointers into the table are returned which point to the elements in the table in the requested order. Tests on a 1800 MHz Athlon processor have shown that the Sort is in fact the fastest I know, sorting 100,000 elements on a five byte random sort key in under 0.3 seconds. The speed varies only very slightly with the number of elements to be sorted, so one million elements take about three seconds to sort. Any special presorting has no measurable effect on speed (Quicksort by contrast is almost killed by a presorted sequence).
This is a WORKING yahoo chat client with uniques features: You can run multiple instances (like multiyahoo) / log in various nicknames from the same account simultaneously / all smileys /font sizes, colors / privacy options /great GUI and months of work. I've added credits for lot of code, since I didn't code everything. (see about box) Maybe I need some help with this, comments, votes, help Is very apreciated.
A partial picture editing tool.this is a great tool for multimeda programmers and also for those who want to add plugins support to their applications . the best method (as far as i know) for implementing plugins. you can add more functionality to your application without even recompiling your code. now all the plugins are already included in the package. just check them out and also do vote for it......
This is a program that uses alpha beta search to play reversi, at its highest level it searches 6 moves during the game plus playing the last 12 moves perfectly, so it plays at a really good level and it is hard to beat for most people, the game also includes a setup mode that lets you setup any position to play, and you can ask the computer to make a move suggstion for you, the code is well commented, so please vote or comment if you liked the code.
UPDATED 8/16 A turnkey ActiveX DLL that allows you to REALLY embed VBA style scripting into your application. With built-in code editor and events. Must see to appreciate. You can use early OR late binding and still process realtime events. A lot of code came from this site for some of the support objects. PSC has been such a great help to me for many years, but I've never submitted anything before. VBScript is a powerful tool, but why embed it into your application UNLESS there is a way to really control it AFTER you deploy your application. With this, you could either let users create their own code OR create customer-specific validation/processing/complete subsystems POST deployment. Enjoy and please give me feedback (positive or negative) all welcomed. Open the Group Project in the TestHarness folder and run.
Ever wonder how yahoo.com look like before. Back to 1996, 1997, 1998, 1999.. look what your favaurite site look like! Be a detective on your own! Every comment is welcome!