Advertisement

Results for "Volume: 2002VB"

2002VB #19499
Chip 8083 FX

Want to create scientific calculator? Today with Chip 8083 FX you can do it very easy. This chip is a kind of ActiveX DLL that handle simple math expression. But... As a mater of fact, simple but powerfull. You can use any expression, and you can use more then 30 build-in functions. If that's not ok for you, you can define your own function and use it in your expression. Try to use it, and you will know... Chip 8083 FX is very powerfull tools that ever created!

2002VB #19463
Drive Space 2.0

Finds all the drives on a system, tells if media is in the drive or not and finds the filesystem,size,label,used space,and free space of the drive.

2002VB #21829
Worm screen saver

A badly written screen saver, but hey, it works!!! Very nice worm effect with a fade...

2002VB #20929
A Simple Drag Drop Demo

This code gives a pretty good demo of how to drag and object, drop the object, and how to lock it into a position. Great for beginners. Simple and useful.

2002VB #21791
Convert Text Document to HTML

This routine will allow you to convert any text document into an HTML document. This is a basic function that simply puts the template HTML tags into place and then adds line breaks after each line of the text file is read in. This would be handy function for converting large numbers of documents to web-format. This code would be used as following: Call FileToHTML("c:\autoexec.bat", "c:\test.html", "Auto Execute File", "maroon", "white")

2002VB #21365
EventRaise

Make a class that raises an event Public Event BadSsn(ByVal bad_ssn As String) Raise it as in:RaiseEvent BadSsn(ssn) In the main program, declare an instance of the class WithEvents so the program can catch the event. Have fun. Rodney Godfried

2002VB #21488
Word 2001 A complete text editor!

Complete Text editor with margins, print options, open, new, save, saveas, clipboard controls, view settings, auto save options, Insert Date/time, styles, alignments, scripts, quick color changes, case changes and more! There shouldn't be any bugs, but if you find any please tell me! Thanks!

2002VB #19183
Net Hunter

- *UPDATET* - I just opdatet it so now there are 2 projects files, one for Visual Basic 5.0 and one for Visual Basic 6.0 just use the one called "Net Huter 5.0" for you that have Visual Basic 5.0, and i made a littel Treeview that lets you see what you found and where it to it from. Oki i am back again, And YES. Yet a time i made a VERY MESSY CODE! I know i should write comments, and some bla..bla..bla.. but i did't. Why ? well i am not here to win anyting just to give my code to share it with some else off need of the same function. Oki to the Code : Net Hunter is a small program that connect to a web site useing the Inet1 control and downloads all the HTML and rips out the links, and Images. and downloads them for you. well look at it if you like it tell me, if not well sorry.. Ohh yeah i use a function from one of you guys codes. it is the one that check the listboxes for dups! It removes entry if there are 2 a like.(sorry my english could be better) so that part is not my code. CiX - VirusTeam 2000.

2002VB #21356
Advanced Calculation Solver 1.2

The basic function of this program takes an inputted mathematical string (e.g.: "ln e + rnd(2) + 3(2)4 * (log(tan (itan 1)))"), evaluates it, and returns the result. Its features are listed below:Mathematical string evaluation using a compiler theoryFlexible languageRadian and degree modesDecimal, binary, hexadecimal, and octal modesEditable logarithm basesEditable number of decimal placesFully customizable appearance and behaviorThe program also has support for several special math items that are listed below:User-defined constantsGraphing of equations (both x = ? and y = ?)Graphing in radian or degree modeGraphing in normal or derivative modeUser-defined graphing window size (minimum X/Y, maximum X/Y, scale X/Y)Statistical analysis from a listBox-and-whisker plotsFull documentation is included with Advanced Calculation Solver, which includes feature descriptions, how to use the program, syntax descriptions, and detailed explanations of the workings of the code.Bug fixes:Derivative bug that, when in radian mode, gave an incorrect graph displayParsing bug that parsed from right to left instead of left to rightAnton [email protected] remember to vote!

2002VB #21306
a 3D animation with flash(vector)

This shows you how to use the macromedia flash/shockwave ocx. Also demonstrates 3D animation in a vector based environment with Flash.

2002VB #18647
Database List maker

What you can do is hook up to a database, and with the use of a timer control, you can make a list of any/all records you want in a database. You can use an SQL statement (in the code already) to find a certain part of a string. The return results are any record that contains that particular string in it. Then with the click of a button it will go through each record found and make a list of them. For example, For a spell checker, I took a database that contained over 5,500 words. It went through that database in a little over 5 minutes to get every word made into a list. Very good ideas can come from this, have fun with it!

2002VB #21812
Picture Painter

the purpose of this code is to have the abilities to make a graphic editor

2002VB #20378
NetTools (Internet Utilities)

NetTools has almost everything you need for use on the net - Anonymous Mail, a Mailbomber, Port Scanner / Flooder and ICQ Flooder (original ICQ pager code of PSC!) and Pinger - all using winsock!! Anyway dont use this code in an illegal manner. If you do you are doing so by your own free will and I am not responsible. THIS CODE IS SUPPLIED FOR EDUCATIONAL USES ONLY AND MAY NOT BE USED FOR ILLEGAL / CRIMINAL PURPOSES. I've spent lots of time on this code so plese give me feedback and also vote for me. Thanks to Zelda who's anon mail code I'm using.

2002VB #21788
Format Fancy Number (##st, ##nd, ##rd, ##th)

This function adds st, nd, rd, or th to the end of a string of numbers based on what the number is. For example, the following code can produce the following output, "Thursday, November 23rd, 2000" : Format(Date, "dddd, mmmm ") & FormatFancyNumber(Day(Date)) & ", " & Year(Date)

2002VB #21366
Licence Mailslot

This program is an advance Edition of the mailslot program I posted ealier. Now this sample will protect your software of beiing running more than the maximum user licence your software allowed. Any one connected to the network will not be able to run your application if they exits the maximum user licence allowed by your application. Offcourse you've to defind how many users are allowed to run your application at the same time. When start it will looks over the network if thera are any copy running. If found it will count the Computer name as a user. If at final the maximum user count >= than MaxUser License permitted. Program will Quit. I prevent the program of running twice on the same machine by including the command App.PrevInstance at formload. This command only works when the program is compiled as an executable. In Design mode you can run the program twice. This program is well commented. Take a look VOTE and have fun. Rodney Godfried.

2002VB #21172
_Ultimate Speech V2.0_

Same as older version 1.0, but could be bothered this time to make things better.

2002VB #21762
NT/2000 Trap Keys

Trap system keys with a system keyboard hook on NT and 2000 OS.

2002VB #21173
_*Click Smily*_

Tells the time, Speech!, 24 and 12 hour format. Other features included.

2002VB #21168
_"AAReg Editor"_

Registry write new keys etc... Module included - see files.

2002VB #21169
_Binary encoder...V2

File and binary encoder. Doesn't work that well with exe's but zip's and pictures work fine.

Languages
Top Categories
Global Discovery