Results for "Volume: 4_2005-2006"
The code demonstrates a possible implementation of the observer pattern (also called ocv object, controller, view). It defines a one to many dependency between objects. All dependent objects are notified when one object changes.
Display magnifying lens on your desktop. This is a modification of Lens code originally submitted on: 9/7/2002 by Scythe. I hated his graphics so this version will run that nice lens effect over your desktop. All credits to Schyte please!
Do you want to pass multiple arguments to your function/method? There are two ways to do this using unbound array or you can use 'ParamArray'. ParamArray is really a professional way to proceed. Here is the sample code to make sum of numbers to make you clear how to pass multiple argument to a function.
General use paint program. Debugged and enriched version of my previous post. Please take a look at it and provide some feedback. No API calls, pure VB. Trying to figure out how to add 'live draw' mode. If anyone knows, please share. Vote if you like this.
This control will allow you full usage of the Registry, including reading, writing, deleting values and keys, creating keys, enumerating keys, enumerating values, monitoring changes and changing privileges...
This code will allow you to easily subclass any control that has an hWnd property. Just give the control the chosen hWnd, and you will recieve all it's messages in an event.
Este codigo facilita las conexiones mediante el ODBC creando un DSN segun el driver (class) que se este usando (Access, Dbase, Paradox y MySQL 3.51 en esta versión). Estupenda herramienta para los programadores de aplicaciones que usan bases de datos tales como Paradox o Dbase. Duda o sugerencia favor de ponerse en cotacto conmigo. With this code, u can connect to many databases formats using ODBC, like Paradox, Access, Dbase or MySQL, with a short numbers of lines and easy. Try it :-)
There were some missing files in the zip - apologies for that guys... fixed now ;-) This project and it's associated tutorial show how to do professional resampling on an image in Visual Basic. Some advanced OOP techniques are used to accomplish this and you get a choice of 15 different resampling techniques including box filtering, gauss filter, spline filter ... This code was converted from an existing C++ implementation I found whilst strolling around the next search engines ;-) Check out the tute for this project at http://www25.brinkster.com/mferris. If you like this please don't forget to comment, vote, contact me ...
Updated !! New English Version. This is new update on my program. Sorry my English is very Bad :). But i try to Convert my program from Indonesian Language to English. I hope that for helping. Ok, this is complete program uninstaller or add/remove for windows. On this program you can: - Easy to uninstaller or add/remove program - Edit Entry on uninstall registry - New Entry on uninstall registry - Delete Entry on uninstall registry - Create Backup Registry (Export and import Registry) - Create Report about information program registry - Look Detail Information program on registry - Look Location Program Groups - And any Other.....Thanks and don't forget to vote:)
This is a simple demo of using the API to manage files. It demonstrates the use of SHFileOperation. It is by no means a 'File Manager'. It was put together in order to answer questions from many coders new to 'VB in the Discussion Forum. I hope it is of some help to those folks.
PURE Internet Relay Chat daemon was created for the purpose of providing Windows server administrators with a method of implementing an IRCd that was not only easy to work with and alter but also developed solely for Windows enviorment. This is actually a compilation of code from JoeyJoey which can be found at: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=35898&lngWId=1 and from Dennis Fisch which can be found at: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=38086&lngWId=1 This is an on going project.
This is meant for any VB user who wants to learn more about winsock. I'm a student at ITT tech (going for network administration) and I'm working on a project that will allow encrypted remote administration (including adding/removing users, mapping shared resources, and a whole bunch of other tasks that would be tedious if you were to go from machine to machine on a network). Well, this is my first step! I'm very eager about making this product as useful as possible, so if ANYONE has ANY idea at ANY time about anything I should add (administration-wise) to this program, (as stripped down as it is) I would greatly appreciate it. In the works are: Bulk administration Gathering and sending system logs to the client. Encryption. Might be tricky over the network. A port scanner that saves reports in a database file and a comparison function to notify of new ports (helps weed out the backdoors!). I'd *like* to add remote desktop viewing and control. However, does anyone know if this is even possible with VB??? I've also included a .txt tutorial on 'net' command that I posted on Astalavista.com, in case anyone wants to make one of these remote admin programs themselves *or* add more functionality to this one. Let me know what you think! You don't have to vote, since this is primarily for beginners, but if you must I'll accept anything under 6 globes.
A simple messenger bot, cointains an email bomber, plenty of basic messenger enhancements features, a great flooder with pictures instead of random rubbish text. A great picture generator with saving facilities. Makes good use of registry and saving. Take a look and give us a vote if you like it ;).
Change Internet Explorer Start page with only 2 lines of code!!! Please vote for my code if you like it
This code shows how to use the Shell32.dll in your project.
This is program for check or find error on keyboard and another you can look keyboard information. very easy :) this program like Norton Diagnostic for keyboard. thanks.
Show files and folder into a listview/treeview into a unique control , counting with: - Automatic strings of local machine (like my computer, panel control, etc...) - Support for all events relatives on file, folder and root - Fast load with API and FileSystemObject - Show true icons relatives on files and folders (folder like favorites, IE history and other have different icons).
This is a basic IRC server. You can join channels, talk in channels, and private message. I have the code set to default to 20 maximum connections. To increase this just increase the value of MaxSck in the form_load sub on form 1. Have fun!
This grabs the source to web pages. I made this because there were a few pages that did some things that I was curious on how it was done and I couldn't view the source with conventional methods because the page would not allow it or it forwarded me on too fast. Since this just opens up a socket to the web server and dumps the data to a text box it is unaffected by the actual code on the page.
Redirects connections. Functions like a bouncer or proxy. I wrote it for a friend that went to school and they would only allow outbound connections threw port 80 (standard http port) So I set this up for him on my machine listening on port 80 and redirecting him to and irc server on port 6667. Nifty eh?