Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #59897
Extended Find Ver 2.2.1

This is a VB6 only Add-In that is a substitute for VB's own Find & Replace tool. It allows you to search your code and to see at a glance all occurrences of a search phrase in a list. You can also do pattern searching (including an ASCII Search Macro to find high ASCII characters like copyright). You can search and replace at 3 levels (all code, current code or current routine). You can also limit searching to just comments or strings or block comments and strings from searches. The Tool docks with VB's IDE and can be set to display during VB's start up sequence. There is a simple Help window (or read the rtf file in the Zip.) and a Properties window that gives you greater control of how the tool looks and behaves. To use: Compile the code, placing the dll in VB's own folder or whereever you keep your Add-Ins. Close VB and reopen it (WARNING VB may crash on exit; this is a problem with compiling Add-Ins, it should not happen later). Select the Add-in Manager and find the add-in called 'ExFind_D' check the 'Loaded/UnLoaded' and 'Load on Startup' checkboxes. This will add the Extended Find to the Add-ins menu. Click the menu item and read the help window for further settings. Because this tool uses a UserDocument it automatically remembers its size and location between runs. Please inform me if you wish to create VB5 (should be easy) or even VB4 (may not be so easy) versions and include acknowlegment in code/help/comments. If you wonder about the F> button on my toolbar in the screenshot use the 'Other Submissions' link and find my article on 'Full Compile' Thanks to users of earlier versions especially Dream and Sub-Zero for all their help in debugging. Comments, votes and bug reports welcome. -----------------------------------------Version 2.2.1 Pattern Search button disables Whole Word and Case Sensitivity buttons(If you could turn them on Pattern search would fail) To remove a single item from the Search History make sure the whole text is selected then press BackSpace. Fixed bug that caused eternal loop if search phrase occurred in last line of code. Removed Punctuation Aware; it is not needed for the program to opeate. Cancel button displays properly. Added macros to allow you to insert a NewLine or Tab character to the Replace combo. Added Auto Pattern search Off if Search phrase does not contain any Pattern search characters. Fixed Selected Range test can now cope with selection starting/ending properly. (was ignoring start/end of all lines in selection if Start/End were not at minimium/maximum values for whole range.) Changed Filter Warning message to make it easier to read at a glance. ver 2.2 Added Component and Procedure Line columns to Found Grid. Added Selected Text Range; don't know that anyone ever uses this but it is part of VB's Find and Replace so here it is. Rearranged Properties window Ver 2.1 See Additional Notes in help: Not fixes but stuff that's in the code but not previously explained. Added User selection of colours for Combos and Grid. History is now saved in correct order. Whole Word Filter automatically sets Punctuation Filter. Fixed bug Found List working properly Improved the way Found Grid copes with editing changing the hidden line number that Extended Find uses to speed finding. --------------------------------------------

ASP_Volume3 #62532
Defrag at certain time

This defragements your computer when it turns a certain time. It shows how to do a couple useful things including manipulate another program using API - it is moderatly commented and is probably worth the download. (I've only tested it on XP since it's a small project.) Please take two seconds to vote!!

ASP_Volume3 #62538
Advanced Mailapplication - UPDATED/FIXED - (24-07-2003)

It's really simple to send e-mails. You can use anyone's e-mailadress, add attachments, adressbook, save drafts... If you've any suggestions/bugs to improve this program, send me a comment. The author is not responsible for any damage that may occure while using the program. If you do not agree to this term then please do not use the program. For example: If you send a message from George W. Bush ([email protected]) to Saddam Hussein ([email protected]) ->>> I'm not responsible for this!!!

ASP_Volume3 #59942
DirTree

DirTree is an ongoing project on the lines of Windows explorer. it shows all files present under a directory with their associated icons. Users are free to make use of this code in their projects.

ASP_Volume3 #56386
[ New!: ScrollingLabel usercontrol ]

It's not another "scroll text in a label" code. He can scroll WHOLE label with text within. Ready-to-use and easy-to-understand user control project. Check the screenshot and see how it works. Just put ScrollingLabel into your form, add dozens of text, set scrolling interval and enjoy :) It has nice arrows (scrolling (up or down): starded, could be continued, not possible), plus fully customized properties: BackColor, BorderStyle, Font, ForeColor, ScrollingInterval. If you like this user control please vote. Thanks :)

ASP_Volume3 #56927
Read the cpu clock cycle count for sub-microsecond timing. VB+ASM (Updated 07/05)

Pentium class cpu's include a 64 bit register that increments from power-on at the CPU clock frequency. With a 2GHz processor, you have in effect, a 2GHz clock. The cCpuClk class allows the user to retrieve the 64 bit CPU clock cycle count into a passed currency parameter. The class can be used as a basis for sub-microsecond benchmarking and delay timing. Note that with the extreme resolution provided, multitasking and the state of the cpu caches will show in the results. Thanks to David Fritts and Robert Rayment for the vtable trick. Update 7/1/2003 - I said... at this resolution cache FX come into play. In determining the call overhead, I should have born that in mind. Just goes to show you have to be extra, extra careful with benchmarks. Update 7/5/2003 - I got asked to do an article for a benchmark site based on this submission so I thought I'd put a little more effort into the data displayed. See new screenshot.

ASP_Volume3 #62566
FileFragmenter

Splits file into pieces(File Splitter). shows how to create a self joining executable file

ASP_Volume3 #61918
Unroll2 (Bug fixed)

This is the second Version of My Unroll - Graphic Animations. I've included 8 new Animations For Example: • A lens effect • A mirror effect • A cut effect • A "Needle Printer" effect

ASP_Volume3 #48157
VB Source Code Analyser * UPDATED *

Anaylse your Visual Basic source code, improve it by identifying unused variables, constants or routines. Works either by project or project group. Provides basic file and project statistics Can be run either as an Add-In or via a standalone executable. Any ideas for improvement? Any problems? Please let me know what you think.

ASP_Volume3 #59770
Combo Box Tips

Combo Box Tips: Often I'm getting different questions on COMBOBOX from colleagues & friends. And finally I decided to include some of the questions and make a sample so that I could share this sample as a reference program. Most of the time questions are very simple but its normal, simple things are difficult to remember ;-) 1. How to Sort in the combo 2. Select only combo (like asp) 3. Putting data field behind the text displayed (like asp) 4. How to load default value 5. Sorted combo while inserting Item-Data 6. How to put string values as Item-Data 7. How to use more than 2 Item-Data I have tried to include more common questions and there answer in this sample,I hope this sample could able to answer some of your question and you find is useful for your purpose. Thanks for your feedback.

ASP_Volume3 #51768
Compressed Backup

7/7/2003-BugFix in Function CheckForRoom. This is not meant to be a replacement for WinZip nor is it WinZip compatible (does not have all the header information). Its sole purpose is to provide your application a way to backup its data files in a compressed format. It is one class; you supply the source path and file name, destination path and file name, and the action (compress or decompress). It only compresses one file, so if you have multiple file to back-up, each will be compressed individually. See the READ_ME file for more information

ASP_Volume3 #54078
Raw Packet Sniffer (Bugs Fixed)

This is an update to the first packet sniffer I submitted yestarday. It got alot of good feedback so I decided to resubmitt it with all the bugs fixed. It currently has support for 3 protocols (TCP, UDP and ICMP) and can very easily be expanded to include more. The packet sniffer itself is wrapped in a very object oriented fashoin allowing you to just plug it right into your own apps. NOTICE: This will only work on OS' with raw socket support (Windows XP/2000/NT) with root access (admin privilages).

ASP_Volume3 #57426
BlueCam

Blue Screen program - This is a program that replaces a selectable color with a background. IN REAL TIME! Hook up your Webcam stand in front of your solid-colored wall, and click on the wall. Then move the slider to adjust the sensivity. Let me know what you think.

ASP_Volume3 #62489
AdAlert® Spyware/Adware Remover UPDATED

UPDATED - AdAlert®, a complete spyware/adware/trojan scanner for your computer. It features a powerful and neat GUI, quarintining of malware files, 3 scanning modes (COMPLETE, CUSTOM, and QUICK), Active Malware Scanning that alerts of you of ANY adware/spyware running in the background, and then suspends the process from running (warning process monitor will not work on 9x OS), live updates and defintion downloads off the internet, a comprehensive help, and plently of customizable settings. --- What is AdAlert® 1.0 Personal? --- AdAlert® 1.0 Personal is an adware, spyware, trojan remover, it also is able to detect some viruses.--- Why not just use a conventional AV?--- Adware and Spyware are usually not classified as viruses, because they are not *meant* to do harm to your system. BUT THEY CAN BE FOUND WITH ADALERT®, this complete adware protection suite. (Note the ® sign was inputed to bug the hell out of INK Security Software). Finnaly this is the most complete malware scanner ever released on psc, it should be sold for money, but im releaseing the source code to you free! --- If you wish to use or modify the code please contact me before doing so. You may compile and use the program any way you would like. >> VOTES AND FEEDBACK *GREATLY* APPRECIATED

ASP_Volume3 #62531
A*Beginners API*

This is for beginners who want to begin using API in order to manipulate other programs. This is VERY heavily commented (About a paragraph per line of code) and explains how to use API to manipulate other programs through several examples. Learn how to change a window's caption and send text to a textbox on a program (Notepad used in this example) and learn how to press buttons on a program (Calcualor used in this example) If you are a beginner and really serious about learning what the code actually means and how to understand the concepts than this is a great place to start. I wish somebody made something this detailed when I started... Don't forget to vote if you find this useful in anyway!

ASP_Volume3 #62589
Tablature Pro

Creates small full album or mixed Tablature files in which Tablature pro can read them and display them in a simple viewing fashion. I have included the editor to help people create their own tabs

ASP_Volume3 #62310
Connection Via the Telephone line.No internet or cable.Just the telephone line

Hello Sirs,Madams, homosexuals,bisexuals or moving Spirits. This article's purpose is to teach you how to connect with a remote system using your simple telephone line.No internet or special pc-cable required.If you have a telephone center with more than 4 lines you can make your pc a kind of "ISP".It's pretty simple. To sum up it will let you connnect with your friend's pc and send and recieve data,files etc. Important. Read the article before suing the included program.Also i know .There are things to add.You can format a nice feedback saying abput what is missing and i will add it. Also i am gonna post a new article how to send commands to your mobile phone (send sms read sms,turn of ,get charge status,signal quality more...) using this control. I will return with more properties and commands! have a nice reading. My english suck. Sincelrly him

ASP_Volume3 #56330
Song/Poem Assistant

This program searches through a list of words and tries to find words that sound similar to the one you are looking for, such as Light and Bright. Quite simple. Keywords: Wordlist, list character rhyme common controls

ASP_Volume3 #59270
Xp Frames , Xp List Box And XpTextBox (updated!)

Xp Frame,you can use it in 98/Me/XP. You can make your textboxes and listboxes to seems like XP textboxes and listboxes. just look at the screenshot.

ASP_Volume3 #60489
PicToHTM

Picture to Html code!

Languages
Top Categories
Global Discovery