Advertisement

Results for "Volume: 2002C"

2002C #15610
Screen Shake

This Code Capture Your Screen and then Hide your Taskbar & Shake Your Screen like Yahoo BUZZ!!!

2002C #15457
Direct3D 1st Person Game UPDATE! Frame rate limiter now working!

I have added Direct Input support for the mouse, plus the feedback for the frame rate limiter has been added and is now WORKING! Just replace the modMain.bas with the one in the zip. I have only uploaded the modMain.bas file in the zip to reduce file size. you can download the original ver from here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=32114&lngWId=1 Please note, i did not write the frame rate limiter or the actual direct 3d code....just the direct input code. Frame rate limiter was written by thomas sturm.

2002C #13703
Time Pick ActiveX Control

This ActiveX Control (OCX) will create a simple interface so the user can enter a determined time. It then validates the time entered and will always return a correct time. This control can be very useful if you are writing a program like an Alarm Clock or something like this. It can be, also, very instructive for those who want to learn how to program an ActiveX Control.

2002C #9215
Mathematic expression solver

This program includes a class called MathTool that inputs a string mathematical expression (such as "3*Pi/2") and returns a double value from it. Also included is a graphing program to help demonstrate the vast capabilities of the MathTool class. Documentation is provided with the download.

2002C #15343
MagicMail

MagicMail is an simple anonymous mailer. Using MagicMail you can send email without logging into your account. It also supports sending email in HTML format. I have used the Winsock control in VB. You can easily understand the program . Thank you. Please vote for this program and have a look at it as well. please vote for me and a big thank you to all those whom have tried it and visited this program.

2002C #14993
Button pressed or clicked

Was a button 'clicked' or 'pressed'

2002C #12078
A Spread Game (Virus Clone)

Designed to create a fairly simple game based on the online java game called Virus 2. I make no claim to the originality, in fact, Virus 2 can be found at: http://www.allgamesfree.com/games/ The code made to create this game does however show how to create and use Types, arrays, subroutines, nested loops, basic file I/O, testing using boolean logic, mesagebox, ToolTipText, and random numbers. cmdHelp also uses the tag property when clicked. I hope that this may be useful for beginners or anyone who wants to make games in VB. Very fast, with no API. Heavily commented.

2002C #14067
MSN Messenger Alert Box

This project demonstrates you how to build an alert box like MSN Messenger has. It is displayed in the bottom-right corner of your screen. When an alert is shown while another one is still visible, it is placed on top of the existing box. By moving the mousecursor over the text it appears as a hyperlink. And to get a little bit of the Microsoft feeling I've added a simple gradient found elsewhere on PSC.

2002C #15583
Advanced ListView Control

This is an advanced ListView Control. It Populates a listview control using the given path with the files and folders. The control retains most listview properties, events and methods plus: UserControl.Path (Read/Write) Property that specifies the path to populate UserControl.Populate Method to populate the control Feel free to enhance it! Copyright © 2002 George Kontostanos

2002C #11370
External Resource Tool

This is a dll I use to store resource files that I don't want compiled with the exe. Maybe I plan on changing them later or I just want to store them all in one file instead of open in a directory.

2002C #14586
Web Server with Remote Control

This Web Server was original on PCS. I have been unable to reach any of the claimed authors. I have modified to code to allow for remote control of a PC via a web-browser. Features include screenshot, logoff, reboot, opencd, msgbox, open browser to web page, screen effects, etc. If anyone makes changes to this code. Please send me the changes so I can keep this updated for everyone. Thanks. David@saveapatriot.org

2002C #12248
Get Local Date Format (Updated)

Updated to incorporate a VB 6 split function emulator for VB5 users. Also changed date format to lower case for compatibility with controls that don't like upper case date formats. This routine will return the Date format for the locale the app is running in. This way you can format your dates to display in the preferred format of the area the app is being used. (eg. mm/dd/yyyy in the U.S., dd/mm/yyyy in England, dd.mm.yyyy in Germany, etc).

2002C #15522
Magic Windows

PLEASE Vote for me!!!!! Magic Windows ver 1.0 Have you ever wanted to have a form that would slide out from behind another form, like a tray? Well now you can. Simply Drop this control onto a form(the one you will use as the tray) and from anywhere in code you call 2 methods. One will Slide the form out, The other retracts the form back. You can set the "tray" form to slide out to the right, left, top. or bottom. You can set it to slide out on top of the calling form, or behind the calling form.

2002C #15493
Auto Application Launch/stop

This will allow you to schedule an abblication to launch at a select time and then stop. It was designed to run Ms access reports that connect to an Oracle database, run a macro to print the reports and disconnect.

2002C #15687
Smart Flex Input

Ever too tired to control user's input? Ever want to control maxlength of a combobox? Ever want to validate and correct and hint(optional) user's input automatically? This is what you need to control user's input with textbox, combox etc. I am working on it and have figured out many improvements that can be done if you are so kind to rate it! Any comment or vote is appreciated! Please vote for it if you guys desire a much better version :-)

2002C #14061
Dynamic Control Array With Events

Visual Basic will allow us to add control array to a Form at run time using the load statement. However with this code I will try to explain a way where you can dynamically add a control array to a Form at run time, and then catch the events generated by the added controls.

2002C #11388
Get a Temp File Name

Need to create a temporary file for whatever? Include this bas module in your project and with one line of code the file will be created and the name returned to your program. Sample project included.

2002C #15645
Capture DOS Output

This class capture the outpus of a DOS command line via API functions, redirecting the stdOutput pipe and the stdErr pipe of a DOS application from the screen to the pipe that this class create.

2002C #15425
Fast Word Histogram

To gather info on word frequency in a document. This one is fast. I use arrays of bytes instead of strings to speed up the program. Compared to a string based version (like the one posted by lordaych, on 2/25/02 - called "Word Frequency Analyser"), this version is up to 40 times as fast.

2002C #13812
Quikwrite OCR!

This is a simple code for OCR (Optical Character Recognition) Using nothing but Arrays and binary strings. VERY SIMPLE!!!

Languages
Top Categories
Global Discovery