Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #115048
BF Icon Extractor

BF Icon Extractor utility extracts icons from ICL, DLL, EXE and other files into real ICON files (not bitmaps). It currently supports only 32x32 icons at 256 color depth. Hope you like it!! Vote.

2_2002-2004 #124580
Docking Tolbar

It's a look like a tool bar but wen you drag it to the corners of your screen its become bigger like windows office toolbars. See the screenshoot and tell me your comments/feedbacks.

2_2002-2004 #124581
Share data between any number VB/VBA apps with out using DDE, Files, Sub-classing, and/or Automation

Share data between any number VB/VBA apps with out using DDE, Files, Sub-classing, and/or Automation. This code is very fast as it writes the data directly to a named memory space that any application that knows that name can also access. Does not require sub-classing or sending the data each window that needs it. Rather an application writes any amount of data to any number of named memory spaces where it remains until the space is cleared, closed or changed. Note: You will want to compile the project and run two instances of it to see the code in action. PLEASE VOTE if you like it :) Works in 95/98/NT4/2000

2_2002-2004 #124582
Icon Editor

Icon Editor... (16-colors)

2_2002-2004 #124583
The Daily Newbie - Using the DateAdd() Function

Explains how to use the Visual Basic DateAdd() function to add and subtract dates.

2_2002-2004 #124584
Teaching Computers To Read Part 3

An Optical Character Recognition (OCR) program. The goal of this ongoing experimental project is to build a neural net capable of recognising zipcodes or text within bitmaps. Part 3 includes a much faster net (array based, rather than Class/Collection based), simulated annealing, and Nguyen-Widrow initialisation. Other keywords: AI, Artificial Intelligence, Perceptron, Feed-Forward, BackPropogation

2_2002-2004 #124585
Use Microsoft Word as a Reporting Tool from Visual Basic

You need Word 97 or 2000. This code uses Microsoft Word as a reporting tool by inserting data into a report template at points marked by Document Variables. An example project and template document are included.

2_2002-2004 #124586
Oracle-Excel

The purpose of this program is to retrieve data from an Oracle Database and write it directly to an Excel worksheet, enabling me to fully automate weekly reports. This example will translate any SQL-script to an Excel worksheet and even format the worksheet for ya...;-)

2_2002-2004 #124587
CyberCrypt Self-Extractor edition 8.0

This is another wonderful CyberCrypt version which includes two new Utilitys, 1: Self-Extracting EXE creator, 2: File splitter. I have done some editing to code in this program, and made it better for the user. I'd just like to thankyou all for voting contest winner for version 7.0 of CyberCrypt. For that i've also added some good graphical advances to make the user interface look better. If you think this is good then please vote, i'd also like some ideas, "I know", "I know", you all said put rar and zip format in but at the moment i've been working on other projects. I like this program very much and infact only found three bugs since version 7.0 of CyberCrypt. Don't worry if you have saved any CyT files in versions 6.0 lower because this one and version 7.0 has an archive convertor. Anyhow thanks again and please leave a comment.

2_2002-2004 #124588
[a computerized test create/taker

Allows teachers and students to login. (To login the first time use user ID: system999 and password: sys99 - you will be logged in as a teacher and then you can create teacher login accounts). Teachers are allowed to create and edit tests and test banks, create and edit student accounts, and print tests and keys, and print test scores. Students will be allowed to take tests online and have their tests graded, along with changing their passwords.

2_2002-2004 #124589
Trivia Game Example (UPDATE)

This is a simple example of a Trivia game. I made it for my friend for school and decided I would post the code, maybe some beginners would have some fun with it. Anyways, it loads and parses answers/questions from text files and randomizes the questions, as well as the answers to the question. At the end it gives the user a "score" and a percentage of questions answered correctly. Sorry it's poorly commented.

2_2002-2004 #124590
jeffButton / jeffSplitter - replacement for vb command button and simple splitter control

O.K. This is the debut of both jeffButton and jeffSplitter. =) jeffButton is a custom control replacement for the VB command button. The enhancements it provides are: location of the caption, providing for the "soft button" effect, and most importantly, automatically creating disabled versions of your button icons... just like the standard vb toolbar. However, I must state now that the API calls I use to achieve this are newer, and probably won't work in Win95 and potentially early versions of Win98 and NT. Works fine on current Win98se, WinME, and Win2K. Anyways... the controls also demonstrates the mouse capturing API calls. The button control also supports hot and disabled icons if you so wish to provide them. =) Addditionally, this project post also exhibits my custom splitter control. I think, at the least, you will find my approach unique. Again, this control demonstrates the mouse capturing API calls. You can set the splitter's orientation, and bounds. And event fires every time the bar moves, allowing you to custom resize controls at will... which is what I like to do. Most implementations I have seen of splitter controls that automatically resize controls for you aren't very complicated, or else they end up adding a lot of overhead. jeffSplitter is simply and based on Edanmo's VB5 ocx splitter controls which provide the splitter but allow you the flexability to implement your own resize techniques (useful when a frame or toolbar is resized in the same section along with a grid or treeview). =) Anyways... hope you guys enjoy my latest offering. I cut with my previous policy of distinguishing between public and private code on this project, so additionally, any of you code hounds out there will also find in this project a rich library of base vb functions and API function definitions and constants in the two files: tools6.bas and mapiconstants.bas. =) I use this module base in both work and recreation projects. If you like it or the latest controls, please gimme a vote. ;) (it don't take long to vote, honest)

2_2002-2004 #124591
ProgressBarDeluxe v1.1

Use a standard picturebox as progress bar. This progressbar : 1. Don't use much code. 2. Change every aspect of appeareance in a simple way. 3. Fast. 4. Easy to use, create a picbox and place the call for the single sub in a loop. 5. Don't Flicker... New in this version is : Select % display alignment, optional CustomString to add before % display (looks better when doing multi tasks).. 100% Compatible with previous versions. - Now.. go vote! .. (Screenshot comming soon)

2_2002-2004 #124592
Network Browser. The best one onPSC with File browser

Shows you all computers and shared drivers folders, files and printers on LAN. Incuded file browser. I think it is the best one on PSC. Please send your comments and feedbacks to me for improving it.

2_2002-2004 #124593
Select Multiple Files Using CommonDialog

Simple example of how to select (and retrieve) multiple filenames when using a common-dialog and adding them to a listbox.

2_2002-2004 #124594
File String Manipulation (FIle Thingy) v1.01

(v1.01) -- Some function to manipulate file strings. GetFileName > Returns only the filename -- GetExtension > Returns file extension (optional lowercase) -- GetFileNoExtension (New) > Returns filename without extension -- GetPath > Returns full path. (optional without drive) -- GetDrive > Returns drive (optional include "\") .. Also fixed a horrible bug in the GetFilePath. Screenshot is from v1.0

2_2002-2004 #124595
Enhance Image FX Module *Emulate Photoshop Filters [update: Sept 22]

*UPDATED: Sept 22, 2001 This clever module (BAS file) emulates some of Adobe Photoshop's most useful features and filters. Includes: Add Noise, Blur, Colorize, Darken, Flip Horizontal, Gradient, Invert Colors, Lighte, Merge, Merge Gradient, Pixelate (Mosaic). Now including: Replace Color, Stroke, TV Scan Lines; as well as Text Effects: 3D Gradient Text, Text with *REALISTIC* Drop-Shadows, Border-Only Text, Text with *REALISTIC* Outter Glows. Uses *ONLY* GetPixel and SetPixel. Check it out and please vote for me if you find it useful :] - Take a look at ths screen shot for examples. ZIP File includes only the module (BAS file). Sorry, didn't have time to code an example project :( Perhaps someone would like to do the honors and post it, if so drop me a line when it's finished? :) PLEASE please please leave comments/questions/suggestions :)

2_2002-2004 #124596
Personal Frankwall *UPDATED*

This is a Norton Personal Firewall Alertbar style aplette. It doesnt do much except pops out from the side of the screen when your IP address changes just to let you know what it has been changed to. Its a good example of skin mapping a form (taken from various other code submitted on PSC, so thanks). You can customize the skin on the form by right clicking on initially Franks face and changing it from the customize menu. I have put some extra skins in for you such as Moon and Mike Page, I hope you like it, I think its very funny, you can put your mates faces on it, anyways, please get it, comment and vote it. Thanks allot, Nick Pateman :) I fixed a few silly bugs, and now I think this is an essential item to anyones desktop, especially if you want to know what your ip address is very quickly, anyways CHECK IT OUT!!!, you'll love it!!!! You could even put your dogs face on it!, if you like that kind of thing?

2_2002-2004 #124597
The Eight Queens Problem Revisited

This program started out as a project in Byte Magazine way back in the 70s. I wrote it in basic for the IBM 370. In those days I didn't know recursive programming, so I wrote it in procedural format. Yuck. Today I tried to duplicate that, but I found I can't even think like that anymore. Also - it took 3 weeks then and 30 min now, not counting looking up how to run the @#$ MS flex grid...:-) The article caused quite a sensation. Byte published two issues of mail replies to it... The problem is to put 8 Queens on a chess board in such a manner that no Queen can take another. This is surprisingly difficult. The algorithm I use is a common sense one but I didn't think of it - I read it in a book somewhere. What you do is divide the chess board into columns, and, moving from the left, place a Queen in the first column in the lowest available non-tried square. Then you place one penny on each square the Queen covers. Then you move one column to the right and do this again. Note the Queen is pushed up to the third square by the two pennies already in it's column. Move right again. When you get to the sixth column you cant place a Queen as the column is full of pennies. You back to the previous column, remove the Queen and remove all it's pennies. Then you go up in the column, if you can, and replace the Queen and all its pennies, and keep going. When you can't go up any further, you go back another Queen. When you place a Queen on the 8th column you record the position and then treat it as if it failed. This program pauses 5 seconds and makes a beep. When you cannot move the first Queen any higher, the search is over.

2_2002-2004 #124598
Fast button pushing game

A fun game with an objective to rapidly push the arrow keys as fast as you can.

Languages
Top Categories
Global Discovery