Results for "Volume: 6_2008-2009"
This is the first version of ICON. ICON is a program that will provide you icons and allow you to choose some from it for your program. This program is in the early, early stages so dont expect something extreme. ONLY ONE category of icons is accessible, that category is called "Arrows" .. I am begging you to vote for my code.. If I get ATLEAST 5 excellent votes, I will continue making the program and I'll make it better. And please read the README.txt file included, because it may help you with extracting information.. Thanks, Enjoy!
*** UPDATED *** now fixed "runtime when not conected" bug. Kilovolt Telnet - A simple VT/100 telnet application with options! Better than Win95/98 Telnet. If you like it please vote for me!
New Version! FOr those of you who did not see the previous project, this is a module that draws four colour gradients, one colour each corner of the rectangle. Thanks for voting for the previous release. Since RGB values range from 0 to 255, the changes of RGB values should fit in a square of dimensions 255 x 255. Hence using this theory, I have made a module that draws gradients super fast irrespective of it's size. Also, I have included optional halftoning of colours to get smoothest gradients irrespective of the screen resolutions (lower resolutions otherwise would cause 'banding'). Please vote. Thanks again.
Personel Digital Diary the far the most advanced Diary on PSC, There is tonnes of code thats useful. It features Encryption, File handling, Registry, Calendar, ToDo, Address book, And a great interface, not to forget the Word procressor. Have a look and Please comment and vote. More Releases coming soon(with votes)
With this code, you can transfert easy any files on your FTP server. It's a small program, but it works fine. I use an InetControl to do the transfert.
Yet another flicker free about form. Major differences between this and the other dozen on PSC: This one draws over a background picture, this one is a single form solution, this one has mouse capture to stop the scroll. I've tried to make this form so it's a "drop in and go" type setup. Add the form, change the picture in picOut, move and resize picBackBuffer to where you want the text to scroll and it *should* work. In order for the mouse out tracking to work, you need ssubtmr6 from vbaccelerator - http://www.vbaccelerator.com/codelib/ssubtmr/ssubtmr.htm . If you don't want to use this functionality, just change HASH_CON_TRACKMOUSE from True to False. Voila, no implemented interface and no subclassing :) I originally based this off Mark Robert Strange's flicker free gradient credit box, there's very, very little of that code left in this one though :) But, still, he was the guy who gave me the idea, so I'd better credit him! [edited: trying to get the line breaks happy] [edited: and again]
The easiest and the safest way to protect your hardwork of programming by this full-proof idea of developing the Trial Pack of your softwares. It detects the alteration if any time the user changes the date. and the software stops functioning and asks for the registration code.
Last Update for my LavaCave (SFCave alike Game) ...now with Items,sound.. and many Bugfixes ...have fun =D aaaah...EDIT: speed fix =D EDIT2 :fixed the bug of the speedfix =D
Ehhh... I forgot the sourceCode... the previous submission was just the .EXE so DL this 1 if u wanna play.
To move (indent) block of selected text as one, instead of one line at the time by using a TAB key. Just like you can select portion of your code in VB and move it as a block to the right. Use TAB to indent Use Shift+TAB to un-indent UPDATED ON 06/14/02: I've just added the UN-INDENT function as well :)
I needed a fast easy and uncomplecated AutoComplete code and this is what i came with.
Very addictive Snakes-game. Large screen (small graphics), 4 players, various power-ups to collect, changeable maps, various options. Good to play in multiplayer. Doesn't contain a map editor yet, and has only 1 map (see "readme_maps.txt"). Please VOTE and leave comments on how to improve this game, bugs, add power-ups, tuning, more settings, etc...
Read & save pcx & tga.
VB does not provide a means to enter and evaluate a math formula as a text string. A coworker of mine pointed out that Autodesk's LISP has a function EVAL that does exactly that. You can even plug in variables. I searched the web and discovered that plugins are available for VB, but cost hundreds of dollars. Screw that! I wrote my own. Here you are, I'll give you all what I could not find anywhere...a complete functional expression evaluator that accepts as many variables as you need. It understands every math function that is supported in VB. Extract the files from the zip file and run the VB project. Feel free to copy the code and make whatever modifications you wish to suit your needs. Have fun!
Just try this out and restart your computer
Have you even had a complex shape you needed to be turned into a mesh for use in a 3d project? This code shows you how to generate the triangles (DeLaunay Triangulation) based on 'outline' geometry. Implemented in this project is the ability to draw geometry and generate a mesh and a 3D extrusion of the mesh. Supports 'holes' in the mesh as well (auto calculated right-hand,left hand). This method is used for triangulating non-uniform meshes. Included (but NOT fully implemented in THIS project) is a VB-CAD library I designed for a company that makes 3d models from 2D Autocad drawings. This powerful library has all of the math functions to calculate intersection points between all geometry (line,arc,ellipse,spline) It also has an updated DXF import as well as funtions for scaling, flipping, rotating, non-linear arrays, trimming, cornering, relimiting chamfering and rounding. Requires DX7 library for 3d views.
If your application involve ROUNDING NUMBER than you MUST READ this!
VOTE FOR ME PLEASE! SIMPLE CODE to use with resource files. With one line of code, you will load text strings and images from a resource file WITH NO API CALLS.
This simple app converts a given number to verbage. It can handle numbers as high as 999 centillion (10^333 - 1). Plenty of room for improvement. A user asked for this earlier in the week, figured it may be useful to others as well. Enjoy.
This program explains and demonstrates how to use 25 different API calls. Also each API call has its own example of it in use.