Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #238769
Text Based RPG (Multiplayer)

Its a Text Based RPG (Multiplayer)that i made few months ago. i got the server from someone else at psc (oh lazy meh) and the tetrits game. The rest made by me , so a credit if you use this source would be nice. Dont forget to vote! :o)

7_2009-2012 #238874
Make Region From Bitmap

So, you can make a Region Object by Bitmap Picture.

7_2009-2012 #238023
Random Dot Screen Saver

This code basically shows a beginner how to use a screen snapshot command in applications using one methood, and a couple of things that involve picture boxes to draw dots in a random sequence. -Later addition- NOTICE!!! It is NOT coded to be a screen saver, it just looks like it could be one if I made it one. I noticed a comment about that, and the poster was absolutely right.

7_2009-2012 #238882
A Simple Download Manager

This is a simple download manager with download resuming support. I made it for the sole purpose of learning how to request file ranges using the HTTP protocol. Of course, this is a very basic example, but it does the trick.

7_2009-2012 #234540
RM Secure

RM Secure is an application which allows you to secure your PC with just a flash drive, CD or floppy disk. The basic idea is that it scans the serial number of the removable media and looks whether it is present when you want to unlock it. The lock consists of constant hiding windows. This may result to slow reaction (but as it is locked, to do nothing, I don't see the problem here). When using something like WindowBlinds, Windows might suffer from bad refreshing or it might show title-bars that shouldn't be there.

7_2009-2012 #238311
Oldplanes

A 2D Top down perspective action game made with VB, single player mode and two players on the same computer are capable of playing. It shows that you can make fun and playable games with VB in a short time.

7_2009-2012 #238639
Only allow numbers in textboxes

Stops letters from being typed in a textbox

7_2009-2012 #223732
Images-in-a-Globe

Put your Photos and Images collection into a Paper Globe. Requires 1024 x 768 resolution (1280x1024 is better) Attention! You can get money with this.

7_2009-2012 #236022
DISASSEMBLING VISUAL BASIC APPLICATIONS - II

This article is an update of the first tutorial that shows how simple it is to disassemble and understand VB programs. Based on Feedback, I've added a few more sections and edited some text. This is the 'trailer' to what's coming up next. The next tutorial will continue where this one will stop. So instead of updates, you'll be finding a multipart tutorial which packs in a lot more important stuff without repeating the old information. So go ahead and read this , so you can make the most of the big one's...coming up real soon. I'd like it if you could VOTE for me as well as give me feedback on what you want in the next tutorial, and post about what's good and what's not in this one.

7_2009-2012 #234753
Physics on bitmap

We all sean simple phisics endgines in VB work whith balls in a sqare box(Form).Boxes are too boring to me so i made one that works on a bitmap mask. I was too lazy to put in some good graphics code so i just used a picturebox,wich was amazingly fliker free. Also a good feture in it is drawing walls while simulation is runing. Camera auto scrools to the ball when simulation is runing its movement is also smothend by a simple eqasion. Comands: Left Click = draw wall Left Click + Shift = erase wall (caution: this works on exsiting mask too) Midle Click+ Drag = Scroll Right Click = move ball to cursor Oh and leave some coments.

7_2009-2012 #238640
Protect your program

Another way of stopping people from using your program if they havn't paid for it first. It will check for the persons IP and if it is a different IP than the one you put it will stop the user from using the program. More information inside the program.

7_2009-2012 #230259
Removing duplicates from an unsorted string array

Removes all duplicates from an unsorted string array

7_2009-2012 #236021
Ant Farm Simulator

The goal of this software is to emulate ants ability to coordinate into the task of food-gathering, by mean of short-span individual reactions to environment events. The algorithm used on this simulation considers, among others, the following points: Individual ant brain does not have the enough capacity to remember neither food or nest locations. Ants react to the environment secreting scents, which are impregnated on the ground (odor traces). Odor traces have a limited persistence, vanishing as time pass. When an ant finds some odor trace of interest, it increase it adding some extra amount of scent. Ants cannot 'clean' odor traces as they find them; just increase them or ignore them. On this simulation, ants use two kind of odor marks. The first, in brown, is secreted when the ant finds the nest. The second one, in green, is secreted when the ant finds food (See screenshot). When abandoning the nest, ants move randomly in search of food ('explorer' behavior), leaving an odor trace whose intensity reach his maximum value on the nest. When they find food, they mark its location using a food trace, analogous to the one used when they find the nest. Ants carrying food follow the food trace from higher to lower intensity; the nest trace is followed from lower to higher intensity ('deliverer' behavior). Ants carrying no food follow food traces from lower to higher intensity ('tracker' behavior)

7_2009-2012 #235312
AMACC - Malolos Library System

Simple Library System, I attach some codes from PSC that I downloaded.. Thank you!

7_2009-2012 #230972
DXFWriter v.1.0

DXFWriter is an object oriented ActiveX DLL for generating DXF files. Features: - Drawing objects: Lines, Points, Circles, Ellipses, Texts, Polylines, Arcs, Solids, Linear dimensions, angular dimensions, linear hatch, regular polygons, rectangles. - Line styles, fonts, colors, layers.

7_2009-2012 #238844
Advanced Token Functions

From time to time when using VB one needs a Token identifier of some description to do simple string manipulation without the need to do big loops and InStr. There are 8 total token functions within the module AddTok, DelTok, PutTok, RepTok, InsTok, GetTok, IsTok and FindTok. Hope this has proved useful for someone and I wrote it over 6 months ago as the sources on the net i found for GetTok just did not provide the functionality of string manipulation that I required. A good use for this module would be in an IRC client or such other chat program (or anything for that matter) for parsing and splitting the incoming socket data. :) have fun!

7_2009-2012 #231899
WinPad - A Complete Application with no VB Forms, only modules (C-style)

First of all, I should say I dropped the development of this application maybe one or two years ago. I am submitting it because there are some useful things here which might be helpful to some. I started to develop this application when I used Win98. If you remember, Win98 Notepad had some important features missing such as keyboard shortcuts and it annoyed me much. So I intended to develop an exact replica of Win98 Notepad having keyboard shortcuts and also to see how far VB can go. Then I switched to WinXP, that was also a long time ago and so I dropped its development 'cause WinXP Notepad is far better. Nonetheless, it is almost complete except that it only cannot print and command-line interface is not supported. Runs well as far as I know. Just don't use end button in VB IDE while you are running it in VB IDE. I haven't commented the code completely, only the searching module is commented completely. I must express my thanks to those who first uploaded their submissions here and showed me the way how to develop apps in VB using original C-style. Anyway, there might be something here that could come to your help. Thanks for downloading.

7_2009-2012 #234053
Lengine (Complete RPG Engine)

Allows you to recreate your own final fantasy games, with battle engine states, side scrolling story, programable AI, user definable stat changing equipment and items, user definable fiends, user definable special abilities for each character. and SFX. I am a huge final fantasy fan, i just want to give people the chance to make their own final fantasy games. I have been working on this for about a year now, and then i reliesed it wasnt going to get anywhere. I was planning to add status affects, and more stuff, though im not so sure now. You can track LEngine from this URL: http://www.neowin.net/forum/index.php?showtopic=509526

7_2009-2012 #238873
Load Res Menu

Finally, you can use menu resource in VB. Let you use resource menu + accelerator keys without VB menu limits.

7_2009-2012 #237474
Cyber Cafe Management

Purpose of this programme ! well this programme will manage the cyber cafe according to the indian standard time and rates...

Languages
Top Categories
Global Discovery