Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #29496
PopupCreator

The PopupCreator class allow you to create Popups menu without the use of the PopupMenu method on a form object. This is cool becouse you don't need to build a menu on a form; Note that sub menus aren't allowed... :-( If you got the solution to this, just tell me how can I do :-)

ASP_Volume2 #29497
A TreeView Example By Pio

This is a really good example showing you how to do the basics with TreeView. ex. Load List, Expand a Node on Run, etc.

ASP_Volume2 #29498
A List Search Example by Pio *Updated*

List Search Example using One Sub, that has many uses, you can search for Multiple of the Exact item, non multiple of the exact, Multiple of Containing text, It just goes on and on. '*** UPDATED *** August 06, 2003 1) Recoded Procedure 2) Formated Procedure 3) Added Comments

ASP_Volume2 #29871
fLASH eXTRACTOR

extracts .swf-files from compiled Flash-Projectors...

ASP_Volume2 #29872
Square Drawing Effect

This will draw a square with a neat little gradient effect, and an X in the middle.

ASP_Volume2 #29873
FormBar

Ever wanted to create a tray bar for your MDIChild forms that looks like windows tray? or just tired to use Windows menu to switch beetween child forms? or just want to improve the looks of your app... Here is an example of how to create a form bar (a'la tray) to place in a mdi form. it doesn't use any api to detect forms and stuff, only old fasion Visual Basic event model. all u have to do is invoke ONE sub to add a form to the bar, and the rest will be done automatically. I have tested this control only in a MDI app, you are welcome to try its functionality in a SDI app, and leave your comments. Menu functions are not implemented fully, cause i couldn't decide how... Well u can add a custom menu, but control doesn't raise any event when a button is clicked. It's up to u to figure out and implement such functionality. Have fun (and rate!!!)

ASP_Volume2 #29874
resolve relative link

This is a simple function to resolve a relative link. ie turns www.a/b/c/../e.htm into www.a/b/e.htm Made this for a web crawler I am working on. Hope you find this usefull.

ASP_Volume2 #29875
Spinning Illusions

Spinning Illusions by Robert Rayment. (Small change, hopefully more stable on other OS than Win98) Just a bit of VB doodling, 8 shapes with odd effects. [ Shaped form & picbox, +/- rotation anti-alias rotation, VBASM, Res wav ]. Zip 100 KB, Win98.

ASP_Volume2 #29876
MDI Taskbar 1.9b7

*UPDATE 1.9b7* Added a system tray clone to it. Updated the demo to show how to use it. Added better color selection to it. Added the menu system, updated the demo to show this as well. *UPDATE 1.6* Added the AutoHide features that people have been requesting. The control now has 4 properties that are for the AutoHide feature: 1. AutoHide, Boolean This tells the bar to hide when the mouse is no longer over it. 2. AutoHideWait, Integer This tells the bar how long to wait before hiding (in case you accidentally move the mouse off of it, it wont immediately hide) It is in Milliseconds so 1000 = 1 second. 3. AutoHideAnimate, Boolean This tells the bar to "slide" off screen instead of just disappearing. 4. AutoHideAnimateFrames, Integer This is the # of frames to split the "Slide" effect into (more frames is slower, but smoother) I recommend 50 - 100 frames. From my testing it seems to be the best. *UPDATE 1.5* Fixed the icon drawing problems when comipled on windows 2000. Re-wrote a lot of code to optimize for speed, and to make the code easier to read/understand. Added a lot more and better comments. *UPDATE 1.4* Fixed the drawing on windows 2000/nt/95. Fixed the bar to work when used with a compiled exe. Fixed some drawing problems with the coolbar style. *UPDATE 1.3* Fixed one more windows 2000 bug. still having the compiled issue on win2k. Added a new style (now you can select the style property), Coolbar. *UPDATE 1.2* fixed the win2k bug. Now works perfectly in windows 2000. ADDED: Color settings, for every button state, and for the bar itself. Fixed many bugs (none left that I know of) Added the menu. Now when you right click on a button on the task bar, it shows the system menu from the form that the button belongs to. This ia fully working Taskbar for an MDI form. Works just like the windows task bar. It was originally written by Maxx Zephyr Technology and uploaded to www.freevbcode.com. That version had problems, and also was not a stand alone control, it had to be included in your project because it was dependant on the Forms collection. I went through the code, cleaned it up, removed the forms collection (used the api to replace it) and made the user control into a full stand alone ocx, that you can simply drop on an MDI form.

ASP_Volume2 #29877
Font Rotation Example

Font Rotate: This code provides a user method to draw text on a anything with a device Context (form, user control, printer, etc.) at any angle. This is a rework of code found on PSC by ZATRiX

ASP_Volume2 #29878
Check Writer

This complete program prints check data onto checks using a holder to hold the check on a piece of paper and then feed through a printer. Since each check is slightly different there is a designer that will allow you to move the fields around using point and click (drag and drop) or key in the position (in inches) of a preset fields. Finally, a data entry screen to type your check data with Autocomplete function and print it. Other items of interest: wizards, option screen to set default check design and printer and a simple help file. The code in this project will show how to use the Printer Object to print lines and text in specific positions. Using some routines to select a control, move it on the form, and much more). ------------------------------------------------ Credits: * AutoComplete is from PSC (sorry, don't know who the author is). * The moving of controls is from a sample on vbsquare.com (however, I made it into a class). Some of the coding might not be "Best Practice" b/c it was a learn as I go project. * Ruler code is from www.freevbcode.com

ASP_Volume2 #29879
KuDos - KaZaa Leecher

Download files from KaZaa users without having to be connected to the KaZaa network. Features include: Search, Browsing, Download queue, etc. Currently only downloades one file at a time but you can add multiple files to a queue so that they will be downloaded automatically. You also have the ability to send KuDos to the system try while downloading. I used the IP Scanner code from James (A little buggy but thanks | http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=32384&lngWId=1) and I used the Downloader OCX provided by Sean (Awsome code! | http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=23693&lngWId=1). I also used a Tray Icon Module (can't remember where I got it :( sorry). Could be improved by adding a faster search, multiple download's, etc. Oh Ya, Please vote `,:0)

ASP_Volume2 #29159
Gif-To-Sprite 1.0 full features

Last week I submitted the first version of Gif-To-Sprite. Well, here it is, the new and improved Gif-To-Srite that supports jpg saving with quality options, bmp save, no frame overlapping, animation preview, background color change and even Batch processing... If you are a games programmer, or just want to see each frame of an animated gif, be sure to check this full-featured app. Thanks darkbasic community for encouraging me to develop this new version. If ijl11.dll was removed YOU NEED IT to save to Jpeg

ASP_Volume2 #29160
MR lista

I Wrote this code to Catalogue my MP3 collection, it scans the disk and then splits up the name into Artist,title,number of cd and does it have covers. it then stord all the information in a Databse And/or a text document.

ASP_Volume2 #29880
X-Server 2.0

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=34010&lngWId=1 X-Server is a simple HTTP v1.0 server. Run it on your computer to turn your computer into a webserver. X-Server allows you to "plop" it into the directory of your website. If the user just types in your web-address(IP Address) such as http://127.0.0.1 then it willl direct them to APP.PATH + "\Index.html" so your users will not need to type in the Index filename. Also, it will generate an error message for you when a file doesn't excist! X-Server 2.0 includes the ability to block users and check a server log. Please Vote!!!!! :-)

ASP_Volume2 #29881
Dynamic Media Player 2 (BETA 1b)

This is the second upload of my Media Player, it plays the following media types: *.avi;*.mpg;*.dat;*.mpeg;*.mpe;*.mp3;*.mp2;*.mp1 *.wav;*.aif;*.aiff;*.aifc;*.au;*.mv1;*.mov;*.mpa *.qt;*.snd;*.mpm;*.mpv;*.enc;*.mid;*.rmi;*.vob *.wma;*.wmv Please vote, and leave feedback. Now completely commented! Many bug fixes since BETA 1a

ASP_Volume2 #29882
Hunting Permit Printer 101

Simple Printform button, One click dumps form contents right to your printer.., This makes you a label to hang proud on your car or truck.., Put it this way... If you liked what it printed dont I deserve a GLOBE or 2??, It doesnt gotta be a HUGE program to make CODE OF THE DAY does it?, Has a TINY one ever made it?

ASP_Volume2 #29883
Server Database Scanner

Enables any user that can login to a database to monitor sybase activities. You can monitor your SQL transactions, functionalityy accdate, audflags,dbname,fullname,language,name,password,pwdate,resultlimit,spacelimit,srvname,status,suid,timelimit,totcpu,totio,affinity,blocked,cmd,cpu,dbid and much much more

ASP_Volume2 #29884
Dedupe ListView Function with an Database. UPDATED! Also shows how to do some simple math

My Code commenting sucked, My bad. So heres the update! This funtion is meant to be used when passing values from another control to a listview control with a database. I needed a way to keep duplicate entries away in the recieving Listview. The funtion is called after the row insertion on a double click event or Drag and drop.It works because the index is set dynamicaly by the database values.If used out of context it WILL delete everything, which in fact, does suck. I used LCase incase you want to pass a nonnumerical value(which i did and then did not), but you can remove it, no harm, no foul. Hope this helps. Feedback is very welcome. Please Feedback, Please.

ASP_Volume2 #29885
FileTextXtractor

Extract Anything from anything. RegExps for email, phone numbers, creditcard#s and more included. Also includes link to regular expresion tutorial.

Languages
Top Categories
Global Discovery