Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #85812
BubbleDestroyer Revisited

I was just looking through some old files, and stumbled across my old BubbleDestroyer code, the first game that I ever finished! Well, I started it up, and I just could not stand the flashing and jittering, so I fixed it. I also modified a few other things. Enjoy! (BubbleDestroyer is an asteroids-style game. Sorry to all you MJ fans!)

Java_Volume1 #85813
The Complete Registry Module

Complete registry access code, including procedures for file associations, NT Ctrl+alt+del menus, shelling files, getting windows directories (system, my documents, history, temp, temp internet file, cookies etc), runing an app at startup etc.

Java_Volume1 #85814
Alpha blending with alpha mask

32bit Alpha blending with alpha-translucent mask, very fast. Compile for full speed.

Java_Volume1 #85815
opengl quake 3 bsp viewer

my code demonstrates the posibilities of quake3 style graphics in vb

Java_Volume1 #85816
Vary Simple IRC Client

A Vart Simple And Basic IRC Client To Help Beginners To Connect To A IRC Server. It Will Just Connect And Get Data. It Has Ident And Ping Reply.

Java_Volume1 #85817
Debuggy 0.95

Debuggy is a Windows debugger, disassembler, Windows resource extractor, file hex editor, window sniffer and API spy all rolled into one.

Java_Volume1 #85818
Minesweeper Hexagonal

This is a new twist on Minesweeper with its hexagonal tiles. Uses recursive subrutine to clear out open area and transperant BitBlt to draw the tiles.

Java_Volume1 #85819
A System Tray Icon Handler

A class which lets you put an icon in the system tray and handle nine mouse events: MouseUp, MouseDown and DoubleClick with the Left, Middle and Right buttons. Hope you like it. Don't forget to leave comments, suggestions, report bugs or say anything you want. Very clean programming style and extensively commented code...

Java_Volume1 #85922
ADOEDC OCX v1.0.3 (updated OCX)

ActiveX Data Object Easy Data Control Ocx V1.0.3 is a more Graphical and Easy ADO designed for Total Beginners,but it also can be used by anyone,Forget Newbies Database errors,and hard to understand code,this New Ado works like the Regular Ado but is more easy to use if you don't have any Databases experience..This Ado uses a Smart Property Page that lets you select from your *.MDB *.XLS *.TXT Databases and All this More Quickly..Now you can use Tables in Text Files,and of course Excel and Access Databases.. This Proyect includes a Tutorial for a more easy undestanding... I used NWIND.MDB For Access Examples so check your NWIND location I used: C:\Program Files\Microsoft Visual Studio\VB98 enjoy!!!!! PLEASE REMEMBER TO VOTE!!!!! Updated a Free OCX..only compiled code!! but still more to come (this is yust part of the actual ADOEDC PRO OCX)this free version can have some bugs and some features are not ready.. but is still a great utility for Visual Basic Programers. The ADOEDC Control is an important developer tool in Visual Basic and it's worth getting a closer look at it here. -------------------------------------------------- http://geocities.com/marioflores_code -------------------------------------------------- or download zip from: http://geocities.com/marioflores_code/adoedc.zip ;)

Java_Volume1 #85923
[AIM/AOl Secret smiles]

with this program you can Unlook secret Smiles on AIM 5.0 or higher and on AOl 8.0 or higher there are excatly 1648 additional smiles. In order for you to view these icons in your istant message you and your freind both hve to be running AIM 5.0 or higher or AOL 8.0 or higher please vot for my submission i worked hard on it

Java_Volume1 #85924
Matrix Screensaver Collection

This is the ultimate Matrix Screensaver collection, it has loads of features that Matrix fans can't live without. It has the normal falling code, with options of Size, Colour, Speed... and the option to make it look like the code from Reloaded. It can give the effect of a picture in the falling code if you import one in. And Now it can create the same effect but continous from an AVI File!! Good example to learn MCI from. It also has the call tracing effect and the computer screen moment from the first film 'Knock Knock Neo...' Also in development is the Hallway effect, as seen in the end of the first film, the code is place to give the affect of the code going down the walls, Cool! But still in Very! early stages. Well theres that and much More... Enjoy

Java_Volume1 #85925
Fastbasic compiler 2.0

Updated 5/6/2003. This is a new version of the FastBasic compiler. Besides if's, do's and stuff like that, the language supports structures (UDTs) and arrays (fixed size and dynamic). Also a quick introduction to the language is provided. See the example programs for more information.

Java_Volume1 #85927
ISPanel 1.1 Scroll Form's Content!

This is the last Version of the ISPannel Control, A control that allows programmers to extend the aviable space in their forms, adding the posibility of show scrollbars, and now, also select a borderstyle. please leave comments.

Java_Volume1 #85926
ZangCam Pro Web Cam

ZangCam Pro is a web cam client. I use the word 'client' because, unlike a web cam server, ZangCam Pro doesn't accept direct incoming connections to view the pictures. Instead, it takes a picture every 10 seconds and uploads it to an FTP server. The user configures what FTP server to use. Supports writing text along the bottom of the picture, and uses 'backreferences' for date and time (%d for date, %t for time). Ideal for users that want to publish a web cam to their web site from behind a firewall, but don't want to pay for special software and hosting. PLEASE NOTE: This code is only about 75% mine. I didn't know how to convert BMP files to JPEGs and there was no code on PSC for how to do this, so I used some vbAccelerator source code. This software also uses the Shrinkwrap VB ezVidCap component for VB6, also included in the project. If you like it, please vote. If nothing else, leave a comment saying how I could improve it. I will continuously update this software and add features. By the way, my web cam (which uses ZangCam Pro) can be viewed at http://www.imp-lan.com/ultimatum/webcam.htm

Java_Volume1 #85928
Mail Server SMTP Direct/Relay into a Access Database (MDB)

UPDATED! Demonstrating the inner workings of the POP3 connectors and SMTP connectors interoperating in separate ActiveX controls, the structure of the protocols are specified from the RFC sections. The SMTP protocol saves all messages into a Microsoft Access Database (MDB) using ADO 2.1, and users can change the code to link a SQL Server database easily enough if need to, which would be handy, as you can publish SQL Servers over the internet for remote access, or replication the emails between to different locations. But for now I have it set up for a centralised database which can be shared for to instances of this mail server for load balancing and network traffic. There are two types of SMTP connectors SMTP Direct and SMTP Relay both are demonstrated and commented. This is the first release of my mail server and would appreciate any bug findings, I have programmed this in my C:\Exchange directory and no problems found, network drives will cause performance issues and SMTP Spooling errors. This is a grouped project so remember to open the ExchangeStore.vbg file as it will open the custom controls first. To get started create a new account in Outlook 2000/Express or any other email client, point the smtp/pop connections to the your development computer and username=chris password=password. Also please VOTE.

Java_Volume1 #85929
A simple Clear All Controls on Form -- Just 4 Lines!

Need to perform the same action on multiple controls in your form? Then this simple code might just be for you.. This particular example will show you the most efficient way to clear every text box on a form. This method can be especially useful if you're adding and removing controls during the development of a project.

Java_Volume1 #86055
Form Scrolling

Simple example of how to scroll objects on a form. Uses standard VB controls.

Java_Volume1 #86056
Cool Bar

Use as a progress bar with options of changing Colors / text etc.

Java_Volume1 #86057
AlphaBlend2 vs. Fading out without API-s

Hi there! This is a simple alphablend/fading out demonstration...bye

Java_Volume1 #86058
_A Simple Dll Use Example

This code will show you a simple Dll and how to use one. It demonstrates what is and isnt visible to an end user when referencing a dll. Just input a first and last name, and the dll will format it into ProperCase and return it to the calling project. First you will need to open the ProperCaseName.vbp file and Make the dll. Then open the DllTester.vbp file and add a Reference to the ProperCaseName dll that you just compiled. Run the DllTester project.

Languages
Top Categories
Global Discovery