Results for "Volume: ASP_Volume2"
For accessing and programming a TAPI line device, like a Modem.
It allows the programmer to add system tray functions without having to build a form into the application.
Remove the need for a form when using a timer.
I Run A Chat Server For VB Chat.. I try to run it 24/7 on my cable its pretty cool chat room like a single room irc .. all u newbies check it out to ask questions and u pro's comon in and answer i try to update it as much as posible so im open to any suggestions... New Features : Min to Tray , Save Password , New Op Features : Select Muzzle Time, Ban Nickname, New Server Features : Better Logging, Incoming Bytes Control, Message Servie to leave msgs to other users that are offline ... NOTE: this pic is allitle out of date but u get the idea. PLEASE REMEMBER : This isnt just a code example .. use it as u wish but please join the server.
Teaches you on how to invert a selected region using InvertRect API call.
This code is a simple Binary String to Text String vice versa program. It shows how to convert a asc() number to a binary string and reverse.
Plays an extremely large ammount of digital audio and video files. Supports almost every popular media type. Including: Full MPEG support (Including MP3), All windows file types (wav, avi, etc), MIDI, UNIX. Also, DMP3 fully supports M3U playlists, PLS Playlists, and its own, script based, DPL Playlists.
This class sends text, files, control codes directly to the printer spooler bypassing the print driver. This lets you send print files to the printer or control the printer by sending the appropriate control codes. The name of the print job can also be set. Works with any windows printer, not just LPT1: printers. See comments in the class for usage.
This is an optimized version of the common Base 64 encode/decode. It eliminates the repeditive calls to chr$() and asc(), as well as the linear searches I've seen in some routines. It also avoid shifting each byte encoded using multiplication and division. This method does use a bit more memory in permanent lookup tables than most do. However, this eliminates the need for using vb's rather slow method of bit shifting (multiplication and division). A method I've not seen elsewhere. It doesn't make much difference in the IDE, but does make a huge difference in the exe. On my machine it's as fast as commercial packages such as Eudora on encoding if not faster.
This class impelements several different types of curve fitting. Polynomial curve fitting to any degree within the memory and speed limitations of your computer, and Least Squares curve fits to several different forms: y = Ax + B, y = A/x + B, y = A/[x + B], y = 1/[Ax + B], y = x/[A + Bx], y = A ln(x) + B, y = A*exp(Bx), y = A*x^B, y = [Ax + B]^(-2)
Advanced Image Editing Tools - invert, engrave, emboss, brighten, colour to mono, midday, mosaic, neon, sharpen, smooth, colour balancing, tone balancing, plus more...
This is just like a standard progress bar except you can choose the color of the progressbar. You can specify and dynamically change the color of the progress bar at any time. Very easy to use, very small. NEW FEATURE*- Rounded Progress bar - give your progress bar a new look by making it rounded. To use feature, change the Shape property of the progressbar to 4. I tried to comment the best i can - but 1. I'm not a good commenter, and 2. The code is so simple its self-explanatory.
This prog made by Hexor -My other alias contains many useful features. It includes a list of WhoIs Servers you can query for info on sites, ips. it allows GUI access to the ping and tracert functions, a list of VisualTrace Servers WorldWide, multiple IP Look-up functions, PortSPY which lets you browse your ports and check which ones are open and close them in need, and a feature that is currently not yet working is site class - returns the classification for sites - ex, games, violence, etc. A MuSt to download and is great for users learning how to handle winsock.
This code lets you easily create text-tables for text documents or even comment-formatting in VB. This will automatically center your text in the table. *No error checking has been added, sorry!
Ever need to find out if you are connected to the internet through your application and need to know what type of connection do you have. Well in this article will use InternetGetConnectedState Function in Library Wininet.dll
This is a SMTP mail, you can use this to send a mail. Use winsock control, but you don't need a form to use it, a simple reference to the winsock should be enough. The cool thing about this is that you can use it in you Active X or COM roject. There are some things that could be improved, you cannot send attachments yet for example. It would be nice if you give me som credit for this class if you use it...but you don't have to. Please read documentation carefully. (it also gives you instrunctions how to reference the winsock control) /stoffer
Nokia 6210 SDK Wrapper Classes for visual basic. PC Suite 3.7 needs to be downloaded from Nokia and installed. These wrapper classes communicate with the PC Suite Objects which in turn communicate with the Mobile Handset.
I was looking for a way to block IP addresses and ports when I found this code out on the web somewhere. It was done by Gregory Kirk, I don't know him but this code is great for a personal firewall.
The littlest possible window, prepared to focus all your attention on the music.
This article shows the basic concepts of Generic Algorithms. Generic Algorithms (GA) are used to arrive at an optimal solution for problems which cannot be solved by mathmatical rules or formulae. A GA simulates the natural evolution process by selecting and breeding the fittest individuals. According to Darwin's Evolution Theory the "fittest" are those which are best adapted to a competitive and possibly hostile environment...