Results for "Volume: ASP_Volume2"
This is a funny, and maybe a little strange screensaver. It begins by drawing things then it moves them. It involves buldozers, helicopters, people, and houses.
See below
Woodpecker is a complete icon viewing application contained in a single form. It processes all .exe, .dll, .ico, and .cur files within a given directory and displays the ones with icons in the first column and the number of icons in the second. Woodpecker is able to copy icons to the clipboard, save icons as bitmaps, and load all icons within a given directory. During testing, I was able to process 2039 files and load the 303 of them that had icons into the file list along with their number of icons in 10 seconds. I then loaded the 2135 icons in those files in 20 seconds and positioned them in roughly 55 seconds. My shell32.dll file alone had a whooping 238 icons in it! The only bug I've found so far is due to the Vertical Scrollbars limited max value. If you load more icons than can be fit, than you won't be able to scroll (this shouldn't be a problem unless you're loading the entire system32 directory).
The main purpose of that package is provide some HASH TABLE/Message Digest algorithms to help programmers to calculate digital signatures from strings. Here you can find string-optimized codes to calculate SHA-256, SHA-512 and SHA-1024. Included are non-optimized MD5 and SHA-1 source codes just to get a comparison with the other ones. You may just input any string to get the results (256, 512 or 1024 bits digest).They returns always a string of HEX numbers, representing the bytes of the digest. You may delete the HEX instruction to reach just the bytes themselves. MATH.DLL is included too. Warning: due to several technical dificulties, the SHA-512 and 1024 versions are customized ones, not the official ones. BUT THEY REALLY WORK as message digest and are serious choice to any data integration routine! * Get Total Privacy! Get Cypher4 Pro (www.cypher.com.br)
Example to show how to get multiple file names from a common dialog box.. with and without the cdlOFNExplorer flag
Get a windows handle, class name, and text. as well as add all of its parents in ascending order to a listbox.
This is in response to a comment i got on my last custom protocol maker app. This one pass's variables to your program. this example shows how to get 3 seperate pieces of into from a URL click. you can add more, or less. if you want to see more of how to make a custom protocol, you can check out http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=34097&lngWId=1
This is a sample airbush using diBits. Veryfast, and easy to implement is paintprograms.
Show how to use LDAP to authenticate users
**UPDATED 7-31** Now you can... ->Customize the toggle button ->Add a custom Icon ->Set the Titlebar Back Color ->Set the Titlebox BackColor **END UPDATE** A toolbox that is collapsable (see the screenshot) its pretty self explanatory, you can collapse/expand it programatically by calling the Collapse or Expand method. This conrol acts as a container too! Please vote for me if you like this control, I will update it as necessary. Please leave ANY comments that you have, and feel free to email me!
shows use of stretchblt and some basic error checking and stuff
Ever wanted to give your boring Command Buttons a different text color? Here's your chance ;)
The purpose of this article is to explain how to get the WebBrowser to print (i.e. there is no standard print method)
GUYS I THINK THIS CODE REALLY NEED YOUR VOTES ... COS SEVERAL PEOPLE ASKING ABOUT THE POLYGAMY PATCH AND LIKED TO KNOW THE SOURCE SO AFTER 1 NON STOP WEEK, I DEDICATE THIS CODE TO ALL OF YOU !
The Classroom, or 'Restricted' browser is a highly-simplified web browser originally built and donated to a small school. The user of the application sees a list of 'accessible' sites. These are the only sites that can be accessed through the web browser. Links from an accessible site to an 'inaccessible' site are trapped and blocked.
This control is similar to the wordart control in MS Word. It allows outline, solid fill, gradient fill, pattern fill, as well as stretching the text in several different ways. Uses the GetGlyphOutline API, bezier curves, least squares and polynomial curve fitting, etc.
SPEAK- Speak is a Personlised English Accent Kernel - A chatterbot - Chat with the computer. Speak is a Personlised English Accent Kernel. It is still in beta stage. It is a chatterbot whhich can chat in English with you. It is very dumber when you start chatting with it for the first time, but gradually it will develop it's knowledge. You can personalise it by talking with it about you. Please mail me your 'mem.dat'(memory file) after you have chatted with it for a long time so that I can fuse all the collected mem.dat file into one big file hence improving the knowledge of SPEAK. Comments, improvements, credits, feedback and votes are greatly appreciated. Made By: Paras Chopra CEO, NaramCheez http://naramcheez.netfirms.com [email protected]
Want to work with MSACCESS database? This code is for you. You can perform add, update, delete and searching operations on database. Best part is the searching.UPDATED WITH FULL HTML HELP ON 9th Oct. 2002.How to write to registry is also explained with full error handling.Please vote for me....
This is an example of automating 'Microsoft Word' to generate patch pages with a policy number. Ideal for business running assent capture to read documents. You should have 'Microsoft Word 2000' for this to run correctly, If you have 'Microsoft Word 97' then change the project references to 'Microsoft Word 8.0 Object Library' and this should fix any problem automating 'Microsoft Word'.
This sample program is just used to show you how to load the entire Database into a Tree View Control. (*This sample is complete DataEnvironment based.) The Recordset(the Command Object in the Data Environment Designer "Database") can be set by property pages in the designer. But here for the ease to use, I let you browse an Access MDB file. In fact, you can use any type of recordset(Excel, Access, DB, SQL, OBDC...).