Advertisement

Results for "Volume: 3_2004-2005"

3_2004-2005 #133587
VB API coding assistant (updated)

If you havent heard about it..the api assistant is your api best friend. The api assistant is a thin, unobtrussive strip that sits at the very top or very bottom of your screen (a full 22 pixels high). It is a library of close to 200 of the most common api calls. Here is how it works. Your working on your project..you realize you need the api call "SetWindowPos" Just click on that item (everthing in the api assistant is alphabetized for fast access), click back on your project and the api call is instantly pasted into your project..followed immediately by a window that contains all of the constants or types that that api call would need. Its a huge time saver. Other time saving features of the api assistant also include the skeleton coding of all the most common vb calls. for instance..click the vb functions menu item "select case", an input box asks you how many cases you want..you enter 4...click in your project and instantly a 4 case select case skeleton structure is typed into your project where you clicked. the VB API assistant also has a small, but, evergrowing menu list of functions to also assist you. And just in case this program doesnt give you a specific api solution for you, there is a menu of other api resources for you as well. sorry for the large screenshot movie (2mb) but i felt it was necessarry to communicate what the program does..you know..a picture and a thousand words

3_2004-2005 #134319
Flash button in VB forms

This sample app demonstrate how to use the designed button constructed under Flash and incorporated it with vb6 in a way that such button shall behave the way a vb6 normal button does (Click Event in this example). Please vote..thanks. In this way we shall be able to add more better look for the interface which we would think would only be applicable on the web browsers. by default, shockwave control add-in in vb application does not support click event.

3_2004-2005 #134320
[ Tray Icon?, Wow! Thats Simple! ]

Get the very easy implimentation to set yourown system TrayIcon. You can also capture any mouse event that happens on that. Enjoy! and please leave your comments.

3_2004-2005 #134321
R Quest ( RPG ) 2

Hey every one again well after 2 days of releseing R Quest 1 i relese R Quest 2 :D what does it do thats so good well now its more of a rpg maker that a map editor And now its Highly Commented Mapper Features: Endless tile support No LAG!! At all runs perfectly fine on 1 ghz! COLLISIONS!!!! Fps Map Scroling Saveing and Loading Game Runner: Npc's!! really cool :D npc movement they can follow u / move random Scroling Player Animation Loading / Saveing of INI's Players Npc > Monsters (very basic tho they chase you thats about it lol) Now this is how to use it when you have made a map useing my basic map editor copy the maps folder into the game directory overwrite the old 1 :) fairly basic so far then run the game. Movement uses the arrow keys Action = Space e.g your under a npc to talk to him press space And there is a small Technical demo of the chaseing system press the letter T whilst standing neer the 2 npc's by the tree one of them will chase you if you walk out of his boundtry which is 3 tiles arround him he will move randomly (this can be used for wiled monsters that attack you ect). PLEASE VOTE AND POST YOUR RESONSES!!!!! I REALLY NEED FEEDBACK ON THIS OR ELSE R QUEST 3 WONT BE RELESED!!!

3_2004-2005 #134322
[*a 3d racing game with commercial quality graphics*]

This is a completly 3d racing game with commercial quality!!! It includes a 3d engine with support for advanced techniques like realtime shadows and reflections. You never thought this would be possible in VB. NOTICE: DirectX 8 or higher must be installed on your system. Now about the game itself: it's a Tron clone. The basic game idea of any Tron lightcycle game is that you drive a fast futuristic bike, called lightcycle. It leaves a wall where it goes, so the arena turns into a labyrinth after some time. The goal is to force the enemies to hit a wall while you should try to avoid this for yourself, of course. The last player alive is the winner. REVO TRON also invented a new game mode: the action mode. If it's switched on, you can use speedups, different weapons and shields. You'll get an item after some time which is displayed at the top-right corner of your screen. You can use this item then by pressing the space key. The action mode makes a Tron game become a real action battle! YOU CAN DOWNLOAD THE COMPILED EXE VERSION AT http://revotron.tripod.com

3_2004-2005 #134323
Secure Key Exchange

How to securely exchange encryption keys over unsecure lines.

3_2004-2005 #134324
Frogger Clone

Its just a simple frogger game, Although in the next version I am planning to make it more... graphical :)

3_2004-2005 #134325
mseditor2.ocx (Greatly updated version of mseditor.ocx)

Here is mseditor2 greatly updated from mseditor1. I received many emails with a lot of ideas as to what to add to the control. This is the new version. Now you can print WYSIWYG, insert pictures, files and OBJECTS (Like msword Charts, excel, ANYTHING). You can find and replace text without affecting its formatting. There is a status line with current line, column total lines etc. I did remove the databound properties but this is only a couple of lines of code anyway. You can always implement this outside the control. If there is interest I will add more features. The whole idea is the same. Just THROW the control into a form and USE IT. In the examples in the screenshots below there is absolutely no code in the form, JUST the control. It is fully parametric with a lot of exposed ‘methods’ which you can call from your program. There is a technique for a form to call back on the control (in the find replace form). This might be educating to novice programmers. If you don’t want almost instant status refresh then remove the timer and its code. The status gets informed when you change something or click the mouse somewhere. It’s a lean mean word editor and with your help it gets better all the time. Thanks for your feedback, both online and into my mail box.

3_2004-2005 #134326
Linear Gradients (at any angle)

-- Yes, another gradient. Highlights: can draw at any angle, is reasonably fast, is totally contained in one sub (no need to add a class or module). --- See explanation.gif and the comments for a rough idea on how it works. --- Also check out the demo picturebox, it is resizable at runtime. ---

3_2004-2005 #134327
[ Hi guys! Who need a Smooothly-Curved Form ]

This code is for those guys who wish to make there form unique/smooth, but worried about speed. This is a 'SmoothForm' function which can make your form smoothly curved with in 'NO TIME'. This is a simple implementation and works perfect. Enjoy! and please leave your comments.

3_2004-2005 #134328
Processes ONLY

After getting sick and tired of being sick and tired of looking for something that demonstrated this, I decided to make it myself. This lists all processes running. It also demonstrates how to 'stop processes' that are running. That's it. I've commented every line needed and I hope this helps someone. Enjoy!! James

3_2004-2005 #133749
Flash Button - VB 6 (with Sounds)

This is an updated version of my Previous submission about Flash buttons in vb6 forms. this time i have provided a much more better capability, buttons can now play a wav file on the Mouse-Over triggered event. be sure you have our speaker on to hear the accompanying wav. Please Vote..thank you.

3_2004-2005 #133750
Cool Menu Replacement

A nice Menu Effect.

3_2004-2005 #133751
[ Hi guys! Who need the form-icon in taskbar with 'BorderStyle=0!' ]

This code is for those guys who wish to make their forms unique/attractive by creating theirown skins or background images. But the problem is that when you set the form-'BorderStyle=0', the form-icon will not be there in the taskbar. Because, a 'ZeroBorderStyle' will not support icons in taskbar. This code contains a 'SetZeroBorder' function which can set your form without a border and the icon is there in the taskbar. This is a very simple implementation and works perfectly. Enjoy! and please leave your valid comments.

3_2004-2005 #133752
[ A color Progress Bar ]

A color progress bar!, I made this because I wanted to have a color progress bar, cause I don't have any components for color progress bars so : I share with you all! If you like this little example --->Vote please!

3_2004-2005 #133753
VB WebCam Capture

Capture WebCam Picture and Save it in JPEG format This Code is a collection of some code from this site from vb, c# and connverted to be core VB6 code . most code is commented in English . I love vb .... I love this site ..... so this code for you and for this site

3_2004-2005 #133754
Advanced Subclasser

This code uses Paul Caton's subclassing assembly code, but extends it to allow any number of objects to subclass the same hwnd. It is fast and memory effecient, and is easy to use. Included is a bare-bones example and an more thorough testing tool.

3_2004-2005 #133755
vbBase Dll

vbBase. So named because it is the foundation of all my best projects. It encapsulates all the details involved in subclasses, windows hooks, api timers, registered classes, vtable subclassing such as the iEnumVARIANT interface for for .. each enumeration and iOleInPlaceActiveObject, iPerPropertyBrowsing, and iOleControl for building powerful usercontrols.

3_2004-2005 #133756
Penitentiary Horse Race

VERY SIMPLE GAME (BEGINNER LEVEL). This is the first game ive ever done. It's a game I learned while doing a 9 year sentence. You have a deck of cards (minus the aces - these are your 'horses') and you go through the deck flipping cards. Whatever suit you flip, that's which 'horse' you move. Whichever horse makes it past the finish line first wins. This game is usually bet on (JUST LIKE THE HORSE TRACK).

3_2004-2005 #133757
XPThumbnails

Xpress Thumbnails Viewer (plus Image Viewer / slideshow). Auto create thumbnails. Use PropertyBag to save and load ImageList and ListView data. Compute CRC picture files.

Languages
Top Categories
Global Discovery