Results for "Volume: ASP_Volume2"
The AWARD WINNING colorpicker, Colorbox hits again with more good features. such as cmyk color indication, web only color selection last color memory,Photoshop colorpicker like design and more..
**New updated version of notepad , **7 bugs fixed , totally no bugs exists now, **added so far "Goto" in addition to oldies 1)new file . 2) open. 3) save,save as . 4) print. 5)cut,copy,paste,delete,select all (fixed) 6)undo. (fixed) 7)add time/date to the txt file . 8)find,find next . 9) choose font . (fixed) 10)choose font's color. 11)Goto line. (added) *********please vote and comment***********
Demonstrates how to get the selected text from another application - Notepad for example. Yet another submission in response to questions in the Discussion Forum. Hope you find this useful.
This control is a basic mswinsock control but with a couple changed to it. This is basicly for multi-connection management. You can toggle the acceptall to true and it will accept any incoming connection, you can also set it to function like a normal Winsock control. I also added a simple IPList function, when set to true it will accept only the IP's in the reserved IP list. Not too Complex of an idea. Votes Appreciated.
Learn To Make your own Screen Saver in Just a Few Steps. If you feel to like it or find it useful please vote.
The Microsoft Win32 Internet Application Programming Interface (WinInet) allows you to quickly create Internet-aware applications using a wealth of functions for working with HTTP, FTP, and Gopher protocols. Without the WinInet, you would be overwhelmed with having to know the specifics of HTTP, TCP/IP, FTP, Windows® Sockets, and so on. Fortunately, the WinInet API makes life significantly easier. Althougt there is a good documentation for almoust all WinInet functions, description of the FTPCommand function is very limited. This article provides some background information and shows you how to use this powerful function. A sample application (called VBFTPCommand) implements FTP connection, download, and upload using the WinInet FTP functions (including FTPCommand) from Visual Basic. You can do exciting things with FTPCommand, so I encourage you to read on for some ideas and examples of what can be done.
Maze Creation Using Depth-First Search Algoritm
I have been working on this program for quite some time. I am constantly adding to it. This is a great way to keep your checkbook balanced. It keeps all entries in a database with searchable forms. Comments are greatly appreciated.
Expanding on Nate Strandberg's excellent code, I have added a few features such as the ability to open a new window by right clicking and also the ability to click a link which normally opens in a new window. I have also added a flashing icon when a popup is killed so you know. If you want to hear the popup being killed, just uncomment the sndPlaySound code ;-) Also added code to run the program at window start. Original Code Available here : http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=28914&lngWId=1
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.