Results for "Volume: 2002C"
*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.
A FALLING MAN is a nice (short) game. A man is falling and you have to land him. Use left, right and down arrows to play.
Generates Insert, Update, Delete and Select stored procedures for SQL databases
Test your keyboard!! PS. Some keys do not work. help me if you can!
Put an icon in the system tray with popup menus without any ocx or dll. Updated to include the option of having your program be on top of all others, very simple to use. I'm not really worried about votes, but if this code helps someone new to Visual Basic I would like to hear a comment if it's not too much trouble.
Check it out! I have finally finished UltraSpy 3.0 for you guys. Please take a look at tell me what you think. Dont forget to vote!
Sort Arrays at lightning speeds! I guess you could say this is the sequal to the TurboSort routine I recently uploaded. One of the comments pointed out that the CopyMemory API was about as fast as VB could swap strings, but the sort algorythm (BubbleSort) was poor and that the QuickSort algorythm was much faster.After some searching on the mothership, I found out how the QuickSearch algorythm worked and viola, here it is. This truely is fast. Here are the tests results. My system is a P233 with 128MB of RAM. I generated an array of 10,000 rows. Each row contained 100 random characters ranging from A-Z. I performed three tests. Here are the times in milliseconds. BubbleSort QuickSort Test 1 131,195.3 398.438 Test 2 131,351.6 421.875 Test 3 130,882.8 390.625 Whew!
This program uses winsock to connect to a SMTP server then sends the email that you entered before, code is nicely commented, it is not a difficult code, it's easy to understand and to extend the program.
This is a little fridge that every1 has on his computer. It is cool(I think so). I did NOT make this code alone. My friend IGOR CANADI helped me. And... I hope that u you'll give me your vote.