Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #119220
Save/Load Text to a listbox with common dialog

No example on psc for this so I put it together for others; LOAD and SAVE text to and from a listbox using common dialog control..

2_2002-2004 #119221
Structures - Implementation of a stack,queue and Heap

For all those jaded ex-Computer Science students out there, here's a revisitation of certain data structures which are taught to be useful. Includes a Stack, Queue, and Binary Heap (occasionally called a Binary Tree). These are fast, well tested, and should provide you with useful functionality for virtually any programming you do.

2_2002-2004 #119222
Easy Circle Progressbar 2.0

This is an update to my previous version of the Circular Progressbar. Improvements include "Rainbow style progress" and different directions of which the progressbar can progress. The jpg has bad colors and makes the rainbow look bad, download it, it looks better than what it shows. Try it, and don't forget to vote!

2_2002-2004 #119223
Screen Saver (re-submitted)

An almost-complete screen saver that fills your screen with (transperent) water and lets fish swim around. Uses bitblt and is fairly fast. Not customizable (yet) and designed for 800x600 res. Take a look. (I left out a module last submit)

2_2002-2004 #119224
Menu Bitmaps

Add 13x13 bitmaps to a menu by using Windows API.

2_2002-2004 #119225
Using ADO with a treeview

Populates a treeview with a database's tables then uses the node click event of the treeview to populate a data grid.

2_2002-2004 #119226
IPControl - Get All the IPs your system can send data thru

As stated by the name, this ActiveX Control will obtain all the IP Addresses your computer owns. Useful in situation where you have multiple IP addresses, such as networked systems, that have one (or more) IPs for the network, and one (or more, hehe) for Internet. *Note* This is not my code. The original code is from an author I met on IRC. I forget the name, but if you see this, Tell me! :) (I'm BaronGaran btw.) I did, however, convert it from project form to Control form. Hope you guys enjoy, and if you vote, remember you're not voting for me but for the original author.

2_2002-2004 #119227
Advanced Begin & End Date Calculations Simplified

Allows calculation of Begin or End dates based upon the RANGE (Week, Month, Year), the DATE to use as the source or comparison date and PREV or CURRENT range. Examples: 'BeginDateCalc("W","P",#11/15/2000#) returns: 11/5/00 as the first day or the PREVIOUS WEEK is Sunday the 5th. You could easily modify the code to allow the last day of the week to be any day you wish. 'BeginDateCalc("M","P",#11/15/2000#) = 10/1/00 'BeginDateCalc("M","C",#11/15/2000#) = 11/1/00 'BeginDateCalc("Wm","C",#11/15/2000#) = 11/1/00 'Wm is used to tell us Week but Month limited. 'Notice the same with "W" instead of "Wm" would result in 10/29/00

2_2002-2004 #119228
TCP/IP data tranfer graph (shows bytes send/received in a graph form)

The program has two pictureboxes. One shows the bytes currently being received and the other the bytes being send. I did not know whether the iphlpapi dll comes with windows so I included it in the zip file.

2_2002-2004 #119229
Mass Emailer

This is a mass Emailer - can be used as a mail bomber. load-save-emails list with common dialog control to and from the receivers listbox - the base code was Zeldas -

2_2002-2004 #119230
scarey notepad

pretty basic code, opens notepad and uses a combination of an api timer and the sendkeys function. should be fairly useful for beginners wanting help with sendkeys/cursor manipulation and the shell command.

2_2002-2004 #119231
NM 2000

- THE SEND MESSAGE WORKS UNDER WINDOWS 2000 - - BUT THE FUNCTIONS SHOULD WORK ON ANY VERSION OF WINDOWS!!! - This is a Network "chat" client, which is using the NET SEND command to send messages to your network friends, and you don't have to open a DOS Window, NM 2000 does it all for you!!! The only thing, you have to do, is to type the receivers network name and write a message, and hit send!!! Also uses the features of being able to show you the free disk space, CPU type, number of CPUs installed, how to make hyperlinks, making a slide-show when exiting the program, your Windows version PLUS also shows you how much memory currently available to your system!!! This program comes with FULL source code, and you should check it, I would say that it's a MUST SEE! If you like it, PLEASE DO vote for it, and I'll appreciate every vote!!! If you don't use Windows 2000, you should try it anyway!! I've got some very interesting code in this, as you can read above!!! I've got some quite interesting plans with this, and maybe YOU can help me making them reality? Contact me at: [email protected] and let's talk about it or on ICQ: 53099224! - Klaus Pedersen

2_2002-2004 #119232
Test WPM and errors!

Test for user's WPM and errors while they are typing into a text box. This could be the begining of one of those typing teacher programs. Check it out!

2_2002-2004 #119233
vbAutoSpeed - Auto Scandisk and Defragmenter

Auto Scandisk and Defragments the computer automatically, while logging its actions. This is the beta version. If anyone can tell me how to manipulate another program's listbox or combobox, email me at [email protected]. this zip file includes scandisk(sdrun98.exe) and defragmenter(dfrun98.exe) for windows 98. vbAutoSpeed is ready to be integrated into Windows Me Format. PLEASE VOTE FOR ME! I WORKED A LONG TIME FOR THIS!

2_2002-2004 #119234
ZipFileScanner

This program scans a zip archive and shows you all the files inside.

2_2002-2004 #119235
ICQ ActiveX Control (updated)

Utilize ICQ technology into your application with ease. With this control, you can send/receive message (Text, URL, Contact List), Search for user (by name, email, uin), Retrieve/Update user info, Register new UIN, and even changing your own password. All under one control, there is no need for the knowledge of Winsock, as long as you know how to use an ActiveX control, there is all there is to it. Visit www.medievilz.com for more updates.

2_2002-2004 #119236
Winamp Plugin Example (Write Winamp Plugins in VB)

This code demonstrates how to create plugins for the popular Mp3 player Winamp. The code contains template files and the code is also very well commented. The code was written using the GenWrapper.dll by Col Rjl which was distributed via NSDN (by Nullsoft). Upto now Winamp Plugins could be written only in C. But just the other night I was checking out the NSDN website and I found this code!! This is just the first version... I'll make some great looking plugins soon. This one just demonstrates how to make a plugin DLL that can be plugged into Winamp!

2_2002-2004 #119237
Timer

This program you can set up to shutdown or restart or log off your computer at set time (clock must ne 24 hour format), the best things is you can set your computer up to play mp3s at night and you can then set your computer to shutdown at a set time, if you have an atx power supply it will actually turn off your computer

2_2002-2004 #119238
Alarm V2.0

This is a great program that i use all of the time, if you need to remind yourself to do something, like record tv program at a set time you can with this program, you type in the time that you want to me reminded and the message, and at the set time you will be reminded, you need your system clock to be in24 hour format

2_2002-2004 #119239
Easy Progress Bar

Make an easy progress bar using only a label, timer, and a few lines of code. No .ocx needed!...

Languages
Top Categories
Global Discovery