Advertisement

Results for "Volume: 2002VB"

2002VB #19327
Ball Clock

Uses the 'Time' function to manipulate the vb Shape control, basically just a fun way of seeing what time it is.

2002VB #21120
HotmailBox (Hotmail Client) ** Updated October 6**

UPDATED Sept. 10This is a much improved version of the Hotmail Checker. It has support for multiple inbox pages, downloads and saves messages for later retrieval, stores your message headers, sends messages and deletes messages. It now includes an Address Book and support for multiple Hotmail accounts.Bug with the timeout timer was fixed.** OCT 6 ** Problems with registry under Win95 OSR2 and Win2k should be resolved.** OCT 6 ** The program was apparently broken and is now functional again** NOV 9 ** The program should show something when it starts up now

2002VB #17912
System Loop Counter

This program will count the amount of times your PC can loop in a second. It is intended to see which Processors are faster than others for my sake, thats all. Please use the exe file to test(faster), and post a comment with the result that the program creates. BTW it takes 15 seconds to test, of which your pc will prolly be paused

2002VB #19625
Spearmint

Spearmint - The sequel to Mint, is an Instant messenger for NT networks. Spearmint allows you to see who on your NT network is online, and, if they are running Spearmint, send them instant pop-up messages, as well as many other features!

2002VB #20467
InetSpy

Did you ever want to know what sites your children/friends visited from your machine while you're absent? Here it is! This app monitoring IE activity and save to log all sites visited. Run invisible. You can make it visible by pressing HotKey (Ctrl+Shift+P in this sample, but you can change it from code). Allow set app as running in startup. Technique used: - superclassing all IE windows and monitoring opening new windows - Hide app from Ctrl+Alt+Del - Using HotKeys in app - Set app as running at StartUp

2002VB #17662
Screen Capture

To capture the screen within a user defined selection, also captures a color from the screen in hex to be used in programming colors for html. No user form needed, just a small little exe that sits in the system tray, a right click will show it's functions. Copies to clipboard for quick use in another program. Source code uses bitblt for quick results instead of painting. This is all I wanted, works great, you may want to add an interface to allow you to save, edit, whatever the images you capture instead of just putting them in the clipboard. Also, shows the dimensions of what you are going to capture as you are dragging the mouse. If you click capture image the program will wait for you to click a start area, then drag the mouse (don't need to hold the mouse button down while dragging) and then click the left button when you are ready to capture, click the right mouse button if you want to start the capture over, click the esc key if you don't want to capture after all! Very fast on my machine, only tested with VB 6 SP4. Not tried on anything else.

2002VB #21142
Path manipulation

There are many methods you can use to return certain parts of a fully qualified path to a file. Here is the SHORTEST and FASTEST way to 1) return just the path, 2) return just the filename, and 3) change the extension of a filename. The code is so short that it is probably faster to keep it inline than to create additional functions. (I've done so here to better illustrate the parameters.

2002VB #21144
DBExample

I got the the layout and design of the program from CONTACTS 2000 made by [email protected]. BUT the code underneath is radically different! This program MANAGES AN ACCESS2000 DATABASE with SQL and query's with Recordsets. The best part about using a MS JETDB EnGINE4 is that the DB can be accessed through a network. It also queies a recordset and spits the results to the NEW DATA REPORT in VB6. I worked hard on this one! enjoy. READ README.doc for info on running. e-mail me at [email protected] for questions. PS. THANKS MICROSOFT SUPPORT (GENE MOODY)!

2002VB #20407
FROGGER!

FROGGER GAME - Hop over the road avoiding the traffic, then accross the river on the logs, then home.

2002VB #20034
Creates Self Extracting Compressed Files

This code creates self extracting compressed files! The very easy interface makes it extremely easy to use! I'd like to thank James Vincent Carnicelli for his compression file! :D. One of the files included in the zip is called SE.dat . this file is actually another EXE file (full source included). I hope you all enjoy the code, and i would appreciate any feedback or questions. Don't for get to vote for this code! Dan

2002VB #20611
Real Working Analog Clock!

I have seen many analog clocks but they were not that good! now with some help from math , and bingo!! real time with no control except timer, you can have your own custimized analog clock!!

2002VB #21143
Character counter

A FAST and EASY way to count the number of occurrences of one string within another! Please vote for this tip if you find it useful.

2002VB #20847
Wintasks

This program does about anything you can think of: Shut down, restart, log off, connect/disconnect to internet, enumerate windows, create Veda designs, stay on top, montor cpu, tells length in windows, date, time, what mouse is over, disble/enable: screen saver ALT-CTL-DEL Taskbar Desktop Icons, empty recycling bin, auto mouse move, minimizes to windows tray, minimize all, change screen resolution, open CDRom drive, open every thing in control panel, copy files, rename files, run files, force on top, finds **** in textboxes, changes keys into ASCII #s, opens "find files", open winfiles, open explore, AND MUCH MUCH MORE!!! This is by far my best program uses TONS of API calls!!! Have Fun!

2002VB #19500
Three Bowls

The main purpose of this program is to check how good are your eyes can be, and how long you can concentrate with some thing that moves quickly.

2002VB #20821
Base64 Codec

The original source code was from someone (AndrComm or Sebastien?) else. I recode the whole thing, but having reference to the original. Anyway thanks, whoever who are who wrote the original code (yeahh.. all creadits to him) since i learnt some performance optimization (my original codes are tremendously slow).I did some code clean up and comments. The encode speed increased by 20%, decoded speed increased by 30%. Here's the best results that i come out with: file : command.com (93,040 bytes) load : 2.56 mb/sec (n/a in original code) save : 3.39 mb/sec (n/a in original code) encode : 7.17 mb/sec (20% faster, original code runs at 6.05 mb/sec) decode : 7.31 mb/sec (30% faster, original code runs at 5.61 mb/sec) Here's the changes I've made : 1. *REWROTE* code clean up (i think it should be more readable) 2. *REWROTE* encode and decode table is created together. 3. *REWROTE* sub DECODE rewrote (should be faster). 4. *REWROTE* sub SPAN and UNSPAN now supports SpanSeparator. 5. *ADDED* More detailed co1mments for novice, not experts 6. *ADDED* some form controls, for input and output. 7. *ADDED* file loading and saving feature 8. *FIXED* encode / decode rate calculation fixed... more accurate should be 1 sec = 1024 ticks (kernel 1044 ticks?) and 1 mb = 1048576 bytes. (1024b x 1024b) and some other minor corrections as well...

2002VB #18184
How to BROADCAST with IPX/SPX protocol over a network!!! - MUST SEE!

Ever wanted to send some data to EVERY computer plugged into your LAN? Well, broadcasting is the way! This is an internet/chat programmers MUST HAVE! Also a game programmers must have! Here is just SOME of the possibilities of broadcasting: Create a SERVERLESS chat program, List all 'Tic-Tac-Toe' games playing on your lan, and join one!, Instant Messanger!, the list just keeps getting better! All I ask in return in sending you all coders this great code, is a vote :) - Thanx alot! If you need help on ANYTHING, e-mail me or ICQ me! (You can find my contact info in the program). There is also a EXE included, incase you just wanna try it out right now!

2002VB #21129
chatbox_SpeedConnection

send a file,send a picture and chat with this two side chat box.ENJOY : >

2002VB #19041
Bar Code Generator v2.0

It is my new Bar Code Generator with some more functions. And its complete freeware!

2002VB #20454
Customizable Color-Shifting Slider Control

It always bothered me that Microsoft didn't make their boring Slider control with more options. This control allows you to customize the appearance of the gripper. It also, like the Winamp Slider control, allows the background to shift color intensities as you get closer to your miniumum or maximum values. Enjoy!

2002VB #21024
Mo's SUPER PC Security! (Xtremely Advanced Security Progam)

This program was UPDATED AS OF 9/16/2000! Every single last line is commented greatly!!! This is a cool unfinished app that I wrote around 3 months ago! This not only shows all of the INs and OUTs of PC Security programming, it also has a great Graphical User Interface and many cool effects. This is code is for making a program that keeps the users out until they sign in. It then creates a hidden System file which is only accessible through the Client Control Panel included in this package with Full source. All this and more packed down to less than half the original size!!! It is now 130Kb!!!! Great download, please vote if you like this submission. NOTE: My last version did not have a screenshot included and had some errors. It was also very big and barely commented, so that is why I deleted it and resubmitted

Languages
Top Categories
Global Discovery