Results for "Volume: ASP_Volume2"
This is the full remote contro ltutoral with more lines of comments than lines of source!. It shows u the most efficent ways to use winsck and how to set wallpaper and make a basic web browser and use bitblt to make the screen shake. Plus teaches OLE too. it is EXTREMLEY useful for winsock. PLease leave comments and Vote
This program use a simple trick for obfuscate the mail address or plain text from the avid eyes of the spam bot , that navigate the web throught the research of mail address and than send the resul to spammers ... We can obfuscate our mail changing the reppresentation fo the plaint text using charcodes.. simple, html browser understand our directive and show the correct text when an user open our page, simple.
Here I am with another useless tutorial. This will explain How to create and use Types and Enums. Dont know what I am talking about? Download it and read it then. Anyways, please Vote and Comment! (Pictures Now Fixed)
Basic Graphics And Tricks, Such As Custom Menu Bar, Form Draging, Hot Spots, Active Time, Users IP And More.
Creates Virtual HDDs , BUT now it automatically converts the LongPath to ShortPath , so it is great for newbies.The *.zip file includes a very nice sample and the ocx.Vote if you want...
This is a simple file reader\writer, it demonstrates how to use a filesystemobject and a textstream to write text to any file and to read text from any file.
ANTI SPAM , THIS PROGRAM COMBAT SPAMMING SOME MINOR BACK COMPATIBILITY TIPS AND CODE READ ENHANCEMENTS, DUE TO AN USER WHO SUGGEST ME THIS, USING NOT EVEN A CIVIL LANGUAGE IN SOME CASES. when i wrote : http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=38851&lngWId=1 this was only a way to explain some tips about anti spam techniques, the porpose of this code si to extend the war to spammers , customizing more part of the code such html include files and the purpose to use scripting instead of pure html.
Recently updated to make it faster and easier to use. Solve word puzzles/crosswords etc quickly and easily. Beat those clever people on Countdown, Channel 4 (UK) everytime.
Need a file splitter? Here is the good one.(NO BUG FOUND/REPORTED IN MORE THAN 2.5 YEARS) You can split any type of file with this. PLEASE VOTE FOR ME because this code shows how to write to files in binary mode and to make a batch file at run time. This program opens all the files in binary mode for reading, writing or appending. I have tried to remove almost every bug in it but if comes please feel free to notify me. In case you make any enhancements to it please let me know. Enjoy splitting....
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. (an idea of Mr. R. A. Baltazar)
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