Advertisement

Results for "Volume: 2002VB"

2002VB #18237
The *Array Login* Method

There's a whole lot of examples on Login forms on Planet Source Code. But half of them are garbage and don't work. And the others are generic and use everyday resource files, and databases. My project uses Arrays to make tables, and uses those arrays as the database intstead of useing up disk space.

2002VB #19127
Blocks! Game - Cool Tetris Clone

Awesome Blocks Game. It is a Tetris clone but better. I features 2 extra blocks that have different abilities. You can use the Bomb Block to your advantage and the Scatter block to your disadvantage. Contains very nice graphics\art.

2002VB #20985
XML DOMDocument usage

This sample code shows all the necessary steps in creating, modifying, and accessing an XML document using a DOMDocument. Please rate this code to let me know how useful it was to you.

2002VB #17915
groovy boxes

After wacthin star trek today, i saw a groovy scanner in the background, so i remade it.

2002VB #18818
MCunha - Component Manager

This application manager (registry, unregistry, send to recycled bin and show properties) of all components activex and dll's in your machine. In this version, only executable is avaliable, if need go to http://www.mcunha98.cjb.net and download the file including runtime files. Now, i include the **** SOURCE CODE *** and help file for understand with use.

2002VB #18538
McAnalogClock

Analog clock: Only picbox and one line of code needed.No other controls. Cool example included.

2002VB #20150
Add Plug-Ins to your applications!!!

I know this is a zip, but if you like it, come back and VOTE! This is a simple project to show you how to add plug-ins to your apps. What do I mean by plug-ins? I mean the ability for your program to add unlimited functionality by the addition of DLLs or ActiveX exe's AFTER COMPILE. You can have a completely compiled application that simply takes a new DLL and makes it a part of itself. Why should you use it? Think of a large database application. You sell this to many users, and they all have legacy data to deal with, so you sell each of the a custom built plug-in that will convert all of thier old data. Or, if they have a custom app of thier own and they want a function that will automatically update info from thier database to yours, you could write a plugin. The possibilities are limitless, so here's the code!

2002VB #20787
Gold Button v1.1

New version of Gold Button. Take a look.

2002VB #20924
A picture/image Merger without API calls. Ver 2.

This code is the second part of the Picture/image mixer. But here you can invert a picture with pixel manipulation, you can merge two pictures, and this is just using the .PSET and .POINT function ofa picture box. This does not use any OCX or API calls. This is great or beginners.

2002VB #20842
A new era on Fonters...Preview all your installed fonts!!!

This code will make a formatted list of all your installed fonts, so you´ll be able to preview all of them in a hurry. Note that you won´t see font per font, you´ll see ALL of them in a single formatted list. Also, if you double click a font, its character set will appear in a new window. You must see how it works. You'll learn also, how to load controls on a fly with code. Vote for this great code if you like it!!!

2002VB #20976
An update of JamminMp3

I submited the wrong files On the other One.This is the correct zip file

2002VB #20328
TwinBeat Tiny Edition

This is a tool for displaying the .Beat, the internettime by swatch. Further it has a round shape and it stays on top. Really cool!

2002VB #19013
Forget Controls MultiMedia. Now By API Version 5.0

Hi everybody, Are you sure wanna player for All Multimedia files and make about more than 20 Control for Multimedia file just by Windows pure API. Okay.(Now version 5.0 with Channels Audio)

2002VB #20536
File I/O Functions

The codes included in zip file. Vote if you learn something,please.

2002VB #19115
Add-In: Task List - Update 2.1.4

Update to the VB 6 IDE Task List Add-in. This update's features are: - Added: Column Priority - Added: Column Version (Default: hidden) - Modified: Column Added is now hidden (Default: hidden) - Added: New "Add Task" form - Modified: Double Click on TaskList will display menu instead of adding. - Added: Edit Task menu option (allows to edit the description only). - Added: Icons to Column headers to show current sort when clicked on. - Added: Save column widths - Added: Small toolbar on the left hand side - Added: Select Grid (alternating) colors. Thanks to B. Harriger (for v2.0) and the original author Mark Joyal Updates: 2.1.3 - version set on completion (check) task - task list disabled until project is saved (prevent error messages).

2002VB #19601
more 3Dish effects: Form DropShadow

Updated: this idea was expanded from Brian Kurtyka's Self updaing transparent / translucent form using the alphablend (THX a mil brian, you taught me alphablending just from that one examble...) in the screenshot you'll see a shadow cast by the form. Draws directly to the screen, uses the RedrawWindow API, and all in a simple to add OCX for those who dont wanna mess with the code.. just add it and run it, and theres your effect.. due to the alphablending dll, this will *now* run in the IDE, just copy the dll's to your system dir.. i use lots of DoEvents to make sure everyhting is done right..*shrug*

2002VB #19602
FadeOut: A new way to exit your App

Another piece of code based on Alphablending.. This time it's a neat way to exit your application.. simply add the OCX to your project, and when its time to exit, call the fade1.fadeExit sub and your app will fade away and terminate.. ok so its useless, but it looks nice.. no screenshot since the effect is timebased (still shots wouldnt do it justice) - updated with missing Msimg32.dll - thx to VipeI2

2002VB #20991
A>|Beautiful Writter|<A

This Program search strings Ramdom characters in a Textbox anda replace then to the other textbox. It's already a good letter writter, it write cool and pretty letters... it's very cool... Please if you like.. VOTE! ------------------------------------------------- Pros Brasileiros... é um código que procura e altera caracteres de uma textbox para a outra. Fora isso também é um bom escritor de cartas bunitinhas... hehehhe Votem em mim... nós brasileiros devemos mostrar a nossa força... ------------------------------------------------- ThanXZ

2002VB #20554
Internet Session Controller

This program, object of this project, is a very good Internet online session controller. Each time you make a Internet session the program register in a DB and take care how long are you connected. You can specify the duration of timeout to the program ask you if you want to keep the connection - if you don't answer the session is interrupted. You can view a report of your sessions - the last 30 or 31 days. The messages and texts may be in English or Portuguese - exchanged dynamically. With some few modifications you can keep the informations for a longer period. If you like, please vote on it.

2002VB #19823
SI'S DIRECT 3D PARADISE

A WHOLE 3D PARADISE TO WALK AROUND IN REAL TIME!!! This is my first Direct3D program (apart from a plain cube). It demonstates lots of the basic stuff you need to use to make a Direct 3D program, such as : Z-buffering, texture mapping, matrices, polygon sorting and scrolling backgrounds. The 3D world includes a plane and a boat, and some trees. All this packed into a 264KB download! I made the trees using a trick I saw on the game Tombraider - they are 2D sprites which turn to face the camera! Even if this don't teach you much, you can at least have a laugh at the ridiculously low polygon count and cheap effects. NOTE : YOU NEED DIRECTX 7 INSTALLED TO RUN THIS! For the best performance, close all other programs and run "Si's 3D Garden.exe" (included). See "readme.html" for more information. Please COME BACK AND VOTE FOR THIS because I don't think anyone else has given up the source code for a whole 3D world to Planet Source Code!

Languages
Top Categories
Global Discovery