Advertisement

Results for "Volume: 2002C"

2002C #12842
BOTMATCH - **UPDATED** - see screen shot - AI, 2 player battle, fast moving and FUN!

This is an update to the game I submitted a few months back called BOTMATCH, a fast moving action-packed game... Now with the new BOTMATCH I've completed the AI player, which is a worthy oponent for the best of arcade junkys, with 2 different skill levels (easy and hard), lots of options (different graphics levels etc) and an updated GUI which meets the standard of professional games. The game is HEAVILY commented and should provide at least some insight into the world of game design in VB. Hope you like it. PS - I was surprised but the AI actually beet me at my own game when I set the speed to FAST and the Difficulty to HARD. Enjoy!

2002C #15180
End Task !

This code eill cheat the system and make it believe that no task is currently running ! known that if you see your registery entry like HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run " You will see that the code still running silently in you Reg ...

2002C #13940
Winsock backlogs overcome...

Have you ever written an application that utilises Microsoft's Winsock control? have you ever found that when you tried to send data to a socket, that data becomes compounded with other data sent at a similar time, instead of in a separate transmission? Also applies to those who write multiple connection servers. Read on.

2002C #14432
DTS Class Module and Events

The program Creates a VB Class Module from a DTS Package on a SQL Server, with all events, and its own events(Progress, currentTask, etc) It creates a very compact script, so you can very large packages in a single routine. The Class Module "ClassDTSScript" is what is created when you get a package from the server and script it. Simply remove the example, and add one you have done to test it. The example execution asks you to navigate to the source and destination Access Databases, and uses the filepath to pass in an ADO style connection string for the source and destination connections. The parsing routine in the class module will work for SQL Server or ACCESS. I have not handled more complicated transformations such as Many to one column mappings and such, but Execute SQL and DATAPUMP Tasks work quite well. The Example "ClassDTSScript" module included was created from a package in SQL Server 7, and includes a couple of queries, two transformations, and running a stored procedure with a parameter, as well as demonstrating using the events that are called by the DTS Package object. Read the comments in the code carefully to better understand the uses.

2002C #15167
Game Programming Guild

This is one of the best programming guilds around since there is very few this is just a basic game engine tutorial for a adventure game like final fantasy and zelda . Enjoy dont forget to upload your games using my game engine to share with people. please vote if you have the time and send me some reviews that would be nice.

2002C #15259
ListView Control For Files In Folders OCX Control By MegaSoft

Ever tried using the listview control in your application to view files???? Well if you have you will probably know that it takes a few modules or about a few hundred lines of code! Well if you ever thougt in your mind... "I WISH SOME ONE WOULD CREATE A CONTROL JUST FOR VIEWING FILES................" Well your Dream has just come true! It only takes 1 line of code to load up all the files in a listview! Explore1.path (Dir1.Path) It can also load up the individual properties for any file - find size, type, location etc. and you have them this control is royalty free so you dont need to pay. All I ask is that you email me (by Clicking my name above) if you are using it in any examples of apps, and give me some credit! Otherwise, please vote, please, please, please, please, please, please, please, please, leave comments and VOTE! Please report and bugs by the comments below

2002C #15385
MULTICOLOURED BUTTONS

This allows you to have coloured or textured buttons instead of the basic button. Just look at the Picture! This comes with 24 different button Styles. PLEASE VOTE...

2002C #15162
Map Maker Deluxe

This is a tile map maker that I made for my RPG. You can open and save maps. You can also zoom out and view the whole map. The zip file also includes hundreds of tiles to use in a game. But the file is still under 0.6 MB

2002C #14167
Mouse Shadow v2.0

This draws the shadow of the mouse cursor continuously. This is worth looking at if you want to learn how to skin forms. As you move the mouse around the screen, it always has a shadow. While this program does not skin a form and use that as the shadow, it does merge two bitmaps to prevent flicker and keep as much of the background as possible, current. There is one problem with this code : it won't detect the cursor changing over another program. Any suggestions on how to fix this would be greatly appreciated. Hopefully for the next version, I'll skin a form in the shape of a cursor and follow it around. Votes, suggestions and any feedback at all are very welcome.

2002C #15426
Text in Picture Box (Is it possible??)

Yes it is possible to put text into a picture box. You can use this code to display captions on pictures and make uneditable text!

2002C #15297
Creating a ActiveX DLL in VB

Creating a ActiveX DLL in VB5 or VB6.

2002C #15340
My Snake Game

Cool little snake game I made. Better than all the other ones I've seen on psc. Play two player or one player with five different speeds and up to four computer players. I've commented it the best I can. There are heaps of little examples like playings sounds accessing files etc. Plz vote for it and comment! thx

2002C #15386
BEGINNERS GUIDE!

This a beginners guide to VB, this also has a Zip file containing all the projects and the article as a text file. PLEASE VOTE!

2002C #13341
Connect to a remote share AUTOMATICALLY, with NO user input.

Ive seen a lot of source code that can bring up the window asking the user to connect to a remote share, but none of which would work without user input. This API call (WNetAddConnection) is very easy and simple to use, altho i cant guarrentee it will work on 98/ME.... tHe_cLeanER

2002C #13720
SubClass & SubClassEx

This is a set of 2 classes to make subclassing easier by handling all the hooking/unhooking and message routing involved. The SubClass object exposes a single event (Message) which passes the messages the window receives on to the subclassing application. SubClassEx exposes Message and many other events for messages that are commonly subclassed or intercepted. Both classes allow for over-riding a window message, additional processing, and custom messages.

2002C #11222
Lightning Factory

This code is for generating lightning type graphics via an assortment of parameter editting textboxes. A playlist capability is also included so one may sequence their creations. No help files were made for this but there are plenty of tooltips available hopefully making this pretty much self explanatory. The variety of output available via the parameter textboxes is quite large. A playlist is included to help get a good concept of the function and use of this program. Simply open "__all files.dat" from the menu and click the yellow play button. The other '.dat files are simply clips of this larger one. Have fun!

2002C #14043
Complete HTML Editor with web & task management, CSS/HTML/JS editing tools...

WonderHTML is a complete raw HTML Editor with full web/file/task management and lots more. NEW! Check for broken links in the page, or incorrect HTML coding! Reports invalid tags, incorrect nesting, improper syntax, etc. CSS Editor allows you to edit CSS files and manipulate every detail; Properties window allows you to edit properties such as colours, BGSOUND, etc. All open documents are analyzed and on-the-fly HTML and Script outlines are generated for quick access and navigation. It has an in-built image viewer with support for BMP, JPEG and GIF images. Complete help system is implemented with a custom help viewer in pure code. Supports multiple undo/redo, macros, custom buttons, lots more. Powerful find/replace/find in files feature. Shows file information. Converts HTML to ASCII by removing tags (lately this can be performed as a batch operation). You can now add or remove browsers and use the one you want for previewing. CUSTOM FONT! Install to your fonts folder and WonderHTML will display it in the dialogs! Colour Fader that fades the text you put in between the colours of your choice. COMPLETE REPORTING: Shows files in the web with info, status of broken or unknown links in all pages, large files (you can set the size limit) and media-related files in the web. Nice new tip of the day dialog. Converts typed URLs to functional links AS YOU TYPE. New splash screen, smaller filesize, lighter graphics. Fixed bug in subfolder proc (DirDiver) used in almost all folder-search activities. Improved HTML Outlining and script outlining. Load file from Remote Server! You can now import files from other folders, including subfolders! Comes with in-built templates that you can use for creating webs. NEW! Custom Help Viewer Integrated into the app. IMPORT FILES! You can now import files from other locations (with subfolders). Removed the Tab control in the editor window - you can toggle HTML view and preview using Ctrl+W. Add buttons to the HTML toolbar, which insert specified text on click. OPEN FILE FROM CURRENT LINE! Auto line indent from previous line's indentation level. Go to line (w/ all sorts of options). Configure editors to handle specific file types. Open a file with the editor you want. Generates list of files in the web - *with subfolders*. AWESOME TASK MANAGEMENT. Insert date & time (automatically updates on open/save!). Printing and Print Preview. Changed undo-redo code to that of Bart Lorang (my original is still there: cUNDO.cls in the source). Goto Last position *upto 25-pos memory*. Can convert plain URLs to functional links automatically as you type.

2002C #15418
__Direct3D Tutorial [Updated]__

A Tutorial on how to do Direct3D7 Retained Mode Graphics! HTML file and an example! Every line of code is commented and easy to understand. Begin making 3D Games with this article! I WORKED A LONG TIME ON THIS ARTICLE! If you like it, PLEASE VOTE FOR ME on PSC :) I am also planning on putting out a 3D flight simulator soon so keep lookin-

2002C #12400
Custom Taskbar

Example of making your own taskbar in an MDI application. Has the Office XP look a little bit. If you ever use this code in your own program I'd like to know :) Please leave your feedback.

2002C #15452
Owner Drawn Progress Bar

Code for an owner drawn Progress Bar control. The Progress Bar itself has various display options including 6 border settings, 3 distinct display options which are completely customizable, and the ability to display text. The user control uses no intrinsic controls (except a timer) and uses 36 API calls to control the display. Commented!

Languages
Top Categories
Global Discovery