Results for "Volume: ASP_Volume2"
This draws the shadow of the mouse cursor continuously. This is worth looking at if you want to learn how to skin forms. As you move the mouse around the screen, it always has a shadow. While this program does not skin a form and use that as the shadow, it does merge two bitmaps to prevent flicker and keep as much of the background as possible, current. There is one problem with this code : it won't detect the cursor changing over another program. Any suggestions on how to fix this would be greatly appreciated. Hopefully for the next version, I'll skin a form in the shape of a cursor and follow it around. Votes, suggestions and any feedback at all are very welcome.
Yes it is possible to put text into a picture box. You can use this code to display captions on pictures and make uneditable text!
Creating a ActiveX DLL in VB5 or VB6.
Cool little snake game I made. Better than all the other ones I've seen on psc. Play two player or one player with five different speeds and up to four computer players. I've commented it the best I can. There are heaps of little examples like playings sounds accessing files etc. Plz vote for it and comment! thx
This a beginners guide to VB, this also has a Zip file containing all the projects and the article as a text file. PLEASE VOTE!
Ive seen a lot of source code that can bring up the window asking the user to connect to a remote share, but none of which would work without user input. This API call (WNetAddConnection) is very easy and simple to use, altho i cant guarrentee it will work on 98/ME.... tHe_cLeanER
This is a set of 2 classes to make subclassing easier by handling all the hooking/unhooking and message routing involved. The SubClass object exposes a single event (Message) which passes the messages the window receives on to the subclassing application. SubClassEx exposes Message and many other events for messages that are commonly subclassed or intercepted. Both classes allow for over-riding a window message, additional processing, and custom messages.
This code is for generating lightning type graphics via an assortment of parameter editting textboxes. A playlist capability is also included so one may sequence their creations. No help files were made for this but there are plenty of tooltips available hopefully making this pretty much self explanatory. The variety of output available via the parameter textboxes is quite large. A playlist is included to help get a good concept of the function and use of this program. Simply open "__all files.dat" from the menu and click the yellow play button. The other '.dat files are simply clips of this larger one. Have fun!
As you move your mouse pointer over top of a listbox this code will return the index and select the item underneath it.
WonderHTML is a complete raw HTML Editor with full web/file/task management and lots more. Checks for broken links in the page, or incorrect HTML coding. Reports invalid tags, incorrect nesting, improper syntax, etc. CSS Editor allows you to edit CSS files. Edit properties such as colours, BGSOUND, etc. All open documents are analyzed and on-the-fly HTML and Script outlines are generated for quick access and navigation. It has an in-built image viewer with support for BMP, JPEG and GIF images. Complete help system. Supports multiple undo/redo, macros, custom buttons, lots more. Powerful find/replace/find in files feature. Shows file information. Converts HTML to ASCII by removing tags. Use whichever browser you want for previewing. Colour Fader that fades the text you put in between the colours of your choice. Report shows files in the web with info, status of broken or unknown links in all pages, large files and media-related files in the web. Converts typed URLs to functional links AS YOU TYPE. Loads files from Remote Server. You can import files from other folders, including subfolders. Comes with in-built templates that you can use for creating webs. Auto line indent from previous line's indentation level. Go to line (w/ all sorts of options). Configure editors to handle specific file types. Open a file with the editor you want. Generates list of files in the web - *with subfolders*. TASK MANAGEMENT. Insert date & time (automatically updates on open/save!). Printing and Print Preview. Goto Last position *upto 25-pos memory*...
A Tutorial on how to do Direct3D7 Retained Mode Graphics! HTML file and an example! Every line of code is commented and easy to understand. Begin making 3D Games with this article! I WORKED A LONG TIME ON THIS ARTICLE! If you like it, PLEASE VOTE FOR ME on PSC :) I am also planning on putting out a 3D flight simulator soon so keep lookin-
Example of making your own taskbar in an MDI application. Has the Office XP look a little bit. If you ever use this code in your own program I'd like to know :) Please leave your feedback.
Code for an owner drawn Progress Bar control. The Progress Bar itself has various display options including 6 border settings, 3 distinct display options which are completely customizable, and the ability to display text. The user control uses no intrinsic controls (except a timer) and uses 36 API calls to control the display. Commented!
This AddIn helps you to explore and document your projects. The documentation is incorporated into the source code and may be printed by the Code Formatter Source Print Facility (updated version soon to follow). Compile the DLL into your VB directory and then use the Add-Ins Manager to load the Explorer Add-In into VB. The Splitterbar.OCX (included in the .zip file) is a Control based on a submission by eidos here at PSC. You should copy it to the Windows System Folder and register it using RegSvr32.
This will create the 8 or 9 digit number that goes along with the log on packet for the newest version of the AIM TOC Protocol (version 2.0). The number that it makes, is based on the screen name and password. I guess it was a security feature added in, to prevent users from making AIM Crackers.
Illustrates use of classes and collection classes in VB Showing nice fireworks effect. Each little particle in the firework explosion is an independent object. Any comments/suggestion on how to improve speed/memory Usage are welcome. please vote for the code even if its negative but please do leave a comment to let me know the reason.
The following code is an example of how to use DDEML in Visual Basic. DDEML (DDE Management Library) is the Win32 API mechanism for performing DDE based interprocess communication. Using it with VB provides a much more customizable and scalable DDE mechanism than using standard VB form-based DDE. The zip file contains an example server and client. The version 2 server inlcudes DDEAdvise functionality. This allows it to notify clients of data changes.
The long-awaited, much-enhanced new release of THE all-VB HTML rendering control. Now with horizontal scrolling, table and cell background colours and much, much more.
Always wanted to delete multiple rows in a listview by using checkboxes to select which ones to delete? Then this is the simple solution. Might work on earlier versions of VB, too.
Its a simple game. i guess its addictive.