Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #189531
PATH FINDING ALGORITHM

simple path finding example. Also shows some sprite animation. Use arrow keys to move the hero around the map and watch the skeleton follow you around. Enjoy ..

5_2007-2008 #192233
The Best Sound Card Recorder

I was wondering if copying protected WMAs to an audio CD was legal, and if it was, how I would do it. The only way I found that works, is TuneBite (http://www.tunebite.com), however I would have to to pay for it. It seemed simple enough to remake in Visual Basic. It seems to me, that my program works just as well as TuneBite. It records sound directly from your sound card so any clicks, beeps, and other sounds will interfere with the recording. The GUI may not be so good but at least it works. I give full credit to whoever I got most of this code from. I removed the WAV to MP3 control since I wanted this code to be as simple as possible. Please give me a rating, give lots of feedback, and improvements! Also, for some reason many players can't play the saved wave files, so you'll have to find a converter that can convert it to a supported format. You can convert the wave files to MP3, simply by dragging your wave file directly into the lame.exe file. Please send me images to use for my GUI. KEEP GIVING ME RATINGS AND COMMENTS NO MATTER HOW LONG AGO I UPLOADED THIS!!!

5_2007-2008 #190057
SkinIt (A design time VB Form Skinner)

Hi This is My Third Submission named as SkinIt. Its a user control (Source Include) to skin your VB Froms at design time as well as run time. I got the inspiration from our own PSC, but all of the code i found only skins the form at runtime or one have to use some heavy skinning engine. But this ctrl is very light in weight and supports 15 customizable skins. But Before all i want to thanx all the developers who helped me to do such thing... Please See the screenshot and as usual DO NOT FORGOT TO VOTE... (some day my code will become the "Code of the Month") ;-) ...

5_2007-2008 #190707
A Telnet Server !!!! - DataNet MKII

A very powerfull telnet server with a user-friendly interface. Works on a plugin DLL framework.

5_2007-2008 #192219
Invalidator

If you want to make your files unusable to the other programs or users to work then you may find my Invalidator program very useful. It is so easy as turning on and off a switch. Though I used an easy concept to for the Reversable Invalidator, it maybe useful for a Software developers. Open any type of file and watch its effect. :) I Like to have your commants about my Soft tools. Please Vote for me...

5_2007-2008 #176734
Interact with web pages from your application *** MORE UPDATE ***

This little application was produced to show how you can interact with a web browser. its not complete in anyway, its just a starting point to show what you can do. *** UPDATED *** I believe because of the improvements I should re-issue this code I have heavily comments this demo code, this update shows some nifty things you can do, you can detect when the explorer window has mouse clicks / moves etc, exposes document events when they are fired. I especially like onfocusin and onfocusout event, because these fire when the window loses focus or gains focus but also if you navigate to new location.

5_2007-2008 #174383
DM MyBasic-Script Version 1.2

Hi All this is the new version of my Basic scripting Language. I know it's a little late but I been busy. Ok some new keywords have now been added about 15, Support for 3 basic loop types, For Loop, While Loop, Loop Until, More example scripts added., Select Case added, Loads of new string and math functions added., New IDE updates, Plug-ins support for IDE added and Plug-in template added to make your own. Plus a large update to the Help file. Note Live update program is also included. Though I not got the site ready so check from time to time. Ok that all next version be in about a week Please Vote

5_2007-2008 #192849
Clock with alarm and with nice design

This is the clock with alarm and with nice design,Also you can change options so that every time when your computer will be turned on program will automaticly run. Also program will remember his coordinates on desktop. Sorry for bad English.

5_2007-2008 #192675
Restaurant Management

it is a very simple code in vb which is very useful for beginers to understand This is a very secure program as the passwords are taken from a Database..Check out this..its NEW noone would ever hav tried that ..hey..check out for the updates after 10 days..

5_2007-2008 #192709
Simulanics Antivirus v1.00.40

Simulanics Antivirus - 5th Update - Coming along quick in since May 28th. Some say that they can't download the source from PSC... It is also at my site on the main page...website is under construction right now...but the download link is still available! PLEASE DONT FORGET TO VOTE AT THE BOTTOM OF THE SCREEN!!! THANK YOU. Included Are The Following: Simulanics Antivirus -Currently Scans Files for Virus Signatures...will soon be able to "heal" the infected file (already underway) SimAV Signature Creator - Pretty self explanatory. Simply load a virus (you can download huge zipped folders containing hundreds of compiled virii themselves on the internet...can't find them, then contact me. I assure you that your computer is 100% safe from downloading virii as long as you don't EXECUTE them (double click them :-)) After perusing past headers and recognizable api and functions within the virii you can find all kinds of jumbled ascii strings. (Look in signatures.db if you don't know what I'm talking about). Simply select one of them, type in the name of the virus it came from and click "Add to Database." If you don't feel safe downloading any virii then simply wait for our database to get bigger and do an automatic update from the antivirus itself...and it will download the latest version from the server. You can also experiment with the string signatures.... if you were to load a visual basic executeable created in Visual Basic 6.0 into the Signature Creator, Every Visual Basic Executable would Contain this string "MSVBVM60" (without the quotations). These methods can be used to even create a program which goes through the computer and tells you what a program is capable of doing or what it does before you even execute it...Pretty Neat huh ? :-) Any Comments and/or suggestions and of course help is always welcome and appreciated. Thank you for trying out Simulanics Antivirus. -Matt Combatti -http://www.simulanics.com [email protected]

5_2007-2008 #191648
Significant Rounding

This small project illustrates the concept of rounding numbers using significant digits. Unlike the Round function found in VB/VBA, which provides bankers rounding, this function provides the correct rounding of a number based on the number of significant digits needed. This basic concept is often over looked in scientific application development and is critical if your software is targeted to this audience. Take a look and provide some feedback… 29May05 - Fixed Bug with ComboBox.

5_2007-2008 #179684
Bouncing Mouse Cursor

Well, I dont know if this really has a purpose, but I was experimenting with API dealing with the mouse and mouse position and made the mouse cursor bounce around the screen like a ball.

5_2007-2008 #191005
Source Code Editor, Syntax Hilighter, AutoComplete, All Languages, Uses scintilla.org

This is a full source editor for all languages HTML, Perl, C/C++,Java, SQL, etc uses the free dll from scintilla.org. I do not get any credit for this, all credits goes to the authors, I just found here lots of useless submissions on html coloring and sytax hilighting for lots of languages but all of them useless as most of them takes minutes to parse a normal page. Scintilla is a free source code editing component. It comes with complete source code and a license that permits use in any free project or commercial product. The dll and its ource from http://scintilla.org/ and this VB wrapper here http://cvs.sourceforge.net/viewcvs.py/scintilla/ScintillaVB/ . This wrapper is a good start and needs more work since the author seems quit. Remember to set the ScitillaVB property option ForwordFocus to True before compiling the ocx to have the arrow keys working. May be someone can help improving this wrapper as this editor is realy very very nice compared to priced ones like.

5_2007-2008 #191921
Gallery - Tree View

The code demonstrates the functionality of one of the most widely used window common control - the tree view control.

5_2007-2008 #187755
CodePrint

CodePrint(addin with Print Preview) - The best code printing utility so far. CodePrint starts where all other codeprinting utilites stop. CodePrint converts your code into html code and then piggybacks on IE's inbuilt functionality to display a Print Preview screen. Here you can view your code and take print as well. The Print Preview screen looks professional and gives you lot of options. So, why waste time in working upon custom made Print Preview functionality when IE's very own Print Preview Screen can meet all your requirements nicely. A very original idea that can be put to use wherever there is need for showing Print Preview Screen. Don't forget to vote for me.

5_2007-2008 #190762
Max Protector Registration Trial System (Update) - See Screenshot!

With MaxProtector you can give your users 60 minutes to try out your program (rather than 10 uses or 30 days) it includes many features along with a nice and bright layout/design, to register the software the user must have a unique registration code for their computer also if they enter the registration code in incorrectly they must also enter a PUK code to unblock it (which they must get off you) and then if they get it wrong a further 5 times after that the software will permanently disable its self (to unblock it after that you must go into the registry). MaxProtector will only allow one copy of its self to be open at any one time. Main Features: 60 Minute Use Time Lock, Unique Registration Codes, PUK code Request, Permanent Disable Feature, Bright Design/Look, Download link for KeyGen. This as took ages to make and i am only 15 so please vote and PLEASE leave comments on what you think, thank you - also if anyone can make it so it encrypts the registry enterys it makes and then decrypts them to read them please let me know. (WARNING - PLEASE ENSURE YOU ARE LOGGED ON AS AN ADMINISTRATOR BEFORE USING THIS SOFTWARE)

5_2007-2008 #186962
FeedReader 0.1

Use this object (which can be compiled into an ActiveX DLL) to read ATOM, RSS and RDF feeds. It exposes a simple object model with which you can retrieve a feed in 1 line of code and enumerate all items in the feed with just a few other lines of code. Documentation is provided in the code itself and in a PDF file that is included in the zipfile.

5_2007-2008 #192795
ScreenSaver Demo of Eigty Effects Transitions

Just for demo of my seconds submission EIGTY EFFECTS TRANSITIONS

5_2007-2008 #190874
GDI+ LCD Clock

GDI+ LCD Clock.

5_2007-2008 #186571
Custom Color Palette on the Fly

Create a custom color palette in runtime. I built this DEMO around redbird77's mgradient.bas.Remember this is only a demo. What you do with it is up to you. Hope someone finds it helpful.Oh yeah,you can save and load your base colors.

Languages
Top Categories
Global Discovery