Results for "Volume: ASP_Volume3"
Displays Animating Icons On You Desktop.This Code Is Incomplete But Fairly Functional For Demonstration.I Shall Release The Complete Code In Next 2 Days
This my first version, 2ª version coming soon!! Let you put what you're current playing in winamp, like windows media player does, just using Winamp API SDK from www.winamp.com ;)have fun!
This is the 3rd release of Winstartup Manager and it's (v 1.2). As the name says it manage all startup items in registry "Run" sections that usually executed when you reach your windows desktop. This version has been enhanced more to be user friendly as well as the registry key sections has been fixed from the image list to option boxes and added some nice features in the upper menus, check them yourself please and if its desire voting will be appriciated thank you . I will say thanks a lot for the following cool people out there that reminded and comment me for the previous version 1.2 that has some bugs in the optionbox control regarding the "selregentry" var . Ian Brooke KwickDoc Mark F JK M@rkS apidude 'Iam working also on that services thingy you remind me about yes :) SPY-3 Thank you guys :) Winstartup Manager 1.2 is open source and you might help me out if you likre, because i want to add the function like reading the services in windows XP also .
Binary Search Tree Nodes Class - an effective and very fast searching/database storage methodology. This is a self-contained binary tree class along with a non-gui listbox class to create, search and maintain any unique key data in a binary tree. A lot of databases use this methodology as the basis for their database engines. Now you can have the database power inside your application. For example, a search of 3,000 keys will only require an average of 7-11 tree visits/seeks regardless of the key your are trying to locate. Also included are member routines to output all the data keys in tree in alpha order or even in reverse alpha order. This has been extensively tested for reliabilty and fast response for searching, insertions, deletions and traversals of tree nodes in general. Included root node release, tree re-balancing and garbage threshold detection and collection. Also extensive notes and a built-in commented example project/form to build a couple of example binary trees which output to a gui listbox. Also to demonstrate some of the class member functions usage. You may be surprised to learn there is little emphasis on recursion so no worries of runaway stack levels.(**IMPORTANT**: this latest version includes a major bug fix. When using the data index to reference external data, during a tree rebalance the data index was being lost or mixed up with another. It is a simple fix but significant to keeping the database integrity. This latest version is 1.1 and also includes the functions referenced in the supplemental article). ## LATEST: ## now includes a CD,DVD,Books Media Library application sample. ## (c) David K Richmond
THE ARTICLE IS REDUNDANT NOW - PLEASE SEE ORIGINAL ARTICLE [ Binary Search Tree Node Class (database engine) ] ALL NEW WORK AND CHANGES ARE INCLUDED THERE ........Supplements existing article by similar name and by this author. This is a new release and includes the extra member functions in cBSTNStorage.cls in order to allow node removal. (INCLUDES major bug fix to preserve data index during node removal).
If you like or use the code please read the agreements and VOTE for me(?). I have decided to rerelease the irc client due to the fact that there has been many requests for it. This client is a bare bones COMPLETE irc client, bare bones meaning that there are no external ocx or active x controls, pure vb coding. The code is commented the best and could be. There have been many other irc clients that are OPEN SOURCE that have used all or some of the code from my irc client including the following irc clients: secureIRC nexIRC dIRCal bsIRC flexIRC Hope you enjoy it....please email me if you'd like a copy of the early alpha stage for the new irc client. Thank You, Jaime
This code set a balloon tool tip with the standard windows API on every type of control with or without window handle (no hwnd or windowless) Please vote if you like it Adapt this code for your needs
VBCorLib v0.7 is a massive library of classes that duplicate much of the functionality found in the mscorlib.dll of the Dot NET framework. This has been an ongoing project and I have finally gotten some time to add even more capabilities. New additions include all of the Calendars found in Dot NET, Console capabilities, and Registry manipulation. This library is too big to attempt to explain here, so there is a support website with documentation located at www.kellyethridge.com/vbcorlib. There is a set of unit tests included with this code and they require SimplyVBUnit v1.4.x (located on PSCode) in order to be run. The tests themselves can also serve as a guide for how to use most of the classes and interfaces. The unit tests are not required to compile the library.
My code will create a border style on runrime, and it can reverse the borders it can edit the border styles of any app if you get its handle. ive showed it rversing the taskbar as well I never found this code any where else I serached for months so finally I just Wrote my own code to do this so if you use it plz give me some feed back!
Hi all, this is a real console app that can run from the DOS Prompt. comes with it's own tools so you can convert the app after it's been compiled. so no need to mess around with Link.exe. well it comes with it's own example. and also I made a little help file. Hope you like it.
A Fully Ownerdrawn Implemetation Of A VSNet Style Property Tree (Supporting Nested Levels). Supports: Picture Object,Common Dialogs (Open,Browse etc), Font Object, Custom Lists,Spin Button, Nested Levels blah blah blah.... There Is No Calander Support As Yet But You Can Format Each Property Item and Validate It Before Updateing. Caveats: No For Each Suuport And No Delete On Property Items But you Can Clear and Reload. List Only Need To Be Created Once and And As Many Property Item(s) you Like Can Be Pointed To It. I'm Not Going To Bore You With Anymore Details, Check The Screen Shot And download The Code. A Big Thanks Goes To Paul Caton For the Hook Code, Vlad Vissoultchev For The Drawing Code, Fred Cpp For The isButton And Carles PV For His Coolist. Notes Before Use: You Must Copy The WinsubHook2.tlb To Your System Folder. As Always Comments and Constructive Critism Is Always Welcome. The Sample Included Is A Basic Sample But I Will Update When I have More Time. Note: This Has Only Been Tested On XP Pro And Home SP2 I Would Like To Know If It Works On Other Os's Kind Regards Gary
A great button changer example which can change the shape of a simple command button. just set the command button style property to graphical and see the difference.
Does your application require plotting / charting of data? Do you like the plotting styles offered by Microsoft Excel, but do not want, or have time, to create a custom control of your own, then this wrapper class is for you. This class provides a simple interface to the complexities of the Excel object model and provides a simple and effective means to plot your data. Simply place an OLE2 container on your form, add the class to your project, set references, and pass it an array of data. In addition, this class supports either single or bi-directional error bars, and reduces some of complexities in handling this type of data. The chart interface, as with Excel’s, is fully customizable (colors, styles, grids, axis, fonts, etc..) at runtime, and supports direct OLE2 changes to the chart object by double clicking the object. So, if you need charting support, and do not want to spend a fortune on third party controls, then give this a try….
This program shows you how to use a form in your own program that shows a "evaluation period" window (view screenshot) that allows the user to evaluate your program for a certain time. This one cannot be cheated with by setting the system time back to an earlier date. The registration code is case sensitive. You can alter the location of the generated control file and the length of the evaluation period in the code. Everything is well commented. UPDATE: I've found out that this did not work with all the possible different local settings because I used Cdate to compare a date string to the system date. So I've included a module with some functions to get the local settings (thanks to Julien Brunelle, I found his code somewhere else on this site)
It Creates Folders-Files in My Computer,Desktop And Control Panel,you also can give what you want to see in right-click menu.I think you will like it. Sorry for bad english and thank you.
in this source code i add commands for how to change background color and how to change picture box color and how to open image files in picture box i modified these commands so easy and user can make image viewer by my source code he will tak help ok thenx and plz vote me.
Same as my other reverse border submision but i added code to flip task bar back to standard position and make reversed dialog border standard dialog window.
Copies the Caption, Text, and Buttons of a Message Box.. SUPER easy.
This is just a program intro I had for a Yahoo Booter I made a while back. A lot of people asked how I did it so I figured I would upload it here to show you a way to do it with out using Flash. This is just simple code using timers and OLE. Please vote if you wish, I am not out to win the nobel peace prize...just wanted to show something I really have never seen here before.
Many VB Tips/Shortcuts you may not have known about.