Results for "Volume: 5_2007-2008"
Its a simple and real fast Alphablend routine in pure VB. Now its faster and i added realtime Fade.
Just a few things about vb that will probably be helpful to you once in a while.
SUPERLINE - Awesome! Draws even thick lines in dashes and dots! SEE SCREENSHOT Keywords: graphics, graph, shape, rectangle, ellipse, polyline, polygon, border, borderwidth, solid, dash, dot, dashdot, dashdotdot, drawwidth, drawstyle, drawmode, gdi
take a photo to yourself without a webcam , very simple and boring joke , ******don't comment or vote*********
This control can be placed in case when we wants to give some sort of selection to the operator and operator has to select one of it and have to perform task. Due to auto selection it’s easy for operator to use than the data grid which does not support auto selection. Please Vote me. If you like this.
Cls StackCollection Use VB's Collections to build stacks and queues. Also included a safety wrapper for collections. To operate as a stack/queue you do not need a separate key, everything is done using the index This class adds new Methods and Properties to VB collections. ArrayFromCollection Put contents of stack into an array ArrayToCollection Load members of an array into the stack Bottom: Returns first value added to stack Clear: Empty stack in one call Exists: Tests if index/Key is in stack. Uses error trap to test Optionally runs silent if error occurs Extract: Remove any member from stack Invert: Reverse order of stack Max: Returns the highest alphanumeric member of stack Middle: Returns Middle member of stack Min: Returns the lowest alphanumeric member of stack. Pop: Use collection as a LIFO (Last In First Out) stack, removes member from stack. Pull: Use collection as a FIFO (First In First Out) stack, removes member from stack. Push: Wrapper for VB standard Add. Push is used by both LIFO & FIFO stacks. QuickSort: Sort stack into alphanumeric order RandomMember: Extract a random member of the stack(Optional RemoveIt as Boolean = False); if True remove from stack Replace: Change the Item for an Index/Key Shuffle: Randomise the contents of the stack Top: Returns last value added to array I have also included a class ClsSafeCollection which wraps the standard collection in a safety net Add: Modified to allow you to cope with the various error conditions that can occur Count: VB standard Collection.Count Item: Modified to allow you to cope with the 'Index/Key does not exist' error Remove: Modified to allow you to cope with the 'Index/Key does not exist' error Please comment and vote. May just have reinvented the wheel for many of you but hope you find some use for it. Feel free to use all or parts of this but leave copyrights in place and let me know about it at [email protected]
This is a demo of how to use AddressOf to obtain information about font families. Unfortunately AddressOf cannot work from classes so it isn't exactly what I needed but it is useful. You can quickly fill a listbox or collection with font names meeting specific conditions. Some FontTypes are not on my system so while I built a detector for them I cannot be sure they work. Comments and votes welcome. Feel free to use all or parts of this but leave copyrights in place and let me know about it at [email protected]
Ok, this is complete program uninstaller or add/remove for windows. sorry this program is indonesian language. But if you look this code i think you can understand. On this program you can: - Easy to uninstaller or add/remove program - Edit Entry on uninstall registry - New Entry on uninstall registry - Delete Entry on uninstall registry - Create Backup Registry (Export and import Registry) - Create Report about information program registry - Look Detail Information program on registry - Look Location Program Groups - And any Other.....Thanks and don't forget to vote:)
A nice student database with a very user-friendly environment.
This code lets the user resize any control you'd like. No API's. Neat and tiny code.
URL Hide is a program for hiding html links with a easy way. There is 2 types of hiding the link: - Hiding the IP address of the domain - Hiding the text after the domain IP address can be converted to: -dword format -hex format -octal format -and binary format Text after the url can be encoded. Also you can add a fake domain. Look the code for more information. Note: This url encoding and hiding functions are easy to crack. They must be used for simple hiding purposes
The AWARD WINNING colorpicker, Colorbox hits again with more good features. such as cmyk color indication, web only color selection last color memory,Photoshop colorpicker like design and more..
**New updated version of notepad , **7 bugs fixed , totally no bugs exists now, **added so far "Goto" in addition to oldies 1)new file . 2) open. 3) save,save as . 4) print. 5)cut,copy,paste,delete,select all (fixed) 6)undo. (fixed) 7)add time/date to the txt file . 8)find,find next . 9) choose font . (fixed) 10)choose font's color. 11)Goto line. (added) *********please vote and comment***********
Demonstrates how to get the selected text from another application - Notepad for example. Yet another submission in response to questions in the Discussion Forum. Hope you find this useful.
This control is a basic mswinsock control but with a couple changed to it. This is basicly for multi-connection management. You can toggle the acceptall to true and it will accept any incoming connection, you can also set it to function like a normal Winsock control. I also added a simple IPList function, when set to true it will accept only the IP's in the reserved IP list. Not too Complex of an idea. Votes Appreciated.
Learn To Make your own Screen Saver in Just a Few Steps. If you feel to like it or find it useful please vote.
The Microsoft Win32 Internet Application Programming Interface (WinInet) allows you to quickly create Internet-aware applications using a wealth of functions for working with HTTP, FTP, and Gopher protocols. Without the WinInet, you would be overwhelmed with having to know the specifics of HTTP, TCP/IP, FTP, Windows® Sockets, and so on. Fortunately, the WinInet API makes life significantly easier. Althougt there is a good documentation for almoust all WinInet functions, description of the FTPCommand function is very limited. This article provides some background information and shows you how to use this powerful function. A sample application (called VBFTPCommand) implements FTP connection, download, and upload using the WinInet FTP functions (including FTPCommand) from Visual Basic. You can do exciting things with FTPCommand, so I encourage you to read on for some ideas and examples of what can be done.
Maze Creation Using Depth-First Search Algoritm
I have been working on this program for quite some time. I am constantly adding to it. This is a great way to keep your checkbook balanced. It keeps all entries in a database with searchable forms. Comments are greatly appreciated.
Expanding on Nate Strandberg's excellent code, I have added a few features such as the ability to open a new window by right clicking and also the ability to click a link which normally opens in a new window. I have also added a flashing icon when a popup is killed so you know. If you want to hear the popup being killed, just uncomment the sndPlaySound code ;-) Also added code to run the program at window start. Original Code Available here : http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=28914&lngWId=1