Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #197062
Accounts Database **UPDATED**

Heh, I just can't stop thinking of new things to add to this program. I've now added the option under properties to customize your packages to sell. I used to have this program using registry for the database, but now im using a DAO database for the clients. Program has many options. Take a look, let me know what you think please. One thing i look for most is feedback and of course votes =) Enjoy

6_2008-2009 #207877
Detailed search

make a detailed search, you can read music files (playlist), video files, pictures, text. And print text and pictures.

6_2008-2009 #206933
A++ PASSWORD GENERATOR Version 2.0 WITH MASKS(Like in Auto Play Menu Studio)

This will create any number of passwords you want with any mask. You can also create custom masks and now custom keys! Also checks to make sure the passwords are unique. Very simple to use. Easily customizable. IF YOU LIKE MY LAST ONE THIS IS A MUST SEE! If you like it please vote and leave feedback.

6_2008-2009 #207420
Circular Form

Nice circular Form

6_2008-2009 #198056
Launch APPs using Voice Recognition

You don't need anymore to click on icons or browse the start menu : you just have to say the name of the app and it opens it! Fully customizable, an option to run the program at system startup...

6_2008-2009 #204362
Label

Nice 3D Label Control

6_2008-2009 #204455
Read Excel as Recordset

An alternative method of reading an MS Excel Spreadsheet.

6_2008-2009 #207799
IP Converter V 0.1

This is a simply app used for converting IP address' into Hexidecimal, octal and dword values, In its next incarnation it will be able to do the reverse too (its eventuall aim is to become a URL obfusticator(sp?)

6_2008-2009 #207800
Simple Rubix cube

This is just a simple Rubix cube, no API, no DirectX ... well you get the idea.

6_2008-2009 #205127
Winsock HTTP download class

Updated - now includes file download example This is a simple HTTP download class using WinSock. This class extracts the server name from the URL so all you say is wsc.geturl txturl. shows progress and parses the header object returned by the server and throws an error event on a bad response. The full header is made available. Currently this just downloads to memory using the cAppendString class since I just needed this for HTML parsing but it could easily be modified to save to a file. Enjoy and please Vote. Or comment or negativaly comment ............or don't.

6_2008-2009 #204585
Registration Key Generator and Verificator

This Registration Key generator will do just what the name says: generate Keys based on details you give and allow your applications to verify them (less than 10 lines of code for the verification) You can keep details of multiple applications and their Key caracteristics. Any comment is welcome!

6_2008-2009 #203928
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 :-)

6_2008-2009 #208429
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.

6_2008-2009 #208430
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

6_2008-2009 #201661
fLASH eXTRACTOR

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

6_2008-2009 #207052
Square Drawing Effect

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

6_2008-2009 #208406
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!!!)

6_2008-2009 #205126
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.

6_2008-2009 #199842
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.

6_2008-2009 #195991
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.

Languages
Top Categories
Global Discovery