Results for "Volume: ASP_Volume3"
This program is a simple monitor for MSN Messenger Service. You just have to boot this, and then log normally with MSN Messenger. The app will act as a monitor to show you how the client is communicating with Microsoft servers. I actually did a complete MSN Messenger Client from scratch and compatible with existing protocol and I will soon post it here. With this monitor, you should have a great idea of the great communication procotol. For the complete MSN Messenger Protocol goto: http://www.tlsecurity.net/Textware/Misc/draft-movva-msn-messenger-protocol-00.txt Don't forget to change your registry settings: HKEY_CURRENT_USER\Software\Microsoft\MessengerService\' find the key "Server" and change it to 127.0.0.1;127.0.0.1:1863 and don't forget to backup your original values. If you already erased it, the initial value that should work is messenger.hotmail.com;127.0.0.1:1863
This is an Electronic book Viewer. It supports rtf and txt, not .lit and .pdf formats. The reason why I wrote this is that I found a lot of Fantasy Books at http://21ct.gooddays.org/books.html and started reading them in Wordpad/Notepad. That proved difficult, so I created this program to allow me to read the text as close as possible to Micro$oft's MSREADER. You can change font size, set bookmarks,change the fore color, back color, margins etc etc. I use it and it works form me. If you like it, please vote or at least leave a comment. If you don't like it, tell my why so I can inprove. I included one of Raymond E Feists books for you to test the app with. Enjoy !!! - I added experimental adware code...
it just connects to shoutcast or anythings like that servers and then puts the incoming data in a file
Now almost evrybody knows wht a keylogger does.For those who don't it logs all the keystrokes ,almost all the keystrokes.Uses a dll file compiled in c++(source included).Rename the keylogger.dl_ file in the zip file to keylogger.dll and keep it in the same directory as the project.the log file is saved as c:\keylog.log .This type of keylogger is more reliable than using getasynckeystate and a timer.Vote if u like it.Comments,questions,send them to [email protected]
The EBSlider control is a self-contained, horizontal/vertical slider control written entirely in VB6.
Splits large files into smaller ones.
um.. it`s a "simple" example of how to use treeview... btw: have anybody heard about a compression called "deflate"? webservers use it when they send to browsers or something like that... i`m also looking for something called "gzip".... =)
** PLEASE VOTE FOR MY CODE - EVEN IF YOU DON'T LIKE IT ** GREATLY simplifies accessing JET or SQL Server databases. No more Connection String, provider, data source, Persist Info etc. properties to fill in. Provides easy to follow instructions right inside the DLL.
*REPOST* Sorry all...I left out a form file. This one should be good... Completely formats source code text...(adds white space, blocks). Fully customizable...add new commands, change formatting preferences, etc. Currently set up for VB, but can easily be customized to any language. This is a port from an add-in I wrote last year. Someone was asking about some code that did this that Ulli took off of PSC when he got mad and left. I never saw his code (probably better than mine) but since I had it, I decided to post it. This works surprisingly well. NOTE: This project is for DEMONSTRATION. It is a quick port from a VB add-in. Therfore, it may have some bugs...but I don't know of any.
Sort arrays much faster with a better string swapping routine! Wow, I couldn't believe all the rewrites of the same sorting routines in PSC. "Look at mine", "No, use mine", yadda, yadda, yadda. They all use the horribly slow: vTemp = String1 String1 = String2 String1 = vTemp Geezzzz - When you have to sort 30,000+ strings this is slllooooowwwwwww. Here's a solution. It uses the the same sorting routine (or choose your own), but implements a much faster swap routine using the CopyMemory() API. Now, instead of swapping strings, which in my case could be up to 9,000 characters, you are only swapping a 4 byte memory address. Rock On!!
This is a subroutine to automatically wrap a text string in whole words to a printer.
This is an AI tutorail. It will teach you how to make stuff walk normally to you instead of going directly towards you. It also has a following feature that will chase you in a different way ( like say: There is a curvy road. The police is chasing you. If you used AIChase, the police will cut through the grass, while AIFollow will cause the police to follow you run on the curvy road.) Please vote for me, and leave comments.
I made this code because I need to copy an access database with the file open (in use). But, visual basic FileCopy method and windows apis for this pourpose fails in this case with the "File Access Error". So, I made this function that copy the file in blocks. You can alter the block size so the copy can be faster or slower. Well, thats it. I hope that this code can be useful to anyone! Ah, the error handle was generated with Ax-Tools CodeSmart 2001, an excelent Add-In for any visual basic programmer! Recommended! :) www.axtools.com
This is very cool. For those of you who appreciate it, thanks. For those of you who are just looking for something to put down, move along. I don't want the coding award, so you don't need to try to make me look bad. WHAT IT DOES: This code allows you to utilize the Microsoft Word Spellchecker without having to open word. I am constantly typing something on the web (like right now) and I want to do a quick spell check...I have to open word, paste it in, check spelling, copy it, and then paste it back in the browser. This code automates that. Just copy it and run the app. The corrected results will end up in the clipboard ready to paste back in.... ALSO.... If you create a shortcut and place it in your SendTo folder, you can right-click on any text file and check the spelling. The result ends up in the clipboard. A little creativity and you can code a function to save it back in the corrected form. That is a little project for you. This project is a good example of how to use the Word objects from VB. Enjoy
This boolean function simply reads in two files and compares them to see if they are the same. It returns true if they are and false if they aren't. I quickly wrote this up to compare text files against template files.
All in one system utility. 1.24mb of code. Download or your life is forfeit.
~~~This is a really cool program that I made after reading a good book on Visual Basic Graphics Programming. It randomly creates tree branches as if they grew there on there own. They curve and stuff, and it's really cool. This is between Beginner and Intermediate Level stuff, so please rate nicely - :-D
An implementation of the 'Marbles' version of solitaire. Features include a Choice of marbles, animation, an undo facility and a 'Boss' key (just hit escape). A terrific prize is awarded upon completion of this intense cerebral challenge ! If you like this program, you're probably the only one, so don't bother to vote for it.
EBSplitter is an easy to use splitter control. Animation is smooth, and the control comes complete with a demo text file browser to show off some of its features.
Determines if a file is old. I use this when I loop through the files in a "temp" directory to determine if I should delete old files on a website. Take note - the function looks at the last modified date rather then the date created.