Results for "Volume: 4_2005-2006"
This function is similar to the Mid function. Except, you can specify the starting, and ending strings (capture the data in between).
Help in Tweaking the Windows System
Removes html tags from a document
Add controls,resize controls, move controls,Change Properties And a little Properties Page Ocx Source include. Look And Send comments. Sorry itsnt a fully functional I write it yet. If you add a some functions pls email to me. If its complete it will be a Little Data Form Wizard:)) If you like it pls rate it. ok:)
Visual Assembler, create machine language executables visually. You don't have to know any Assembly just few clicks and you have your executable, what's the catch? check the code ;-)
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.
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.
STATES - VALUES
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.
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!!!!
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.
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.
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.
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?
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!
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
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.
What this program does is fake a computer user out into thinking that errors are on their machine. It alse comes with fake freezing.
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.
The purpose of this article is explain how to send informations to a web page with an HTML-Form and Inet control. Really easy.