Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #117733
ProgressBar in Titlebar

Shows you how to put a ProgressBar into the Titlebar of your program. Great for loading a form. Enjoy! AND VOTE FOR ME!

2_2002-2004 #117734
MX Lookup Control (UserControl)

This is used to get the MX records of a host. This is a usercontrol, with a demo project. It has a ton of good code. Including how to get the DNS of your local machine in code in every possible way (there are many). So the control can find the dns itself. This code has code from Jason Martin (http://www.planetsourcecode.com/xq/ASP/txtCodeId.11006/lngWId.1/qx/vb/scripts/ShowCode.htm)

2_2002-2004 #117735
ADO and MSHFlexgrid and MonthView contro

This code demonstrate how to connect to database (Patients97) using ADO code alone. I also demonstrate using the MonthView control and MSHFlexgrid control. The database called Patients97 contains customer details like name , address, customer number etc and appointment date and time. On the form, I have an MSHFlexgrid control, a MonthView control and a command button(cmdViewAppt). Clicking the command button connects to the database using ADO code and the details are displayed on the MSHFlexgrid control. You can display appointments for a particular date by clicking on a date on the MonthView control (MonthView1_DateClick event) and the result is displayed on the MSHFlexgrid control. I have not figured out how to create a report yet. What I'll like to do is to be able to pull the information on the MSHFlexgrid control and display it as a report which can be viewed and printed.Preferably I'll like to use the data report designer but I won't mind using excel or word or is there a way to use DataEnvironment designer? Please e-mail me any improvements or additions at [email protected].

2_2002-2004 #117736
Ball Clock

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

2_2002-2004 #117737
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

2_2002-2004 #117738
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

2_2002-2004 #117739
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!

2_2002-2004 #117740
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

2_2002-2004 #117741
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.

2_2002-2004 #117742
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.

2_2002-2004 #117743
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)!

2_2002-2004 #117744
Real IP Finder

When you use winsock to find your ip address, it will return you the ip of your internal network (if you have one). So this simple code is useful to find your real ip (the ip you use when connected to the internet).

2_2002-2004 #117745
FROGGER!

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

2_2002-2004 #117746
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!!

2_2002-2004 #117747
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.

2_2002-2004 #117748
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!

2_2002-2004 #117749
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.

2_2002-2004 #117750
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...

2_2002-2004 #117751
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!

2_2002-2004 #117752
chatbox_SpeedConnection

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

Languages
Top Categories
Global Discovery