Results for "Volume: 1_2002"
Ok... some other person made this code at first, but in his, it only copied the screen and showed you a little bit in a picturebox, mine captures the screen and shows it to you full screen and does more than just copy - it copys, inverts, makes screen have bad colors, darkens the screen, brightens the scree, flip the screen horizontal, and flip screen vertical so check it out! First you choose how you want the scree captured then you press capture - the program captures the screen and then shows it to you until the user makes a mouse click.
Hi Folks: - This project shows you how to implement MSAgent and Text to speach conversion facilities in your VB application and/or web pages. Think about creating talking e-mail apps, talking web pages and text readers. You need MS Agent core components and truevoice text to speach converter for using this code. Download zip and read Readme for more info regarding obtaining them. See my other apps like Icon Hunter and Script Engine for more coding tricks. A little about me; I am looking for creating tie-ups with established US companies for implementing Web Phone services and Voice chat apps using the latest broadcasting technology I developed, and is planning to relocate to US shortly. Kindly visit my website http://www.geocities.com/streamingaudio if u have enough time. If u r a US based developer, I would be gratefull if you can provide me information regarding finding investors/sponsors in US for my ventures. ONE LAST WORD,SEE THE README FILE INCLUDED BEFORE DOING ANYTHING, AND VOTE FOR ME IF YOU FIND THIS COOL.. : Regards, Anoop M Nedumkunnam, anoopj12@angelfire.com
I have used Planet Source Code for ages and never submitted any of my code, so now i am showing my appreciation, by making this special code ticker in a VB app, especially for PSC, i hope you like it it is a simple code but please vote and make a comment!! or you can contact me on my ICQ number: 74831238
I use arrays all the time, so I thought I'd put the functions I commonly use together into a library. Easy to read code. Routines include: - ArrayCopy(List, ListToCopyFrom, [StartAt], [Length]) - ArrayAppend(List, Item) - ArrayRemove(List, Index) - ArrayInsert(List, Index, Item) - ArrayConcatenate(List, ListToCopyFrom) - ArrayTrim(List, [TrimFromBeginning], [TrimFromEnd]) - ArraySplice(List, StartAt, Length, [ListToCopy]) - ArrayToString(List, [Separator]) Clean code with lots of comments in reusable module. Also includes an extensive reference in HTML. Tested with VB6, but should be compatible with all modern versions and VBScript (with minor modifications). Please vote for this code if you like it.
This was going to be a server for a custom messaging client that i was writing for fun, i never got around to writing a protocol or a client so I am releasing this as an example on how to accept multiple winsock connections, to test the server start it up and connect to it with telnet on port 6500
Battleship ONLINE has been a long dragged out project because of school and all... but now that its summer, Battleship ONLINE is unleashed for ur likeing!!! This game works well... please enjoy it! ALOT OF COMMENTS!!!!! feel free to comment and PLEASE VOTE!!!!!!!
allows only numbers to be entered into a textbox!!! very useful!!
Here's what the code can do: 19 Painting-Tools including Brush or Userdefined Polygons. 15 Filters like Ice, Invert or Emboss. 05 Effects like Flipping or Wave. You can pass a Commandline to the App. Open and save pictures. Print pictures. The CommonDialog-Control. ***UPDATE*** I've added some new features. Check it out!
Sydneytribe.com clicks mouse positions saved in mouse.txt
Gives you the hWnd of the window that the mouse is over.
Put anything you wanna melt inside my picture box and watch the effect.. With this code you can easyly create a melting-screen-save! So: Try it out!
this code gets the http headers of a website so you can get information on what type of server it is or what os it is running you can also use to the query freeware or shareware webservers to see if they support certain http protocols it uses the inet control and was made in vb 6 now updated with more error trapping check it out :)
Library of routines for typical string processing, including parsing, translation, and validation. Routines include: - StrReplace(Text, SearchFor, ReplaceWith, [Compare]) As String - StrSplit(Text, SplitOn, [Compare]) As Variant - FromHex(HexNumber) As Long - LeftPad(Value, Size, [PadCharacter]) As String - RightPad(Value, Size, [PadCharacter]) As String - AreLetters(Text) As Boolean - AreDigits(Text) As Boolean - AreLettersOrDigits(Text) As Boolean - AreInSet(Text, CharacterSet, [CaseSensitive]) As Boolean - ParseN(Text, StartAt, PatternArray, ValueArray, [PosPastEnd], [StopAt], [Compare]) As Boolean Clean code with lots of comments in reusable module. Also includes an extensive reference in HTML. Tested with VB6, but should be compatible with all modern versions and VBScript (with minor modifications). Please vote for this code if you like it.
This code will take text, and encrypt it in Algorithum Encryption. What it does is randomly create 4 keys, each one 1 char long. No password needed to encrypt the text, it creates its own and stores it within the encrypted text. Virtualy impossible to crack because the output encryption is rarely the same. For example, a string that says "test" will be 8 charachters long, and almost never the same. Or a string that says "testing" will be 11 charachters long. The key to encrypt and decrypt is stored at the beginning and the end of the output making it almost impossible to crack.
This is an example of Some API Calls. Has Over 25 Calls. The example shows how to get The CharType (Numeric or AlphaNumeric), A key capture fuction, Get the Type Of drive (ie A: = Removable), Return the free disc space for a drive, Cause A FATAL Error and close your app, Download a File With API, Launch Web Browser to a site, 2 different ways to flash the title bar ap a window, 2 different Types of edges to draw on form at any thickness between 1 - 99, LogOf Windows, Restart Windows, ShutDown Windows, Minimize, Maximize or Normal Size any Window, Get The Percent complete, Encrypt/Decrypt a String(Uses A Key, if the other person doesnt have the key they can't Decrypt the string), and more
Swap Variable1 for Variable2 using API, this is usefull for creating data processing programs with many stored variables. See Info below
(Update 7/31/00) Now Scrambles string before it encrypts its. Example shows each Encryption/Descryption Step to help you better understand how it does it. It Scrambles the string the same way each time. It takes all the 'even' characters and puts them first, then puts all the 'odd' characters after them. ***** BUG FIXED***** This Is an example of how to use a key string to encrypt a string. If a third party gets the encrypted message but doesn't know the Key (even if off by one letter) they cannot decrypt the message. (Updated on 6-3-00) This encrypts the string to numbers then converts the number to characters. comments were added to better explain how this encrypts. Any comments or sugestion on how to make this work better please e-mail them to me at witenite87@excite.com
BoS is a complete desktop replacement. It replaces your desktop icons, taskbar, system tray, and start menu with customizable, translucent versions. BoS also has AOL Instant Messaging built in, and a lot more. BoS inculdes four skins: BoS Standard, Green Shades, Red Shades, and BMac. Additional skins can be downloaded with the integrated skin downloader! *** Note: BoS is for Windows 98 and Windows 2000 only. Be sure to put Alphablending.dll in your \windows\system directory. Alphablending.dll will not register with rcreg32 ***
Ever wanted to implement your own wizard but thought that the logic to manage all the different panels would be too complex? Here's the code you've been looking for! This class implements a wizard engine. You can use it to manage all the displaying of any number of panels for your own wizard. All you have to do is create the individual wizard panels. Assign the panels to the WizardEngine along with the Previous, Next, Cancel and Finish buttons and you're done. The WizardEngine handles the rest!
Want to know how long it takes to execute some piece of logic in your code? Use this StopWatch class to find out. It does everything you'd expect a stopwatch to do: - Start - Stop - Reset - Get elapsed time - Get lap time. This class is so simple to use because you already know how a stopwatch works.