Advertisement

Results for "Volume: 2002C"

2002C #10520
Stickies

This is an update to code originally submitted by Michael Barnathan. I modified it so that you can use multiple sticky notes concurrently.

2002C #15020
MADMP3 2

This is what I have turned the first MADMP3 inot, much much better - now with Volume/balance control. advanced playlist features, add,remove,loop... check this out please and let me know wot u think! thanx.

2002C #14264
File System Functions

commonly needed file macros you hate to code over and over. Functions: GetFolderFiles, GetSubfolders, FileExists, FolderExists, SafeFileName, Read/Write/AppendFile, GetFreeFilename, FileNameFromPath,ChangeExtension, etc.. anyway this will help you clean up your code alot and make it more readable Dont forget to check my sight for more stuff: http://geocities.com/dzzie

2002C #11300
Neural Net II

This new version of my neural net is not like the frst one at all...it is a complete remake and works much better(plus this one has a purpose). the net can be trained to do a single task in a few seconds, then after that it will take less that a second(at least on my comp) to do the same task over, it is an excellent way of having a computer learn something(in this case a string). If you like this please post comments and vote, also if you are working w/ NeuralNets then please email me and we can work together(with an app i am making that will allow ppl to use the same code-window for 10 diff languages..i will post it when done)-BTW: because of a complaint from them i now know that the background image i use on this originally came from RG Soft and is copyrighted by them.

2002C #14894
Brain Upgrade 2001

This idea was taken from someone else, but i improved it :) Try it ..

2002C #15024
This module contains procedures for working with the Microsoft Jet User-Level Security model in term

This module contains procedures for working with the Microsoft Jet User-Level Security model in terms of user, groups, passwords and permissions.

2002C #12628
Resource File (Custom File Usage)

Example code that will show how you can use the custom section (and LoadResData) of the resource file to store misc. files into your executable. Along with that, if one of the files is a .WAV file, to play it directly from the resource file without extracting it. Other parts of the code will show how you can embed JPG files into the resource file instead of .BMP files and use those files for your images in your program. This will help lower the size of your program if you love to use images in your program. Using the same code it will also show how you can extract out files to the users hard drive that were put in the resource file. A good usage of this is lets say you have a DB application and would like to give the ability to make a new DB file, but you want to make sure the DB has the write structure and filled with default data. Just embed your DB file into the resource and extract it out to a new file when the user wants a new file. I know a few days ago somebody else posted code similar, but I had this up here on PSC a long time ago (been removed since) and thought that since resource files can provide so much, it would be a good idea to post again for those who missed the other authors post. KEYWORDS: WAVE WAV RESOURCE LOADRESDATA CUSTOM SOUND PLAY EMBED SNDPLAYSOUND SND_ASYNC SND_LOOP

2002C #14984
FANTASTIC RESIZABLE skinned form demonstrating forms with non-standard shapes

My first submission, this code is a multi-purpose skinned graphical form. Sounds pretty standard, but this one is RESIZABLE TO ANY SIZE. It teaches you how to use Regions (for shaping forms) and also how you can keep the size down of your program by using "Image Blocks" to make up skinned dialogs (positioning and streching images to make a dialog). Take a look - it's well worth it. And I know people always put this on their submissions, but PLEASE vote and leave comments and/or suggestions. If you're a contributer to Planet Source Code, you know how much you value feedback. If you're not a contributer, I can assure you that if you were, you too would want people to give suggestions. Enjoy!

2002C #15033
QuickQuery

Allows user to connect to database(Access or SQL Server), view schema(tables, fields, databases). It's main feature is to allow the user to point and click their sql queries using an updatable text file containing sql constants and a treeview of the actual database. Please let me know what you think.

2002C #12629
Extract and Register from EXE

From time to time I write some little application or game for me and my co-workers to use and in the program I am using some new control I made or downloaded. I already know they have the VB runtimes so I dont really feel like making an install for them so I just embed the OCX into the EXE using the resource file, then on the program start up it checks for the files existance. If it cannot find it [like on the first time] it will extract the OCX from the EXE to their hard drive and register it. Then it will open the form(s) that use it. This project shows how I do it. While I would never do this in a professional application, some of you may like this. However, I know this code can show some of you malicious programmers out there how to embed a virus or something like that. I had to think long and hard before I shared this. It is not all that advanced and if you are any good you would of figured out this on your own. So I decided there are enough legitimate reasons that others may like this code so I posted it. Please everyone who is responsible...please get a Project Scanner to scan source code projects for code like this (like the one listed here on PSC or mine at http://vbasic.iscool.net )

2002C #12306
ICQ Clone

I took parts of a few source codes I found on this site and combined them and improved them to make a more complete ICQ Clone. The following three pages are where I took code from(that I remember). I made this like 9 to 10 months ago. As you might notice the code has been changed a lot from the originals. I hope this helps people. http://www.planet-source-code.com/xq/ASP/txtCodeId.6520/lngWId.1/qx/vb/scripts/ShowCode.htm http://www.planet-source-code.com/xq/ASP/txtCodeId.2039/lngWId.1/qx/vb/scripts/ShowCode.htm http://www.planet-source-code.com/xq/ASP/txtCodeId.10397/lngWId.1/qx/vb/scripts/ShowCode.htm I've included a text file with code that might assist in improving the communication between the client and server or client to client transfers.

2002C #14933
Extended Custom Message Box

***********Default button bug fixed*********** This is a custom message box generator.It provides the following functionalities that are not provided by the MsgBox function in VB. 1.Allows you to change the font of the message. 2.Allows you to change the font color of the message. 3.Allows you to set italic font for the message. 4.Allows you to set bold font for the message. 5.Allows you to change the caption of the buttons. 6.You can have as many buttons as you want on the message box. 7.The Message box has a totally new border style. 8.You can also set the AutoUnloadTime so that the MessageBox will automatically terminate when the specified time had elapsed returning the first button value. 9.The MessageBoxEx function used to create the messagebox returns the number of button pressed starting from zero. 10.Use the AddButton method to add as many buttons as you like. (Max 255 i think this is more than enough.)

2002C #14971
Cards Ocx

This is a remake of vbcards.ocx. First you choose a suit, then a then a cardnumber, then use the showcard event to display the card. Uses enums for the suit list and the card list. You have to see this for your self.

2002C #14163
Code Statistics

Get the statistics of your code. Find out exactly how many lines it is. It is easy to modify this project to include other file types etc.

2002C #13818
SQL Formatter

Formats SQL strings with quotes and line breaks for use in VB. This was a project that was submitted by another user that I have modified. I have added in the ability to update which SQL clauses will cause a line break, using a txt file. Also I have updated the SQLVarPos so that it uses an array for position location of key words. This also has better tab order and an auto-tab so you are ready to copy your formatted string as soon as you select "Format String".

2002C #13136
Bumper Tanks - Beta

Hehe, another funny little 2 player game, you should check it out If you want a break :) It is not quite done yet, though, so please give me feedback! =D (and vote, if you find it worthy ;)

2002C #14540
Text Animation my way

A really simple Text Animation you can use in your projects

2002C #14972
a simple web server.

This is an example of a webserver. Very simple, supports images and files, 404 errors, and supports index files (index.html as default file) .

2002C #14851
Diary

This App. shows you how to use skinz in your applications, Open files for Append, Save and Load Data, Do Logging, Give forms a custom shape, Apply security to your applications, Allow forms to stay at top most, Drag a form without a titlebar, Read, Write, and Delete entries to an *.ini file, Have error handling in your app and much, much more. Great for a beginner to intermediate programmer. Please leave comments and/or suggestions.

2002C #14601
ButtonMaker

This simple program allows you to create a button, change it's size,position, font, text, color, and then it lets you choose an action that takes place when the button is clicked. This program is not very advanced, but I am planning to make a better version of it in the near future.

Languages
Top Categories
Global Discovery