Advertisement

Results for "Volume: 3_2004-2005"

3_2004-2005 #137661
PingBall Challenge (A complete DirectDraw game and tutorial)

Shows how to make DirectDraw games, and offers a COMPLETE game. Can you beat this game? I honestly don't think so. In-depth tutorial, and code explanation included.

3_2004-2005 #137662
FlashWindow-gibreel

My code flases the windowon the taskbar and the window.It makes it activate/deactivate continiously.

3_2004-2005 #137663
BioRhythm(English)

It is a repost cause it as been deleted by an hacker a little while ago. Biorhythms are cycles in one's life, consisting of physical, emotional and intellectual fluctuations. The first biorhythm is the Physical. It cycles every 23 days. The second biorhythm is the Emotional. It has a 28-day cycle. The third biorhythm is the Intellectual. It has a 33 day cycle. The three biorhythms begin in the positive phase at the moment of birth and continue regularily thoughout life. Each rhythm consists of low, critical and high days. Critical days are often times when a person's behavior and actions differ from the norm for the individual.

3_2004-2005 #137664
Easy Web Site File Download

Download any file off the internet. With this 2 line code snippet. This can download HTML File all the way to zip files. Easy And Quick

3_2004-2005 #137665
_____aGradient!withoutApifunctions!

Easy.Fast!Create your gadients!My code is only 20 line without Api.it works great.I will upload and a better version.This code i created on my own so i may have done some mistakes.Please vote for me and send me any comments.

3_2004-2005 #137666
ADO

This is a simple sample in two parts, first project1.vbp is a sample of ADO with text and other types of files. The second part is for reading, writing, adding and editing to a database. This is for people who are looking for simple samples of ADO The ADO through files has to be observed when the code is running becuase it is only meant for tempdata. This has been written for windows 95, 98, ME, NT and 2000 but it hasn't been tested in only 2000. Be sure to follow the instructions from the readme, there are almost no instructions but the one that I give, the code depends on. Also, the database is in Microsoft Access 97.

3_2004-2005 #137667
DS2 Encryption Professionally Developed Stream Cipher

DS2 is a professionally developed symmetric stream cipher encryption algorithm. It supports undeterminably large variable-length keys using two sboxes and was specifically designed for the Visual Basic environment but due to its success the DS2 is being ported to all platforms/languages. Provided in an Easy to use Class Module. Many Thanks to David Midkiff for his contributions & support to the project.

3_2004-2005 #137668
_*Winsock File Transfer*_

This basic application shows a way of transfering files using the winsock control. The application has been tested over network IP and internet IP. Fully equipt with the client and server it enables you to transfer files as big as you like without a loss of bandwidth. A swap tecneque is used, were a varible amount of bytes (packet size) can be sent, each packet waits until the one before it has transfered, meaning it will create less traffic insted of creating a packet overflow. The server allows you to block any incoming transfer requests, auto checking verification on transfer requests, auto connection for incoming file transfers, plus optional packet 'max' size. The server, plus the client, can cancel any transfer with no re-connection errors, which is an advantage if you have sent the wrong file. Port for connections can be changed too. Overall the applications (server & client) can be very useful. Take your time to view the code and perhaps give it a rating. The interface could be better of course, but then again I've tried to make it as cleanly coded and interfaced as possible to allow it to be understood. I've not yet had time to comment the code, but to anybody that knows the basic principles of the code would understand it. The following stages take place during a connection and file transfer: 1: A connection request is sent from the host to the server on a specified port. 2: Depending if the server is set to auto-connect or has blocked all incoming connection requests, the user can select wether to allow a connection. 3: The host selects the file, and packet size. The packet check request is then sent to the server. 4: The host picks up a Packet check request and makes sure the hosts packet size isn't larger than that of the servers. If so, the hosts packet size is set to optimum size. The transfer then can continue. 5: From the host more details are sent across with file information such as Size and Name of the file. 6: Depending wether the server auto-accepts the file, the user can select wether to start transfer or denie the transfer request. 7: When the file is accepted, the data is sent across in packet sizes such as 2048kb (per packet). This depends on what you've set the packet size to. 8: After the file transfer has completed the connection closes and the server begins to listen for a new connection. 9: A new file now can be sent whenever the user wishes. Thank you for your input.

3_2004-2005 #137669
Improved Beginner Application

All VERY beginers take a look at this and leave comments. PLEASE VOTE!!!

3_2004-2005 #137670
_*Easy Application Dll Example*_

Basically this example shows how to initialize a Dll, then using the Dll, feed back a function call such as a string and using a message popup in the main application to display the feedback string. Please have a look at this code and rate it. Its easy to use, perhaps not too easy to understand if your a beginner so I've rated this code aimed at Intermediate programmers. Please leave comments and ideas. Thankyou for feedback

3_2004-2005 #137671
_*3D Graphical Results Bar*_

This code I found was quite useful on a number of vb projects, and thought that it would be worth the upload. This is basically a multi-purpous results bar (Or could be called progress bar, what ever suits) The 3D colours can be change as well as the height. Written in the Constants the values can be changed to change the 3D view of the 'Bar.' Overall I think this is an easy project and suited for a beginner. I got to admit that its not that hard to know how to use this. I must state that if your using vb.Net, the drawing functions might not work... i'm not completely sure, just read it up on a microsoft bulitten. If this is true place all the draw bits into the Paint function of the object. But I'm positive it will work. Please give me some feedback to see how it goes, plus theirs also minor amount of comments in the code needed for the more complex bits.

3_2004-2005 #136600
Paradise Form Vision

This is the best form shaping program ever. All you have to do is to draw a shape on the background you wish your form to have, set the form's properties (if you wish) and then you will have a complete shaped form to add to your project. For more information, just DOWNLOAD IT!

3_2004-2005 #136601
_*Smooth Packing code*_

The code purpose is basically to show you how to add multiple files into one single archive structure and to be able to extract the file successfully without no loss of bytes. Any size files can be added in. A swap techneque is used so that in a loop only 1 meg of data is extracted from the file, plus also to save more memory instead of caching large files into memory. I've kept the code basic and easy to use because this is how coders like it. Functions are easy to extract from the code and problems are easy to minipulate.. not saying their is any of course. I've managed with a larger project to fit over 70000 files into an archive with no archive damage or errors, but after that amount of files the speed of file look up does get pretty slow, lol. This is optimized for all versions of vb I believe so it's a good piece of code. Please rate, comments would be good. Thank you for the input. Ps this code can be classed as a file database in a way, you just need to know how to implement it into your applications. Same goes for information instead of files adding, all you have to do is modify the functions to fit specifications.

3_2004-2005 #136602
_*Console text using bitblt*_

This example shows how you can creat a text field out of a picture box. Easy to use and a possible yes for computer games?? I've used this example in a few of my applications such as my fruit machine score boards. Check it out, it's good code to play with once you know how it works. I've aimed this at an intermediate programmer since it contains a small amount of 'table' maths.

3_2004-2005 #136603
Spinning Image Effect

this code just spins a image like a 3d object using only strechtblt. pretty simple and cool... maybe if demanded ill make a activex control for this. please vote

3_2004-2005 #137672
Console + HotTracking Example

This example will show you how to make tabstrips use the "HotTracking" mode, and how to use a console richtextbox wise, eg: insert text with colour.

3_2004-2005 #137673
Spinning Image Effect (w/ ActiveX Control)

this is pretty simple... i took the effect from my other project and put it into a activex control so you can put it in ur app... with a few more options like now you can have color background or a picture background... if you use it please give me credit and please vote!

3_2004-2005 #137674
Ashu Graph Control

I tried for a excellent graph activex control but doesn't found and surprised, why no one neeed plotting graph, i found it is useful in many cases to show your data graphically , so i submit it;; go with my latest version of it at ... http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=36451&lngWId=1

3_2004-2005 #137675
A sample to transfer binary through winsock at very very high speed (Meet industrial standard)

Have you ever used Flashget, NetAnt, or Download Accelerator? They can download very very fast because they SPLIT up files into many parts to download together. This program demonstrate how to use this technique to send all binary files(exe, jpg, zip....) through winsock without corruption.

3_2004-2005 #137676
ActiveChart (evolution)

I found on PSC the ActiveChart control and decided to use it in my programs, but it was not fully customizable. So, I implemented some new features. I'm still working on it for other customizations. Thanks for your interest in my work and thank you to MIRAGE for the basic idea.

Languages
Top Categories
Global Discovery