Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #117141
Cool textwiping

This little rutine replaces a text in a label with a text from a textbox word by word. It makes a cool text wiping or text fading.

2_2002-2004 #117142
Haunted House

This haunted house is a long code. you have to try to make it through the house without dying. the password is "Enter" if i doesnt work with a capital E the try lower case. Vote For Me please

2_2002-2004 #117143
A+ Winsock Filetransfer through Internet or Intranet with status bar and average display. *easy*

http://www.inter-dev.de --> Visit Inter-Dev.de for more! This code allows you to transfer files from one pc to another using winsock. Well it does not use only api declarations but it works. I comment it in english so i hope you can understand it because i'm german. I made that example because a lot of winsock transfer file toolkits are not precise enought. Some do not use send complete and some examples show you how your file become bigger and bigger after every transfer because they do not check the file size! I do not say that my one is perfect but much better than most of the others. For example I do not like the filesize check-routine... if you know a better way to fix that, please send me your ideas to [email protected]. The "FILEINFO" routine should also made in a better way... you should take another winsock to transfer fileinfos. I also included the transfered bytes per second in that sample!

2_2002-2004 #117144
Nova Ice 3D Form (Updated!)

I made this to make a Form 3D,I've looked at others on PSC but none were reall, so i cooked one up. hope you like.Now you can choose how big the the 3d is(i worded it wrong youll see what i mean though)

2_2002-2004 #117145
Gold Button v1.0 by Night Wolf

This a first release of Gold Button v1.0 I was always sick of these Default buttons, so i made one of my own. There's 18 different style of button. (None(OnUp)->Flat(OnHover)->Default(OnDown) etc.) Look at the picture to see more. Please vote for me. :)

2_2002-2004 #117146
Slave Form Demo

Among other things, this code demonstrates how to make 2 forms work together as if they were a single form. Make a form "hide" behind another and scroll down smoothly to reveal itself later. Also demonstrates how to make a custom title bar, the correct way to minimize an application, how to respond to the System Menu, and much more. It's hard to describe but it's well worth the download. Heavily commented code makes it very easy to follow what's happening. Votes and comments are appreciated!

2_2002-2004 #117147
A How to use MSAgent program (GENIE)

This code will show you how to use the play and speak functions. (Very EASY to use or make you own SEEQUENS)

2_2002-2004 #117148
JamminMp3

This is a full Mp3 Player with a playlist and skins. It also saves the last playlist you had when the program was running and it loads it when you run it again.... I created some skins and you can change them.. There are also examples of working with ini files

2_2002-2004 #117149
A+ Winsock Transfer *NEW* both in one form. App & Client - Easy. * A MUST HAVE*

This is a re-make of the code I posted yesterday. Now you it consists of only one form who is able to receive and send files. You can use it to provide your app with internal filetransfer or even chats. Please visit http://www.inter-dev.de for more! -------- Thats what I posted yesterday! " This code allows you to transfer files from one pc to another using winsock. Well it does not use only api declarations but it works. I comment it in english so i hope you can understand it because i'm german. I made that example because a lot of winsock transfer file toolkits are not precise enought. Some do not use send complete and some examples show you how your file become bigger and bigger after every transfer because they do not check the file size! I do not say that my one is perfect but much better than most of the others. For example I do not like the filesize check-routine... if you know a better way to fix that, please send me your ideas to [email protected]. The "FILEINFO" routine should also made in a better way... you should take another winsock to transfer fileinfos. I also included the transfered bytes per second in that sample! "

2_2002-2004 #117150
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.

2_2002-2004 #117151
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.

2_2002-2004 #117152
SQL Stored Procedures Code Control

I have several programmers that work on our SQL Server database. There have been several occasions that a stored procedure has been corrupted and we have to go through the pain staking process of restoring a backup to get the information. This program utilizes Visual SourceSafe and SQL Server to copy stored procedures to SourceSafe. I run this program daily to make sure I capture all changes. This allows me to analyze what is different about a stored procedure and allows me to roll back to a earlier version. This process does not tell me who corrupted the stored procedure. I have other ways of getting that. Hope this helps you. Take care

2_2002-2004 #117153
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.

2_2002-2004 #117154
groovy boxes

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

2_2002-2004 #117155
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.

2_2002-2004 #117156
McAnalogClock

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

2_2002-2004 #117157
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!

2_2002-2004 #117158
Gold Button v1.1

New version of Gold Button. Take a look.

2_2002-2004 #117159
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.

2_2002-2004 #117160
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!!!

Languages
Top Categories
Global Discovery