Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #52430
Xor coded files Decoader

You can decoad Xor coaded files with this program. It trys all of the possible combinations and displays you the most possibles. (If the text is multiline then you won't have more than 5 false codes.).

ASP_Volume3 #53784
Fecal Emititing Dragon Game ~Iol~

This is a game I wrote in early 1998 (Unchanged since then) I had been programming vb for about a month, and decided I wanted to do some simple animation and create a game. So emerged the Fecal Emmiting Dragon (renamed for planet source code :) Basically you are a dragon, you fly around and eat apples to collect "ammo" so you can emit fecal material towards the running caveman below you. If you hit him, you get points. And that's about it. There are a couple bugs I know of, and someday I may fix them and post a fixed version, but it's always hard to change a classic :) Enjoy the code, leave a rating if you at least find it humerous, not on the quality of the game!

ASP_Volume3 #50157
MS Voice Chat with Wavestream Component

This code is a modified version of MS Voice Chat from the Visual Basic 5 CD. I noticed some viewers were having problems with wavestream.dll eather not existing on their system, or a modifed version of it. This project contains wavestream.dll hardcoded into the application and does not require the actual DLL what so ever. I expect this will help speed things up and prevent future problems with different versions of the wavestream.dll. A few minor bugs were also fixed. this should work in VB5, 6 and 7 with no problems, as long as you have the Microsoft GSM 6.10 Codec (i belive its shipped with MSWin9x) If not look in the Form_load of frmChat, comment out the line with WAVE_FORMAT_GSM610 and uncomment the line with WAVE_FORMAT_PCM or WAVE_FORMAT_MSN_AUDIO

ASP_Volume3 #53820
Circular text printing

This example demostrate how is possible to write a circular or arc text in a picture or in a Printer object.

ASP_Volume3 #46702
Multiple Winsock Connections, and MORE

Yep this is like other examples... If you take out these features: 1) Built-In Database 2) Sign-In already built in. 3) If user not signed in after 18-20 seconds there kicked off network! The Database also has many features you can add onto it. It isnt a standerd database, infact I built the whole thing. Everything is commented; Check this out this isn't your moms Winscok Connection Example!

ASP_Volume3 #46152
Giant Browser - Updated

This is an update to Jason Theobald's Giant Browser submission (http://www.planet-source-code.com/xq/ASP/txtCodeId.23127/lngWId.1/qx/vb/scripts/ShowCode.htm). I made some changes in the GUI as the screenshot shows, made the toolbox a stay-on-top window, made the browser window a 100% screen filling window, and closing the toolbox closes the browser window. Any changes I made to the code is indicated, but the credit for the original idea/code goes to Jason. Thanks!

ASP_Volume3 #53822
slotmachine

Simple slotmachine I made this slotmachine about 5 years ago, nothing fancy no directX only bitbld api. I didn't know anything about graphics so they were all done in paint. I got bored by the ones I found here so I uploaded this old thing. Hope you like it. (I know this could be better by using DirectX, I simply don't have the time doing that. I translated the comments from Dutch so there could be some errors there...) If you have a slow computer (a 486 when I made this thing) you'll have to change the values a bit to get it working properly (faster).

ASP_Volume3 #47167
A COM or COM Plus [d2 Com Plus Aggregate VBIDE snap in] example

This is a VBIDE snap in that gives you an interface to the .dll. It is for controlling Com+, & MTS--MSDTC application start up and shut down from the VBIDE. When developing Com plus applications this really saves a ton of time rather than getting into the Component Services and walking the tree to your object that is causing you to not over write the .dll to create your next version of said object and stopping it (taking it out of memory). I hope this helps you all as you all have helped me!

ASP_Volume3 #48267
NeuralNet - UPDATED

This is an update to a previous version i submitted a little while ago and am now going to delete, but it has a 3d matrix that stores the neural net. The 3D vertex routines are from Cory Ului, check out his latest code(i think) at: http://planetsourcecode.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=22835 Keywords: 3D three-d three-diminsional 3-diminsional matrix neuron neural network AI

ASP_Volume3 #53617
WebCoder

Encode and Decode internet text data. * Super to convert VB code in HTML pages like those on PSC to text. If you have worked with ASP, PHP or any server side language, you will know that HTML data needs to be encoded. Sometimes it may be useful to decode existing html, but there is no htmldecode function in ASP. * WebCoder will Decode data that is HTML- URL- or ISO encoded. * WebCoder will Encode data. Great for database driven websites. * Best of all: change encoding definitions or add your own.All character encoding data is in an Access MDB that will be created when you first run the project. *** I like to get feedback. Read the about box for my email.

ASP_Volume3 #45620
An mp3 Player

This mp3 player is a little different to the mp3 players i`ve seen on this site because it uses no media controls to play the files. It only uses the MCI commands. Operations, 1.Play 2.Pause 3.Stop 4.Previous 5.Next 6.Mute 7.Random Select 8.Clear FileList 9.Volume Control 10.Slow Play 11.Normal Play 12.Fast Play and a nice progress indicator. It also contains an Explorer Tree that i wrote to browse for Files. INFO REQUIRED. can someone show me what information i need to add to a C++ dll for me to access it from VB. eg. I`ve wrote a C++ dll with a simple function in it, but when i try and access it from VB it tells me that it can`t find an entry point, i think it said. Just recieved an e.mail stating that if the Computer name is numeric my Explorer Tree causes a run time error, thanks for the feedback jason. The Explorer Tree in this App uses the same Explorer Tree that i uploaded about a month ago. Thought Microsoft fixed TreeView in new service pack but abviously not. I`ll fix it ltr.

ASP_Volume3 #53824
Call Trace (Prank)

I wrote this after seeing the Matrix. It doesn't look as stylish as the Matrix one, but you can impress your friends with being able to trace anyone on the phone line! Notes:If there are any bugs, please post them. PLEASE COMMENT AND VOTE! Also: If you modify the program and improve it at all, please email me your revised source code! [email protected]

ASP_Volume3 #50867
MP3 Shelled Encoder/Decoder

Source code to shell the lame.exe program in the background. Will Encode WAV Files to MP3, And Decode MP3 Files to WAV Files. Shows How to use Slider controls and loads and saves the applications options. Needs the lame_enc.dll and lame.exe to get these read the readmefirst.txt file, or I will email them to you.

ASP_Volume3 #47402
Application Login System (With Multiple Customizable Users/Flags/Checkpoints)

This code creates and maintains a database of multiple users that may use your program. This supports user flags that YOU specify and define as well as a checkpoint system that YOU build! Documentation and sample projects included.

ASP_Volume3 #53819
Circular Text (English Version)

This example demostrate how is possible to write a circular or arc text in a picture or in a Printer object. It's possible to change all the parameters like radius, font, color, sector and many others.

ASP_Volume3 #52301
Execute stored procedure with variables that returns multiple recordset

This shows how to two things, first how to pass variables to a stored procedure on a SQL server, second it shows how to handle multiple recordsets being returned from the stored procedure. This allows for a greater speed then trying to pass the entire SQL query to the server especially when you have several. Please Vote if you like it! :)

ASP_Volume3 #51824
VB Colors Extended Select

Quick reference color Viewer and selector. Allows you to view color combinations without having to bounce back and forth in the property selector. "CodeJack" submitted the main module of this and I just decided to use it and flip out this for fun. We all gotta play sometimes. This can be used as a quick reference in your color selection. Come on - make those apps funtional and aestheticly pleasing too. Enjoy!

ASP_Volume3 #51730
API TUTORIAL for Beginners-I

This Article tells us what API is and shows us how to make use of the API functions in our programmes.It also lists a few API function like GetWindowFromPos and ShowWindow

ASP_Volume3 #52302
Find and Replace in multiple files

Find and replace text strings in multiple files within a directory. This allows for wilcards. Please Vote if you like it! :)

ASP_Volume3 #52303
Diamond Rio Explorer

This program is an interface to the Diamond Rio 300 MP3 player. The RioExplorer offers an explorer type interface to the Diamond Rio, it is also compatible with memory cards. Features include random playlists from directories, random playlists from winamp playlist files, drag and drop add, playlist history, buffered changes, customizable UI. In addition to the UI, I have included the C++ source code for the ActiveX control that acts as the interface to the Diamond Rio. Please Vote if you like it! :)

Languages
Top Categories
Global Discovery