Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #123353
NT Meters

Simplified NT Like Progress bars. No OCX overhead! Any colors you like can be used. I also wrote support for each bar in the Dual meter. I put them in my templates directory. Thanks to Jerrame Hertz for bits of code and concept!

2_2002-2004 #123778
Almost all the Different MsgBox Constants and howto use them

This is really helpful if you're making a program that asks the user a yes/no question with a message box. That's only one of many great examples. Please Rate.

2_2002-2004 #123779
A Cool Fighting Game Example - Version 1.00

This game is really cool, and great for someone who's looking for how to make a fighting game with BitBlt, LoadDC, GenerateDC and other API calls. The Sprites are kinda bad, and there isn't any sound. But it can all be changed and added easily. Enjoy! Please Rate.

2_2002-2004 #123780
Yet Another Better Browse for Folder

This module provides a Win2K interface to the Browse for Folder under Win95/98. This is not an update to my earlier submissions but a complete rewrite using pure API. With Win2K MS introduced a new DLL (SHELL32.DLL Version 5.0) which includes a better Edit box, Popup menu and a New Folder button. With this module you can achieve the same result (except the Popup menu) using the old DLL (SHELL32.DLL Version 4.71) as used by Win 95/98. Additionally you can add a checkbox, customise captions for Titlebar, OK button, Cancel button, New Folder button. You can also resize the Browse for folder window. Additionally you can choose to open the dialog double size or full screen. All the usual features are present, such as include files, start at special folders etc. You can select between the old style Editbox or the Win2K style editbox (Much better I think.) Why bother? - Not everyone is running Win2K. Very easy to call. Heavily commented and includes complete sample usage. Please vote if you find this useful.

2_2002-2004 #123781
Dockable Statusbar within MDI

Shows how to dock a statusbar control to the top-left-right-bottom of an mdi form, or make the statusbar detatch from the form and 'float'

2_2002-2004 #123782
Calculator Program

This is a calculator made in VB6. It does a lot of useful functions such as circle area and circumference, support of minus numbers. Addition, subtraction, multiplication and division of numbers. It als does some more advanced functions found on a calculator. Now fixed the error with division by zero and added a calculator history with news about previous versions. Please leave comments and vote if you like this program. Now I have made sure the div by 0 error is fixed! Added some improved code and a few more things to improve the program. If you have any problems with this program, please email me or leave some comments here, describing the problem. Now added a host of new functions to the calculator. Sin, Cos and Tan. Abs function, support for fractions. There are loads of new features. You can also store a number in temporary memory as well.

2_2002-2004 #123783
Web Wizard v3.36

Web Wizard v3.36 The award-winning Web Wizard is back with a new, easy-to use interface. It helps you to easily create your own web page in just 6 simple steps. Please watch the screen-shot for a quick peek! Enjoy!! If you like it, give me a vote...

2_2002-2004 #123784
WinZip Key Generator

This program will generate a serial number for WinZip(r) based on the input information.

2_2002-2004 #123785
Login using Access DB

Add / Remove User Using Access Database User: ADMIN / Password: admin / Level: Administrator

2_2002-2004 #123786
Sample mp3 player

Shows you how to use the Common Dialog Control and Microsoft Media Player control to select and play mp3's. Works in the sort of manner as WinAmp, also puts the time elapsed in 00:00 format.

2_2002-2004 #123787
Chat using winsock

This is a basic chat program using winsock. It demonstrates how to accept multiple connections, how to use a delimeter to separate incoming messages. It shows how to accept connections, send and receive messages, etc. with winsock. This should help you people that are new with winsock.

2_2002-2004 #123788
Multiple Room Chat with Server and Client

Start up a server or connect to the default server with the client, choose a chat room and start chatting. You can join another chat room by exiting your current one and joining another on the list. You can also password protect rooms that you create. Vote for me :)

2_2002-2004 #123789
MY First Chat Program

Hi This is my first ever chat program on PSC anyway it will allow you multiple connections to the server. and the server will also log the names of the persons that are on the server. Also the Client uses a HTM Browser control and allow you to use smily faces like the ones on Yahoo use. I have had this program working other the net with a friend so i know it does work. The server it's self does need some big updates but for know it works fine. anyway if you have any ideas or code then feel free to add to the project. Bye :)

2_2002-2004 #123790
clsPrintAveryLabels

This is a generalization of the clsPrintAvery5352 code submitted by Bernard J. Tucker on 11/27/1999. This version of the class will print any label that the calling routine can describe. The zip also contains a VB project to show the use and an Access database of label partameters from the Avery Web site (legal).

2_2002-2004 #123791
Yet another Volume Control

Its a simple volume control. Thanks to the author who originally submitted this code to planetsoucecode.

2_2002-2004 #123792
A Better Multiple Undo

This code adds a multiple undo/redo function to any textbox or RichTextBox. Easy to set up and use, and doesn't require any extra controls or use of the API. Simple and effective.

2_2002-2004 #123793
__ Not just another pretty Browser - This has it *ALL* __

First --> Thanks for downloading this application, and i know there is a lot to look at in this readme, but it tells you about this application, features and components installed. Second -> Clicking the exe will not work. There are support files needed. The bookmarks.txt, history.txt, TIPOFDAY.txt is needed, as well as the FLASH movie. Put all of the files in one dir, then click the exe. Third -> There is an bug in the history section. You cannot have duplicate days in the history. For example if you opened the app on tuesday, it works. Wed, thurs, fri, sat, sun, mon. it works. But the next tuesday it doesnt open. You need to open the history and erase the contents. This needs work i know, but i wanted to get version 1.10 out. Its loaded with tons of other cool and useful tolls for net surfing programmers ( check out the text / box and advanced text box ) and nosey people (check out the internet tools). v 2.0 will have this fixed. Fourth -> Check out the features. This is, without a doubt the most complex and complete browser available *WITH* source code! And its all FREE! Read the README.txt - it has a list of all the features! There are too many to fit in the description box (4000 char max).

2_2002-2004 #123794
PatRecog

Artificial Neural Networks are a mathematical representation of the biological Neural Networks whitch are more sophisticated and more complicated. - they can compute any computable function and they are very useful for classification. - they are issued from the need to build artificial systems capable of sophisticated or intelligent computations similar to those that the human brain routinely performs. Topologicaly there is Two major kinds of networks : Feedforward and Feedback. - In a Feedforward NN, the connections between units do not form cycles. They usually produce a response to an input quickly. they are restricted to finite-dimensional input and output spaces. - In a feedback or recurrent NN, there are cycles in the connections. In some feedback NNs, each time an input is presented, the NN must iterate for a potentially long time before it produces a response. Feedback NNs are usually more difficult to train than feedforward NNs. Here I use a FeedForward Neural Network to show how it recognize a character. there is four NNs, the first one to classify the character; is it a (Capital, Small or punctuation letter)? and other three NNs, one for each class. they have been trained before so, this code will show how to use them after been trained. for any suggestion or question feel free to email me [email protected]

2_2002-2004 #123795
A Rainbow Generator

It is an extremly simple Rainbow Generator - the code which was always asked by the viewers. See how a rainbow is generated with the varaitions in the values of primary colors - Red, Green and Blue. No API's used. Interesting and Full of Fun! Easy even for beginners!

2_2002-2004 #126223
GetSQLServers

Finds SQL Servers on your LAN

Languages
Top Categories
Global Discovery