Advertisement

Results for "Volume: 2002VB"

2002VB #19130
Real Artificial Intelligence

This demonstrates how to program artificial intelligence in vb. It is a bug (insect, not a computer data destroyer) that wonders around a grid and when it meets a wall it remembers it and marks it. Then when it has been running for a few minutes it will know alot of the walls. When you exit and reload the program later it won't mark it again because it knows its been there.

2002VB #21263
engineX beta demo 1 by Simon Price

UPDATED AGAIN: 3 more major bugs fixed! UPDATED: many bugs fixed already ! *** engineX beta demo 1 *** engineX was designed to be as simple and reusable as possible. It uses DirectX 8. It features: - 3D graphics with support for hardware acceleration - dot, line and triangle primitives - materials - texture mapping with transparency - lighting - frame hierarchies - loads .x files - loads .exf files (a custom file format, made specifically for engineX, has it's own editor, not released yet) - collision detection - 2D and 3D sound (mono wave file only) - input from keyboard and mouse - MIDI music This demo was designed to demonstrate most of these features, as quickly and simply as I could. There are 2 sample worlds to choose from (see screenshots). In the demo you can just walk and look around, and bump into objects in your way. I need as much feedback and bug reports as possible, it's very hard to get DirectX to work on all OS's and hardware, I especially have problems with Windows 2000. PLEASE DO VOTE if you find the code to be useful/well written/cool in some way The demo is 1.9MB, so I couldn't upload it to PSC, please instead use this direct link to the zip file stored on my website. http://www.VBgames.co.uk/downloads/exdemob1.zip If you just need the source code because you've already got the resources, use : http://www.VBgames.co.uk/downloads/exdemob1src.zip

2002VB #22045
Menu Copier (Updated!)

You can copy any object from one Form to another except the Menu; that is until now. This application will copy the menu properties and source code (under the Click event) from one Form to another. If the Destination Form already has a menu, it will be replaced with the menu from the Source Form or you can merge the Source and destination menus. There are few times you need to copy menus, but I wrote this app just to see if I could. Included are two form to try it with.

2002VB #21748
COPY FILE IN 1 LINE OF CODE!!!

COPY ANY FILE WITH 1 LINE OF CODE!!! IT ONLY TAKES 1 SEC FOR ANY FILE TO COPY! ANY SIZE!!! VOTE!!!!!!!

2002VB #21412
Splitter Active-X control for VB

This control creates a splitter bar with 2 resizable panels. The panels are adjustable by a specifying the size of the Child1 panel through the PanelSize property. It also includes minimum and maxmimum size parameters. It is well commented and also provides a demo application to explain all the options. I would also like to thank Mark Joyal for his great SplitterControl on which this is based. His control provides a way to resize based by a percentage, while mine provides a way to resize based on a size value. Since this is my first Active-X control, I would really appreciate your votes and any feedback you can provide.

2002VB #19324
Dial Net

The improved Dial Net - Ver 1.1. Over the last app. this newer version has been updated with the necesary user information(dial up status). It also includes a new feature to play sound whenever a connection is successful. Check it out... This application illustrates: 1)how to connect to the internet using RAS (Remote Access Service). 2)how to optimize an internet connection. 3)how to detect an internet connection. 4)how to automatically disconnect an internet connection 5)how to identify valuable internet information. 6)how to use encryption routinues 7)how to maintain internet time. 8)how to play sound files using API function calls. 9)how to use API to show the open file dialog. Check the code...

2002VB #22153
Advanced progress bar OCX (code + ocx + test app)

First off, This is my *FIRST* OCX file.. So don't laugh too much.. You can have a back image, change fore/back color Bar can go: Up>Down, Down>Up, Left>Right, right>Left You can set a caption: ie Loading.. (51%) instead of 51% You can show or hide the % (ie standard Percent bar or most install's percentage bar)

2002VB #22112
TextPad ( NEW VERSION ***)

Hello And Welcome Too Text Pad,, Thanks For Downloading the Source Its Probably Not too great But hey !! Any way It has . -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- * Word wrap , * Clipboard Options , * Can Launch Another Editor If The File That Is Being attempted too be opened is too large , * has an Options dialog * can Be Used on the command Line and , * can Be the Default text Viewer for (*.TXT) Files...... * Set Font * AWESOME Text File Manager ( Text Files Can Be viewed On the FLY !!! , No need too use a commondialog ) * Find Dialog * AUTHENTIC windows core component Properties dialog , Strait From the windows API !!!! * Launch New instance , Through A menu or dialog * Has a Toolbar * Has A Clipboard Viewer , Editor * Full screen Mode * Recent File Menu -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- THIS PROGRAM CRUSHES NOTEPAD IN ITS OPTIONS AND ABILITIES !!!!! THIS PROGRAM IS BY FAR THE BEST ( TEXT NON RTF ) EDITOR ON PSC !!!!!!! If you like it Vote for me Otherwise You dont have too . Thanks; Developer : Jason - simeone age : 15 Hobbys : VB 5 BUGZ WERE FIXED IN THIS VERSION AND CODE WAS UPDATED !!!!!

2002VB #22225
Text animation (position, rotation, size and color)

New version at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=24869&lngWId=1 With this control you can flicker free animate multiple text lines. You can animate position, rotation, size and color. During the animation every text line is clickable.

2002VB #21398
Piss easy UNIX rexec

Once upon a time a wrote a telnet client... Why ? Because I needed to control some UNIX functions from a windows frontend... I couldn't help thinking how messy it was and that they're had to be an easier way... Well, there is!!! Most UNIX machines have a daemon called rexecd which allows you to do a quick logon and run a command, capturing the output (exactly all that I needed)... I searched high and low for the protocol; SUN, astalavista, HP but to no avail... Eventually, I decided to stop looking and do a hack job but, miraculously, I stumbled accross the protocol in the man pages of our HP-UX system!!!! It's actually piss easy!!!! You just send a port, a login, a password and a command... No messy transactions like the horrble telnet program I wrote... It really couldn't be simpler... You'll need access to a UNIX / LINUX machine to try this out (I tried it on HP-UX 11.00 but I expect that it's pretty standard). Now, even though everybody flames me, I'm sharing it with you.

2002VB #22142
Pure VB diagram monitors!

Ever wanted to display graphical information about CPU, memory or any kind of variables? Check the screenshot and you'll know what I'm talking about. This PURE VISUAL BASIC made control adds graphical diagrams to your Visual Basic application very easily!! Just under 10 lines of code, and you have very cool graphical diagram monitoring your variables! All colors can be set easily. Also includes many other options to fit your app. Is you find this useful, please vote me or give me feedback.

2002VB #21333
Matrix Type

After seeing an attempt to display text 'Matrix' style, I figured I would upload an attempt I made at it a little while ago for fun.

2002VB #21852
Killer Bots 1.0

I made this code becuase I am fascinated by the art of customization. In K-bots you can create your own bot and fight against your friend in a text based arena.

2002VB #21417
Photoshop style progress bar in 1 function

This one method will create a very flexible photoshop style Progress bar. The method uses many api functions and demonstrates some advanced graphic techniques such as using memory dc,bitmaps and win32 fontobjects. You can simply drop this function into your project and create a progress bar on anything (even a printer). The P.B. has a variety of borders and the text can supports end ellipses and file path shortening.

2002VB #18922
DM++ Programming Language Beta 3

Hi this is another updated verision of my DM++ Programming Language project. I have fixed some errors and added some more functions Like Blinking Text it also now opens in a new window when you compile like D++ and JEL I have aslo include all the projects in a project folder that use the new functions I think there is about 8 or 10 new Projects. You will aslo see that I have added other things like Auto Indent like in VB and Error Checking that you can trun on or off and put Options to change the Editors Back colour and Forecolour, Fonts etc. Also added the Char and ASC. anyway see the screen shot and tell us what you think any new I am aslo looking for help to try and Inplant If Function and For Functions so if you have any info let us know.. Thanks Please Vote if you like it..........

2002VB #21426
Massively cool form shapeing on the fly

This demonstrates how to use the windows api to dynamically (and quickly) reshape a form without hogging resources. It Doesn't Even Blink! PLEASE VOTE!

2002VB #19269
Stock Market Game

This is a program that i wrote to show my parents that i could make money on the market. It really came to be quite a nice program. It gives you $2500 to spend in stocks, its all real-time and it even costs $8 to trade like E*trade etc. Please let me know if you find any bugs and i will help you fix them and/or fix them myself.

2002VB #21819
Manticore! The Game

This is a (nearly) complete game, utilizing the Manticore 1.0 library and the RPG Data Objects Library 1.0. This was not completed for a reason, so that others can extend it and learn how to use Manticore and create games at the same time. Both Manticore 1.0 and RPG Data Objects Library are included, along with graphics from SpriteLib. If you make a game, get SpriteLib. It's free, and very slick. For more info on Manticore, go to http://www.crashlogix.com/manticore. Please vote also. I don't expect much response, but I do want feedback, as any *constructive* comments may help in the development of Manticore.

2002VB #21703
GraphAmort

This mini-prog (which will have hopefully uploaded correctly this time!) will calculate the monthly payment required for a mortgage-style loan. Upon request, it will produce an amortisation schedule on a MSFlexGrid control. You may also view 2 simple MSCharts based on the grid's data.

2002VB #21272
A actual RPG in Progress, Space Quest

Space Quest is the temporary name for the single player RPG (in progress) that currently P4R14H(art) and I(programming) are working on. It has nothing to do with space travel or anything (more Lord of the Rings-ish), just read the readme.txt in the zip. It uses DirectX7 and it needs a computer that supports 1024x768 24-bit screen mode. Its got collision detection and map loading and map scrolling. Map editing is still in progress. It also limits frame rates to 30 fps, so it will never run too fast, only too slow. Feel free to borrow from the code if u like it, just e-mail me about it first. (This game is in the making so expect this entry to be updated with any major changes). note:(if ur computer doesn't support 24bit colour, only 32bit then change the code in the init method to say 32 instead of 24)

Languages
Top Categories
Global Discovery