Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #35630
Create an UDL-File from an ADO-ConnectionString

Creates an UDL-File (Universal Data Link) from an existing ADO-ConnectionString. Unfortunately the DataLinks-Object in the "Microsoft OLE DB Service Component 1.0 Type Library" provides some prompting dialogs to choose an ADO-Connection, but a save method to get an UDL-file is missing. So I coded this. Note that this wasn't as easy as it looks now, cause an UDL-file is no normal INI-file, although it seems to be one. The first thing is, that it must be saved in unicode. The second and very astonishing thing is, that the second line, which seems to be a missable comment, is very important and must be exactly as it is. Otherwise the UDL-file wont work! Comments and votes are welcome.

ASP_Volume2 #35631
DirGuard

I needed to guard a (network) drive/directory for changes made by users so i made this small tool. You can select a directory, set a update/refresh time and let the program monitor all additions and deletions in this directory. Changes are put in a logfile that can be printed. Try this on your Windows\temp directory or temporary internet files directory and be amazed by the amount of temp-files some programms make.

ASP_Volume2 #35632
WINSOCK STATES

STATES - VALUES

ASP_Volume2 #35633
English To French Translation Program(UPDATE!)

This program translates as you type. Right now I am mainly working on english to french but I have put limited support for french to english. I know that there are lots of sites that can do this for you but I made this so if someone was making a chat program people speaking two different languages could talk to each other. Please leave a comment so I know where to improve. I will try to upload a new version in a few days or so.

ASP_Volume2 #35634
Desktop PacMan

I Put this together over a couple of days....It's my version of PACMAN :) If you find any bugs let me know, or even if you dont :) Have fun!!!!

ASP_Volume2 #35635
Two methods for retrieving the ListItem object that the mouse is over in a ListView control.

This code gives you two methods (one using built-in functions of the ListView control, and one using SendMessage and the LVM_GETITEMRECT constant) to retrieve the ListItem object that the mouse pointer is currently over with. This is demonstrated by highlighting the item.

ASP_Volume2 #35636
All Win32API By DmX

This is every api call in windows, it has all of the constants, declares, and types that are in the .dll's that come with windows. I didn't make this file myself, I got the code from microsoft and jus made it a big bas file. it is a little over half a megabyte.

ASP_Volume2 #35637
Hack a box

No, we are not going to do anything illegal here. We are going to hack the MsgBox and InputBox. Let me start by saying that this is !NOT! one of those custom messagebox classes, but this uses the real MsgBox and InputBox functions from VB.

ASP_Volume2 #35638
A quick course of making scriptable program, Like the VBA (Very Cool!)

Scriptable make everything possible possible Have you ever use the VBA in Microsoft Office? Making your application scriptable can enable it's functions to be extent to infinite, by the End Users. End Users can "WRITE PROGRAM ON YOUR PROGRAM", and run it as they like. It sounds interesting?

ASP_Volume2 #35639
Paradise Form Designer (MUST SEE!!)

All of the Window Shape Designers Get Away! Here the Paradise Form Designer Comes! Why? Because using this program, you can also modify the shape you have designed! You Design your shape and give form properties you want to this program and it will automatically creates the form your want! An easy-to-use utility!

ASP_Volume2 #35640
DirGuard V1.4

This program guards a given directory, its an update of a previous version. I have added the detection of filechanges (suggested by TonyK), completed the print-code, savecode for the log and put lost of comments in the code. The code is more complex than the previous version but does not contain API, classes or DLL so it should be easy to read. I did not yet found a simple way to obtain the username of the person who does the altering of files (suggested by Maju) but i am working on it. This can result in a bit of API but who knows there might be a simple way. Tested with WIN95/98/SE and WIN-NT. Please RATE this program and feel free to send me suggestions / questions. Cybsoft

ASP_Volume2 #35641
Web Questionairre Designer

User friendly interface that automates the creation of web-based questionairres. It allows for buttons and skip patterns. Responses are submitted to an email address.

ASP_Volume2 #35642
Dr. Error 2001

What this program does is fake a computer user out into thinking that errors are on their machine. It alse comes with fake freezing.

ASP_Volume2 #35643
CS TCP IP Configuration - All API -UPDATED-

I found the main API from some one elses source code, but it need alot of work. I tweaked it out and fixed some problems it had and also have it cleanup the resources it uses. I hope this helps anyone needing things like this.

ASP_Volume2 #35644
How to send information to a web page with Inet control

The purpose of this article is explain how to send informations to a web page with an HTML-Form and Inet control. Really easy.

ASP_Volume2 #35645
Playing-Card Deck OCX

This OCX is used to draw playing cards wherever in your game. all 52 cards, Plus 2 jokers. It uses the bitblt to draw a card (using a card number (1-52 or 53&54 for jokers)) on a specifyed DC. Real easy. You can make games if you draw cards into different picture controls (so you can have event handeling like clicking or dragging) It also has built in functions to get the suit of a card number, or get the 'value' of a card (scale of 1-13 ace 1, king 13). If you like this, Please vote for me ;)

ASP_Volume2 #35646
BEST ENCRYPTER(please check this out!)

this encrypter uses 256 bit serpent,128 bit cheshire,and lots more then it compresses the file to make smaller. A little slow right now but I am working on it. I tried to figure out who owns what code and give them credit.Sorry if I missed you.

ASP_Volume2 #35647
[ Aol, Cs, VbForums, and Yahoo Text Fader ]

Fade Text From one color to the next In Pratically any formate. Lot's more Function. Know with Preview In Rich Text Formate Whitch can be copyed instead of using Code. vbforms color compadible custom color code, fon, link and more. Started the fading funtion from scatch it is differnt form my other alot more compadible know all you do is put in the colors as a array then the text and it spits out the hex code for you. Added more Color setting re did the way i apply colors to each form totaly new program once again all my own code. Totaly 100% mine all pure VB Only one api call wicth is compadible with all systems. I have Frame less forms witch are compadible with all platforms to hope you enjoy and please vote for me. You also must have richtx32.ocs on your comp mostly all people do if not you can download it here http://www.leotown.com/fader/richtx32.ocx For other code simulare to mine but not mine check out Chris O'Hara's code at http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=28687&lngWId=1 And Chris O'Hara Sorry if you thought i stool your code i did not.

ASP_Volume2 #35648
ColorPicker that resembles Adobe Style ColorPicker ( with New ColorChangeEvent)Update 24-Feb-02

ColorPicker that Resembles Adobe PhotoShop ColorPicker. Replace Windows Old Color Dialog with this new Standard ColorPicker (ColorBox) in your application With More Controll over the ColorPicker. This was firstly written as reusable form, but here I'm presenting it as an Active-X Control so that any one can use it easily. Algorithms are fast and was written from scratch. I have tried as much as possible to make this Controll Bug free. Any suggestions, comments expecially Votes will appreciated. With New ColorChange Event which returns selected color Dynamically. small (Bug..? )Fixed.

ASP_Volume2 #35649
Newbie VB Reference

NEWBIE MUST HAVE VB REFERENCE: I spent about a week compiling various commands and functions before I began my first project, not ALL the code is mine, but ALOT of it is. I have previous experience coding in some less popular languages, so I knew what I was looking for ;-) I personally created the three custom controls FontCombo, ColorCombo and LabeledText and some of the following are must haves: Directory Commands File Commands How to use Font and File Dialogs How to use and manipulate List How to Parse by delimiter And there is just a lot of things here, that you will either learn here, or you will HAVE TO learn somewhere else because you will need this stuff. PLEASE VOTE FOR ME!!!

Languages
Top Categories
Global Discovery