Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #114303
^ Ballsim Beta

CHECK THIS OUT. This very simple prog uses (relativley) basic trig to simulate balls rolling over each other on a 2d plane. it uses ditances between centres to detect collision. A new ball is added when you click in the middle of the screen. Please vote if you liked it, and feel free to suggest... suggestions.

2_2002-2004 #114304
CodeCounter Add-In

This Add-In counts all the lines of code in your project(group).

2_2002-2004 #114302
Popup Menus

Api popupmenus, supporting custom colors/fonts Office XP style, images, highlight, init/uninitpopupmenu events, infrequently used, sidebars, per-item visibility, title-style headers for separators, and more.

2_2002-2004 #114305
Vector Quantization (image approximation)

This is my take on Vector Quantization. The idea behind this is to use a table of colors, then approximate which index of the table best matches each pixel in the image. After this, the table is adjusted based on the input values, and another test is done. After about 10 iterations, a decent image should be constructed. Now, unless you modify the code, this new image is made up of 128 colors. Yes, colors, not levels per channel. The trick to better images is to add just a little bit of noise to the original. Having 'slow' gradients in an image will take more iterations to estimate, and may still look bad. I used DIBits so there shouldn't be too many problems. I did however limit the size to a max of 256 colors in the table tho it is possible to change. Also, the images are set to 256x256 pixels. I planned on using this as a start of an image compression tool. If you have any suggestions that would help, please let me know. At the moment, I am working out a way to use a huffman tree to compress the pointers to the color index. Anyway, tell me what you think, good or bad.

2_2002-2004 #114687
XML PrettyPrint Test app

This small application is one example to show the possible use of the XML PrettyPrint Class. In addiction, it allows you to save the indented XML string to a .xml or .txt file.

2_2002-2004 #114306
Invoking a Java Class from VB Project and getting some data from an Access file.

This mini tutorial explains how you can create a Java class and the invoking it from a VB project, this java class gets some data from an Access file and will show it in the VB project. Of course you need the Microsoft SDK for Java 4.0, microsoft removed it from its site so I found it in another web site, I included the link within my mini tutorial.

2_2002-2004 #114689
T3XT CH4NG3R

converts text to ë£îTë, å§©ïï, rAndOM CApS and Backwards

2_2002-2004 #114690
Create URL from Path (URLCreateFromPath API)

create an url from a file path for example input: "E:/my photo.jpg" output: "file:///E:/my%20photo.jpg"

2_2002-2004 #114691
Learn Basic

This is a program which helps the beginner a lot. Easy coding and commented every line. If it helps anybody please comment

2_2002-2004 #114688
BASIC PRODUCTION

Dos Basic like POKE and PEEK functions for VB6

2_2002-2004 #114100
[[ * hWnd Hider * ]]

I made this to hide programs/windows that were currently open when my parents walked in. It has memory so you just press F6 to hide everything you have selected. Very useful for quickly hiding things. There will be a new version comming out soon, with the following features: Hides a hWnd from Control Alt Delete when you choose to hide the window, cleaer code and new functions.

2_2002-2004 #114101
Mouse Wrap

This application will make your mouse wrap around the screen. For example: move the mouse to the far right of the screen and the mouse will apear on the left side

2_2002-2004 #114102
A Cool Msn Messenger Bot!!

This Is A Cool Msn Bot! It Is Fully Functional Without Any Bugs. Tells You Your Nickname, User Info, Status Changer, And Is Easy To Understand The Coding. Please Enjoy This Code And Use Freely For Your Own Applications!! PLEASE VOTE FOR MY WORK! **UPDATE** An Update Is Now Released! It Is Called " Msn Toolbox ". It Is A Little More Advanced Than This, Though It Has HEAPS AND HEAPS Of Features. I Recommend Downloading This Before You Download Msn Toolbox. Thanking You, Jamie C.

2_2002-2004 #114103
CMDTEL

This is just experimental code. The database not included because is very large (8Mb), but can you create one for this aplication (table name=T, fields name see in code...)... This phone book is like a cmd.exe app., example you search a phone number: find *michael*-*street8* Enjoy. Sory for my english....................

2_2002-2004 #114215
A1 - 'Animated' spinning globe using only a label and a timer. (WebDings Required)

Using webdings, you can created a VERY rudamentary spinning globe. Please do not vote.

2_2002-2004 #114216
DM Resource Builder

This small pice of code will allow you to compile a text file to a .RES resource file that can then be included in to Visual Basic. At the moment the compiler only compile custom resource types. Note that this compiles the files without the RC compiler. also at the moment the source code will only compile one file to a resource file. if someone can help with that problum that will be helpfull. Well I hope someone finds some us for the code.

2_2002-2004 #114218
Search Item Data in ListView Control

Demonstrates how to search/ find data item in ListView Control (ADO). Facilities: 1. Search by index 2. Search by others criteria 3. Sort data in the listview control by HeadColumn 4. Automatic resize control

2_2002-2004 #114219
Gravitation

This is a very nice program that calculates the intercational gravitation force betrween two masses, they could be two planets etc. And it draws the objects.

2_2002-2004 #114217
VB Recent File List - Updated

With this project you can delete items from you registry that show up in the Recent Files list of Visual Basic. Please note that, running the program from the VB IDE will NOT delete items permanently from the list. The reason for this is: When VB is closed it "re-saves" the recent list. So you must compile the project to EXE form, close VB and run the EXE to make it work. UPDATE - Now displays project that no longer exist in red. Other examples in this project include: *Resizing Columns in a List View *Sorting Columns in a List View You can also find a Microsoft reference for the object used in this code sample at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsmthregread.asp (Look for RegWrite, RegRead and RegDelete) Thanks for taking the time to look at my example and I hope you find it useful for something :) Christopher.

2_2002-2004 #114220
CodeScanMax(Update 6 Nov)

CodeScanMax(Update 6 Nov) by Robert Rayment. (Work around for forms with no code, addess some differences between Win98 & WinXP RichTB versions when setting Fonts & Coloring) .... This program is intended to give info on declarations and procedures used in a project. Also to display some items within procedures and a variety of unused items. To be most useful the exe can be placed on the Office toolbar or the Taskbar. It can then analyse the current project provided it is saved to disk. It is non-intrusive A second use is to copy/paste code from any other project while in the IDE. Please read limitations in the help file. I've deliberately left some unused junk in the program so you can see how it works straightaway. It's 'horses for courses' CodeScan suits me but try these others if you haven't already, they may be closer to what you want -- Code Fixer v2.2.9 Roger Gilchrist(Ulli) CodeId=53297 -- Deeplook v4.7 Dean Camera CodeId=54836 -- Code Statistics/.. v4.3 E O'Sullivan CodeID=39149 or later versions.-- Fast RTB Coloring Will Barden CodeId=39824.-- Back highlighting buggy CodeId=43509 (Tested on Win98 & WinXP, Zip 57KB).

Languages
Top Categories
Global Discovery