Results for "Volume: ASP_Volume2"
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.
Let your program be listed in the right-mouse-click for a particular file type. You program can then be run with a simple click
Learn how to incorporate Access Databases into your Visual Basic project! Add, delete, edit, and refresh all records in the NWIND.mdb database. Then, display the data from that database in a datagrid and a 3D bar/line/pie graph! Comes with a downloadable example application! Please rate and leave feedback!
simple commented example showing how to move and resize a borderless forms thru the use of labels
Command By Word is a very handy voice recognition program I have created. This program can open files, delete files and prompt you with a message all by the sound of your voice. To run this program correctly you will need the Speech Recognition Engine and Text-To-Speech Engine. You can download both of these at: http://www.microsoft.com/msagent/downloads.htm (Thanks to Solomon for the URL) Enjoy and please vote!