Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #35147
ColorBox Version 2.1

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..

ASP_Volume2 #35148
notepad (second version)

**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***********

ASP_Volume2 #35149
Get Selected Text from other App

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.

ASP_Volume2 #35150
[_Advanced Winsock Control_]

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.

ASP_Volume2 #35151
Making Your Screen Saver

Learn To Make your own Screen Saver in Just a Few Steps. If you feel to like it or find it useful please vote.

ASP_Volume2 #35152
How to use WinInet FTPCommand function from Visual Basic

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.

ASP_Volume2 #35153
Maze Creation Using Depth-First Search

Maze Creation Using Depth-First Search Algoritm

ASP_Volume2 #35154
CheckbookBalancer

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.

ASP_Volume2 #35155
IE PopUp Killer

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

ASP_Volume2 #35156
Observer Pattern

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.

ASP_Volume2 #35157
Desktop Lens

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!

ASP_Volume2 #35158
multiple arguments

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.

ASP_Volume2 #35159
Ace Paint

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.

ASP_Volume2 #35160
dkRegistry Control

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...

ASP_Volume2 #35161
dkSubClassing

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.

ASP_Volume2 #35162
ODBC Tool 1.0 ;-) (Updated)

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 :-)

ASP_Volume2 #35163
Professional Resampling in Visual Basic

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 ...

ASP_Volume2 #35164
Avaco Uninstaller 2002 - [Updated : New ! English Version]

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:)

ASP_Volume2 #35165
SHFileOperation Demo

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.

ASP_Volume2 #35166
PURE IRCd

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.

Languages
Top Categories
Global Discovery