Advertisement

Results for "Volume: 3_2004-2005"

3_2004-2005 #137677
Very useful Oracle/VB ADO samples

Need to do any oracle/ADO work? I wrote these to help me along in my projects. I hope you find them useful too.

3_2004-2005 #137678
A DirectX 8 Tutorial!

This is a spinning 3D cube made using DirectX. It contains the following features: -Zoom In/Out -Change Textures -Rotate 2 ways -Turn on/off 3 different lights -Enumerate hardware, display modes and device -Change textures at runtime I spent a good bit of time commenting it. Any votes are appreciated but what I really want is some feedback telling me what you think. If it goes well, I may upload and make more stuff like this.

3_2004-2005 #137679
Direct Sound 8 activex dll

This activex dll makes using DirectSound as easy as can be. It lets you load unlimited amount of wave files. Then you can apply special effects such as Frequency change, Echo, Flange, Gargle and more, Play and Stop individual Files. And it even includes a special Sound manager which can optionally delete duplicate sounds, load sounds form resource files, and reuse empty "slots" where sounds used to be before being removed. The download includes full source code for hte dll, and a simple sample application to show how to use it. Ths source is commented. Please vote and leave feedback.

3_2004-2005 #137680
Directory monitor 1.0

Monitors a specified directory for files being created/removed/changed/name changed. Soure code is fully commentend. Any comment/vote (negative of positive) would be greatly appreciated.

3_2004-2005 #137681
Dooms Day

Here is a missle command type game i wrote in gwbasic then later ported to vb6. It's a blast to play and the code may have some educational value. It is a fairly simple and neatly written piece of code using linked lists to track screen activity. It has increasingly difficult levels, up to the point of impossible. Levels are fully configurable by the user (# of bombs, smart bombs, missles, speed, etc.) Have fun!

3_2004-2005 #137682
WINHunter Lottery Prediction and Artificial Intelligence

WINHunter is a lottery analysis tool with many programming features. IT is designed to be modular, and to allow users to add functions to an existing compiled program via ActiveX components. WINHunter is a demonstration of off the shelf components to do a complex programming task. Keep in mind this prject is being submitted in an alpha form, so it tends to sometimes be buggy *wink*. But all in all, most of the functions work fine. The artificial intelligence module uses fuzzy logic to try and find the best methods to predict the lottery it is analyzing. Also, WINHunter uses XML technolgy to load and save configuration data. This source code is free, so enjoy! Vote for me!

3_2004-2005 #137683
WinKontrol

WinKontrol allows you to Control remote computers running the same software. This program allows you to control mouse movements and button clicks of remote computer system and displays a full screen image of the computer your controling. Demonstrates uses of Screen Capture, WinSock Connections, Mouse Controls, JPG image Compression. Project includes the INTEL JPG graphics Library (DLL File Included) This program is not yet Complete. There are a few bugs and I would be extreamly gratefull if you could point them out to me, should u find them, as i'm hoping to EVENTUALLY release this as a full program. Future updates to this program will include: Allowing both the remote computers and the connected computers mice to work independantly. The ability to send Keystrokes.. Better JPG Quality with smaller Image filesize. Faster transfers and a 'Chat' feature... More to follow... This is my first code entry, So any votes will be greatly appreciated :)

3_2004-2005 #137684
A basic DDE Server that accepts LinkExecute commands

Demonstrates how to write a VB DDE Server that accepts DDEExecute command.

3_2004-2005 #137685
Netmeeting Finder

This program will scan an IP range to find all computers running netmeeting. I created this to use on my works network to find all the PC's that we have enabled the remote desktop sharing. Pleae note this is my first submission to PSC and all is a bit scary.

3_2004-2005 #137686
Are You Using Manifest Files To Give You The Xp Look??

If you are using Manifest files to give you Apps the XP look then you may have come accross this problem...

3_2004-2005 #137687
[- FragIt -] It means it!

This is a MUST HAVE program. It does what it sounds. It splits a file into several fragment files of a given size. It also can merge those fragment files in the original file without loosing any data. COOL! isn't it??!

3_2004-2005 #137688
ISPN 1.0 Alpha (Update a)

**UPDATED - Removed the unused old project file. Debugged server [kick user]** Allows client\server communication via a network (LAN or WAN [Internet]) using protocol ISPN 1.0 using a TCP\IP [TCPIP TCP IP] connection method. You can currently; Send and recieve Instant Messages, View general information about a user, Connect multiple users to the ISPN server, See connected users and disconnect any user. Please run the product to find more out about ISPN. You might like to also visit my website at www.angelfire.com/d20/vbfiles. The code also demonstrates extracting multiple values\fields from one string. PLEASE NOTE: The project file for the client is Contacts.vbp, not the other one. There is only one sever project file. ISPN Server does not work on Windows NT. It is tested on Windows 2000, 2000 Server, Windows 98 and Windows XP. Client should run on all 32-Bit Windows operating systems. Im really looking for feedback on this one to keep my motivation up! :p

3_2004-2005 #137689
A Cool Space Invaders Game

This is a nice space invaders game I made in my spare time. I didn't add any function to keep the frame rate down for faster computers, but I added a text box where you type in a delay (in milliseconds) to keep the speed of the game down on faster computers. To play, use all the arrow keys to go up, down, left, & right and use the space bar to shoot. Over time, if you have enough kills, you will start to get special powers :)

3_2004-2005 #137690
EasyMapDraw

it draws a map with the provided coördinates by the user (this can be done in a loop which I call the drawloop, reading them out of a file or inputstream) IMPORTANT: download all MP1-files from ftp://ftphost.simtel.net/pub/simtelnet/msdos/worldmap/ first, and copy them into a folder named Maps. This folder must be placed in the application folder.

3_2004-2005 #137691
Windows XP-Style Dialog Box

This template form allows programmers to let their programs have the new look of Windows XP without coding a new user interface.

3_2004-2005 #137692
MP3 Player ActiveX (xAudio) Control - no more Windows Media player

This download contains an ActiveX control project created in Visual Basic that implements a simple MP3 player using the xAudio library. The quick story on xAudio is, last year the software was purchased by InterTrust, and since then, the SDK for the library has been unavailable. While I eventually did find an older copy of the SDK, my work that you see here is based on a post I found in Planet Source Code. http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=24534&lngWId=1 The zip contains a couple of dlls. The xAnalyze, xAudio, and apigid32 dlls are all static DLLs and are placed in the \Windows\System directory of your computer. The file jeffActiveXStaticDLL.dll is an ActiveX dll that must be registered with RegSvr32.exe. While I am not making the source code available for this dll, I can tell you that all it contains is the subclasser and hook modules from vbAccelerator. Subclassing is required for the implementation of the player, so you could use the subclassing approach used in Gene's article, but I think you will find vbAccelerator's approach to subclassing (and my approach in this control) much better and easier to work with and debug. At the time of this posting, I've tested the control in VB, FrontPage, and Visual Interdev. It is a simple player, offering up a handful of what I consider to be critical events from a player. The control has a .Play method that accepts either a filename or a url. The position slider is working, as are pause and stop. I've tested it pretty thoroughly thus far. However, there are a couple of items I should mention. First, the volume and mixer have not been implemented yet. You can use the PSC project to see how these items are to be implemented. Second, I'm having some difficulty detecting an error when a bad mp3 file is sent to the player. Doing this does not generate any errors currently, the player simple starts then stops as soon as a Play command is issued. I haven't yet been able to detect whether the library is sending any kind of file format error notification or not. That said, this is a basic, stable player... and it will free your app from any dependencies on Windows Media player stuff. Since from this point forward, I will be including additional dependencies in this control, here's where I've decided to break off a chunk to share. So download a copy today... and get started on your own custom MP3 player control. =) Don't forget to VOTE if you like this. =) http://www.vbaccelerator.com/codelib/ssubtmr/ssubtmr.htm http://www.vbaccelerator.com/codelib/hook/vbalhook.htm

3_2004-2005 #137693
ProtocolCreator

Creates a .REG file which, when ran, will allow your App to be spawned whenever "myApp://blahblahblah" is entered into a run dialog or web browser, etc... just like when you enter "http://blahblahblah" into the run dialog. A BAS module is included which makes it real easy to add this functionality to your app, just one line of code on your part. You can set a flag to allow only protocols that are not common, for example, entering 'http' with the flag set to false will throw an error, which can be caught and displayed in a message box or any other control. Give it a try and PLEASE vote for me if you find this code useful! Email me with questions and/or comments!

3_2004-2005 #137694
Custom/Replace Macromedia Flash right click menu in VB

Disable right click menu of flash acivex control. Replace it with your custom menu.

3_2004-2005 #137695
Beginner App 2.0 *Updated*

Beginner application version 2.0. helps all beginners lean some basics. Please vote what you think is fair ( at least a 5!) :D

3_2004-2005 #137696
Rocket Tennis - The Game

Just a little game I whiped up just the other day. A bit special I think, but not very fun ;) Two player. Uses quite advanced math (at least by my standards) and I used a bit of time to write just those math-function, but it works well an I hope you guys like it =)

Languages
Top Categories
Global Discovery