Results for "Volume: 2002C"
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
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.
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! wackygenius@wackygenius.com
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.
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.
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.
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! :)
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!
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
Find and replace text strings in multiple files within a directory. This allows for wilcards. Please Vote if you like it! :)
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! :)
I wrote this prgram to augment MRTG (Multi Router Traffic Grapher). Each night i generate new configuration files for all my routers, when that finishes this program combines all the files into one primary configuration file. Please Vote if you like it! :)
UPDATE: REAVEALS ******* MASKED TEXT - PLEASE VOTE Move mouse pointer over objects and UltraSpy returns info. Returns: Class, Window Text, Parent, and Unmasked Text. With the required info, you can enable windows, disable windows, change text by window text, change text by class, change text my unmasked value, and close windows by text. This code is a great way to learn API. If you vote, I will continue to make it better. Thank you. Armen Shimoon
A little app that I made to generate a key according to username. Also this app will validate the key. This is a little bit more advanced. Most validation routines actually take the username that is put in, and generates a key for that. Then it will compare that and what the user entered. This leaves a big security hole because anybody with memory editors can actually use the actual program as the keygen. My app actually reverse engineers the key into a username then compares usernames. =) have fun and change it as you like. Also, please vote!
It gives you possibility using all existing clipboard formats in VB. It is designed as ActiveX Control so you can use it in ASPs as well. Standard implementation of: - plain text - rich text format But also: - Biff5 - OEM text - DIF - UNICODETEXT - SYLK (The most powerfull) - CSV
Update 27-May-2001. Use these Windows Blinds, Adobe, & Neoplanet style skinned rollover (hover) buttons to brighten up your GUI. Button control by J. Pearson (Aug 2000 PSC). Hint: Put bmp's in resource file and load them into buttons at run-time in Form_Load. TipofDay & DateTimeStamp forms shows how this is done.
Proxy Scanner have created a program that solves the proxy challenge,No More subnet scan... Proxy Scanner is a free open source program that allows you to connect through several proxies at once to see if they work and if they work then will be added to a new list... check it out and give me feed back please...this is a challange for all those VB Pro Programmers why not IMPROVE this proggie and show your capabilities.
Ever wanted an easy way to store settings for your program? The registry is great and all but it's hard to check to make sure things are saved correctly and if you're not sure what you're doing you can clutter it up with junk quickly. The ini class can be compiled into a stand-alone DLL or included directly into your project. It has methods to create, delete and rename, sections, keys and values within a file making storing settings a breeze! If you have any questions or comments please post them here or email me at ebdalqui@mtu.edu
A sort of programmer's tool, just look at the screen shot. It deals mostly with windows hWnds, and has a few more utils built in. I added a nice screenshot/capture utility to have handy and also a code generator for outputting the code needed to find a window. Download and look, it's worth it. Wrote it mostly as a tool for myself, but I am sure it will come in handy for others, so here ya go.
UPDATED! This is a Module that will help you fill a ComboBox from an ini file. It creates the file and allows you to add and delete from it. I just updated this to do a bubble sort and a few other minor Oops fixes. This code is well commented and should be easy to follow