Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #125495
New Y.bas

This little module is for use with the yahoo messenger client. It has some pretty good stuff in it. So download it and check it out. This was only a 20-30 min job at max, and there will be more versions of the module.

2_2002-2004 #125496
Add New Table (SQL Server 7.0)

This code lets you add a new table to existing database in SQL Server programmatically. Useful when developing a database application for off-line users. Simply send an executable through e-mail, and let it run once.

2_2002-2004 #125497
FormatRTF Richtext Formatting Function

This function takes tag delimited text and converts it for display in a richtext box. Great for email headers (from, to, subject lines). Someone Rank this Thing...Enjoy!!

2_2002-2004 #125498
A folder icon changer

Change windows default yellow color icon and set your own custom icon to any folder with this easy code.

2_2002-2004 #125499
ADOTotalsShow

This project demonstrates a number of important ADO Data Base - VB methods and utilities. 1. Paramount of these utilites, from my perspective, is how to get the totals from a database field as well as how to multiply the items in two DB Fields and then create another field to show the answer. In addition a running total is kept, showing the Sum of the multiplied fields. This is a feature that any inventory data base requires. 2. Make an ADO Connection without using the ADO Data Control. When a program uses the ADO Data Control(s) it hard connects the data base to a given directory ("C:\My Documents\MyDataBase.mdb"), or worse yet the directory that the program is design / built in; (C:\Program Files\Microsoft Visual Studio\VB98\MyDataBaseProgram\etc"). This connection causes havoc when the product is installed to a client's computer. Of course a work around for this is to make a DSN Connection, but this requires the inclusion of numerous files in your setup/install program. When the connection is made through the use of code as opposed to using the ADO Data Control the Database file is located / installed in the program's deployed directory and is easily connected to. 3. Deploy and show all of the data using the MS DataGrid Control. Program shows how to fill and set the Data Grid. This demo allows adding and deleting of records directly on the Data Grid (Although this method is not recommended due to lack of ease, the better method is to use the programs Text Boxes). 4. Program sets up a TextBox and recordset movement procedure that emulates the familiar data control methods, i.e., The user can move through the records - movement is apparent in both the Data Grid and the Text Boxes, and the Current Record and Number of Records are continously displayed and updated when records are added or deleted. 5. Program makes use of the MS Report Designer in lieu of Crystal Reports. I have used Crystal Reports in the past and had numerous problems. I now use the MS Data Report exclusively. If you have any questions/problems with this demo it will be in this area. Study the DataEnviornment and DataReport Designers Structure

2_2002-2004 #125500
Using sytem wide hooks ,spyworks(cross task subclassing ) clone

Using system wide hooks in VB. Showing you how you can add menu's to other applications and react to their click button.With system wide hooks the limitations of modifying only those applications run in the same process ceases to exist. Do vote for me if u like the code

2_2002-2004 #125501
Global VB Hotkey Control (v2)

Allows hotkey activation of your application. - Drop the control on a form, set the key (and shift/alt etc) to look out for and whenever that key is pressed your application will get a "HotkeyPressed" event - to do with as you please. Version 2 allows multiple hotkey controls on one VB form.

2_2002-2004 #125502
Lock WorkStation WINNT 4.0

This will actually lock a Winnt 4.0 workstation with 2 lines of code. Same ctrl-alt-dlt then Lock Workstation. There is not actually an API call to lock Winnt 4.0. Winlogon actually does it in code. I have found a way around it that works. It took me some time and quite a bit of research to come up with this. I've added some extra code to the project but it only takes 2 lines of code to lock it. I will be enhancing this project to automatically prompt the user for a User name and Password or it will lock the desktop at random times (like right after start up, or you will be able to set the times.) This will keep anyone off of your computer that you don't want on it and even an Admin. Please vote!! I've looked high and low and I know the code doen't exist anywhere else that's FREE. Comments welcomed!

2_2002-2004 #125503
Dir Monitor Update

Monitor all files in a directory & subdirectories for any change in size, attributes, date, access date, modified date, name, and more. Fixed some missed events from last version, and added a few more. Also, added the ability to check sub directories, and add search filters (*.exe, etc..) Also switched to a class based timer, and api file/directory calls instead of slow dir/fso calls. Special thanks to Dana Seaman for the suggestions and input on this update.

2_2002-2004 #125504
MSN Messenger Monitor (Fixed)

This program is a simple monitor for MSN Messenger Service. You just have to boot this, and then log normally with MSN Messenger. The app will act as a monitor to show you how the client is communicating with Microsoft servers. I actually did a complete MSN Messenger Client from scratch and compatible with existing protocol and I will soon post it here. With this monitor, you should have a great idea of the great communication procotol. For the complete MSN Messenger Protocol goto: http://www.tlsecurity.net/Textware/Misc/draft-movva-msn-messenger-protocol-00.txt Don't forget to change your registry settings: HKEY_CURRENT_USER\Software\Microsoft\MessengerService\' find the key "Server" and change it to 127.0.0.1;127.0.0.1:1863 and don't forget to backup your original values. If you already erased it, the initial value that should work is messenger.hotmail.com;127.0.0.1:1863

2_2002-2004 #125505
BookWorm - Electronic Book Viewer with bookmarks, Color changes for easy on the eys reading.

This is an Electronic book Viewer. It supports rtf and txt, not .lit and .pdf formats. The reason why I wrote this is that I found a lot of Fantasy Books at http://21ct.gooddays.org/books.html and started reading them in Wordpad/Notepad. That proved difficult, so I created this program to allow me to read the text as close as possible to Micro$oft's MSREADER. You can change font size, set bookmarks,change the fore color, back color, margins etc etc. I use it and it works form me. If you like it, please vote or at least leave a comment. If you don't like it, tell my why so I can inprove. I included one of Raymond E Feists books for you to test the app with. Enjoy !!! - I added experimental adware code...

2_2002-2004 #125506
mp3 stream get

it just connects to shoutcast or anythings like that servers and then puts the incoming data in a file

2_2002-2004 #125507
Keylogger using sytem-wide hooks

Now almost evrybody knows wht a keylogger does.For those who don't it logs all the keystrokes ,almost all the keystrokes.Uses a dll file compiled in c++(source included).Rename the keylogger.dl_ file in the zip file to keylogger.dll and keep it in the same directory as the project.the log file is saved as c:\keylog.log .This type of keylogger is more reliable than using getasynckeystate and a timer.Vote if u like it.Comments,questions,send them to [email protected]

2_2002-2004 #125508
EBSlider

The EBSlider control is a self-contained, horizontal/vertical slider control written entirely in VB6.

2_2002-2004 #125509
SplitMaster

Splits large files into smaller ones.

2_2002-2004 #125510
Text Manipulation

This code show you how to count the letters, numbers, characters ("A","b",etc.), Spaces, Word's, Lenght, etc. in a text.

2_2002-2004 #125511
Treeview example

um.. it`s a "simple" example of how to use treeview... btw: have anybody heard about a compression called "deflate"? webservers use it when they send to browsers or something like that... i`m also looking for something called "gzip".... =)

2_2002-2004 #125512
DataAccessDLL

** PLEASE VOTE FOR MY CODE - EVEN IF YOU DON'T LIKE IT ** GREATLY simplifies accessing JET or SQL Server databases. No more Connection String, provider, data source, Persist Info etc. properties to fill in. Provides easy to follow instructions right inside the DLL.

2_2002-2004 #125513
Format Source Code

*REPOST* Sorry all...I left out a form file. This one should be good... Completely formats source code text...(adds white space, blocks). Fully customizable...add new commands, change formatting preferences, etc. Currently set up for VB, but can easily be customized to any language. This is a port from an add-in I wrote last year. Someone was asking about some code that did this that Ulli took off of PSC when he got mad and left. I never saw his code (probably better than mine) but since I had it, I decided to post it. This works surprisingly well. NOTE: This project is for DEMONSTRATION. It is a quick port from a VB add-in. Therfore, it may have some bugs...but I don't know of any.

2_2002-2004 #125514
TurboSort

Sort arrays much faster with a better string swapping routine! Wow, I couldn't believe all the rewrites of the same sorting routines in PSC. "Look at mine", "No, use mine", yadda, yadda, yadda. They all use the horribly slow: vTemp = String1 String1 = String2 String1 = vTemp Geezzzz - When you have to sort 30,000+ strings this is slllooooowwwwwww. Here's a solution. It uses the the same sorting routine (or choose your own), but implements a much faster swap routine using the CopyMemory() API. Now, instead of swapping strings, which in my case could be up to 9,000 characters, you are only swapping a 4 byte memory address. Rock On!!

Languages
Top Categories
Global Discovery