Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #29957
_ How to query a Half-Life, or mod (eg Counter-Strike) server and get map information, player etc _

This code connects to a half life or half life mod server that you type in, and retrieves info about it. Perfect if you wish to make you own gamespy program, or something similar.

ASP_Volume2 #29958
VB Basix

Variables, combo boxs, timers, color, if/then, elseif, looping, select case, special (clipboard), and menus. Look at the screen shot. If you download this please vote for me and leave comments.

ASP_Volume2 #29959
What is Subclassing in a few words

I asked John Galanopoulos to explain sub classing in a few words ... I liked his reply which follows ... I take no credit for this and I'm only posting this as credit to him ...

ASP_Volume2 #29960
Smooth object dragging/alignment tip in VB

THIS IS NOT CODE! This is just an easy way to temporarily turn off the "align to grid" function i VB(for example when you need full control of your textbox's position)

ASP_Volume2 #29961
RPG Engine (bitblt)

This is a fairly simple RPG engine that is very fast for using just bitblt, it is tile based and does very smooth scrolling, it can handle maps as big as you can make them, and it also does collision detection and animation.

ASP_Volume2 #29962
[_A Very Simple Car Game _!

Teaches basics of collision detection(PictureBoxes), game programming, controlling objects by mouse, ProgressBar, and Image indexes. Also writes and reads from .ini files. Before clicking the back button, Please VOTE FOR ME!!!(My code teaches a lot of stuff)

ASP_Volume2 #29963
IsWindowTopmost - Function

I recently had a need for this and I haven't seen anything else like it on here. I adapted this from Delphi. http://www.swissdelphicenter.ch/torry/showcode.php?id=1073

ASP_Volume2 #29964
SHOUTcast(ICY) Protocol

This article explains how to use the ICY Internet Protocol(that SHOUTcast uses) to make a client or server. Also explains how to find current song.

ASP_Volume2 #29965
Rounded Gradient Background Button

This is an OCX replacement for the command button. It has rounded corners fully customizable, and a gradient background, wich illuminates when the focus event is on. You can give any color you want, inluding system colors. It takes vbButtonFace color by default. When pressed the gradient inverts to give the sensation of pressed. Supports pictures. Hope you like it! (Now it has the recommendations of Rick Bull)

ASP_Volume2 #29966
REDFTP SERVER UPDATE 29/04/2002

This code is a updated version of REDFTP Server with OCX's. I have Fixed some of the bugs but there is a few still like it wont work in IE5. You can Upload/Download/Add/Rename/Delete. Is there anyone intrested it doing the client for this prog?. RED has put all the commands into the server. RED Nice 1 but why is there no updates???? and Where is your site gone??????

ASP_Volume2 #29967
HTML Help and VB

This tutorial will learn you how to combine HTML Help with VB, so your applications can easily have functions like "Whats this help" and "context sensitive help". This tutorial is fully illustrated, (17 images), everything done nicely step by step. VB6 is REQUIRED. This will not work with older versions.

ASP_Volume2 #29968
Send message API & 50 samples

Database with 50 diferent constants, wParams, lParams and comments all together means examples. Please contribute to this as stated in Readme1st. Have fun

ASP_Volume2 #29969
DES Library

You can encrypt and decrypt strings / files / emails / anything using DES and 3DES (triple DES) cryptography standards. It works great with VB, ASP, VBScript.

ASP_Volume2 #29970
A CD-Key Database

Stores CD-Keys, serial numbers and registration information for software. This shows database functionality with viewing, adding, deleting and updating records using DAO as a reference. Also, shows using the database to authenticate users, a simple encoding and decoding mod is included to somewhat encrypt the data in the database. This is worth the look, even if you do not plan on using the database. Sorry guys, I only include the database structure, not data. No serials/keys included. That's illegal ;> No votes requested, however I do like comments on how to improve the code. I will be adding comments when I get the chance.

ASP_Volume2 #29971
Remote Database Connection (connect to web based database)

The demo will show you how to use ADO to connect to a database hosted on a web server. From there all standard uses of ADO recordsets and what not are possible. I see this question asked a lot in newsgroups so I thought I would share this code here to to help refer them to a working example. Note, the web server has to be a server you have rights to and not just some free web hoster like GeoCities so don't get too excited if you thought that is what this was. This demo will connect to my web server and read data from the NorthWind database found in SQL Server. Also note, my web server cannot handle a lot of traffic so depending on how many people download this and try it, you may have some slow responses or errors on connection. Sorry, but this is just a demo. This code is really not advanced, but many people do not know you can use ADO like this so I just wanted a demo up to point people to later on. Hope it helps some. KEYWORDS: REMOTE DB DATABASE ADO RECORDSET WEB SERVER WEBSERVER CONNECTION SQL IIS

ASP_Volume2 #29972
Magicquest 2 (simple rpg)

ok the story is STILL not finished... but i think ive done just about it on the engine except for optimizing it... now you have different tiles with night and day (goes along with ur windows clock) and some other things.... please vote and comment!!! and leave all suggestions!

ASP_Volume2 #29973
Realtime Fire (must see)

This is an update to my previous fire effect program. This runs slightly faster, much better coding styles, easier to understand, and is more realistic. There are two different ways this can simulate the fire now. Just simply comment out either line 154 or 156 to see the two different effects. This code is very well documented. Both styles are different than the previous. Using line 154 is a simplistic "flow map" which is the left picture, and line 156 is the linear. Please let me know what you think. (And yes, I have started development on the full screen version). Please make sure you compile the code to see the actual speed, it runs slow in IDE.

ASP_Volume2 #29974
DirectX/Direct3D Configuration Applet DLL

In keeping up with DirectX, it may be hard to find some good utility code that allows you to present the user with a configuration GUI, similar to the config GUI in Freespace 2, Half-Life or any other big game which relies on DirectX. This is a small ActiveX DLL which uses DirectX 8 to enumerate all of the video cards on the computer, and also displays the acceptable resolutions for each one. It can then return the values selected by the user in a format which DirectX understands (adapter number, mode number, fullscreen, etc.). Modification of the DLL is as easy as changing the D3DConfig.res file using the Resource Editor. It took me a little while to not overcook this problem, but I actually found a simplistic but powerful solution. Hopefully, this will help all of you out there to understand UI isn't just in the game, but also in the setup. Also enclosed in the zip is a README and a sample program. Use the .VBG file if you don't want to compile everything. Have fun, and don't forget to vote or comment on this if you want.

ASP_Volume2 #29975
Good Map Editor (Version 1.5)

This is a update of the previous version, witch was given complains about to many picture boxes. So here's another better version that runs faster and has more features. Please vote and give comments.

ASP_Volume2 #29976
Extream simple make and use of DLL's

If you are looking for simple, then i don't know how much more simple this CAN be to create and use a dll in your project for much easier use. This project just uses a few API calls as for what i have it to, but i will bet anyone can learn how to make and use dll's in just a few minutes. If i get a lot of positive feedback on this i will create much, much more to this CURRENT dll that i have started. Love to know if i have helped you. If so, i might start creating tutorials

Languages
Top Categories
Global Discovery