Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #207527
CreateMySQLODBC

Allows you to programmatically create an ODBC connection to a MySQL database using the Registry API.

6_2008-2009 #212560
_ pKrypt (Encrypt a string into a picture. Unreadable by anyone without the password) _

Takes any string and password and converts them into a solid black picture. Unreadable by anyone that does not have the password and this program. Please Vote :)

6_2008-2009 #211946
Recover Access 2000 password

Recovers an Access 2000 password

6_2008-2009 #213815
JpgStrip v1 Freeware Source Code

This JPEG strip code is in response to a recent submission on JPEG info extraction. This code was developed by David Crowell using vb5, so don't vote. I posted it for those interested in learning more about the internals of the JPEG graphic format. Please follow Davids request to leave this zip archive intact if you re-distribute it. This is version 1, and David is still developing it, he has a freeware exe version 1.3 available at: www.ksurf.net/~bermania/prog/dessin/jpgstrip.zip I don't know whether sourse code is available.

6_2008-2009 #205388
Tetram v 1.0 (Clone of Tetris)

I've never seen a version of Tetris with stages. This version has 50 stages (just like the real tetris). I believe the result came pretty good. Sorry about the messy code and the Greek messages.

6_2008-2009 #206359
Gallery Browser/Downloader

This is an improvement to a previous program. Features include: saving config files for use later, browse galleries online, watch a series of pictures like a slideshow with the use of timers, download an entire numbered series of files(not just pictures) to your computer, create and trade custom protocol urls, check for updates online(source for updater is included. it can EASILY be fitted to be an updater for any program), an admin panel to change the update message via FTP and there's a dynamic menu to hold 'favorites'. To use this, enter a url in the box like this: http://www.website.com/images/picture%%NUM%%.jpg . As long as the picture names are all the same except for an index number, replace the number itself with %%NUM%%, fill in the leading zeroes and boundaries accordingly, click populate list and go from there. It's an awesome downloader if you have broadband(although only picture files appear in the local folder list, it WILL download any file type like movies etc). You can even prefix entire sets of files. It is only lightly commented so feel free to ask questions.

6_2008-2009 #214010
QueryPerformanceCounter API Call Fully Explained

Most people use GetTickCount, but to be honest this makes GetTickCount look like a joke. QueryPerformanceCounter finds the time in microseconds, and not milliseconds (like GetTickCount). Why use this? If you wanted to see the time that it took for the cpu to proccess an API call, GetTickCount would find 0, because it takes less then a millisecond. But QueryPerformanceCounter would find the real time. I suggest using this because it is much more precise.

6_2008-2009 #211949
Trial Registration System.

..You can add this to your project to provide a secure registration system..

6_2008-2009 #212862
Oracle VB Project

Hi, This project gives you an idea how to access ORACLE through VB and ADO. Project describe How you interacting with ORACLE Table, view, Stored Procedure, Type, Package, Package Body, Synonyms, Sequence etc. I developed an Active X Skin which is used throughout the project. If you want to test the Skin just put the controls (OFrmCtl, Edge Right, Edge Bottom, Edge Region) in a form and run the project. Please close the project from FORM CLOSE Button, otherwise IDE will be crashed. Please check all the menus and form. Now, I’m trying to develop this project in Visual Basic.NET. Resize the form From X Axis and Y axis. Check it out. Using of My developed Active X Skin and other components are strongly prohibited.

6_2008-2009 #206287
Multi MSN v 6.2.0133

This will teach you how to access in binary mode the newest MSN Messenger on web v 6.2.0133 and edit offssets and allow MultiMsn,SingleMsn,AddBanner.RemoveBanner,Sign in using offline mode,Sign in using online mode + allow to check if msnmsgr.exe there if not copy itself and execute it from its default dir by choosing the drive letter, please always know that using such kinds of codes probably we name it cracking, and its all are illegal just it's an example to a begginer in file access, i can't be held any responsibility and you should not in anyway edit the code and re submit it anywhere else, please a small request i need someone to tel me in case the drive letter is not default let say not "c:\" and its "MyDisk" how can i auto identify to read the drive whatever it is :)any answer will be happily appriciated and thanks a lot :) ...

6_2008-2009 #214121
ICQ Notification

This is just one way a trojan will notify his you if your victim is connected to the internet.This will send you an icq message along with the victims ip address. This code will also tell you if your computer is connected to the internet or not.

6_2008-2009 #206241
Image Duplicate Scanner and Remover 1.4

This is a easy to use utility to scan your image collection to find the duplicates. This is an ideal tool to use with resource extrators. The utility gives the user the option of moving or deleting any duplicates it finds. Works great for icons.

6_2008-2009 #213966
Desktop Messages - Transparent (Beta dll)

Check out the Screen Shot! I dont recall seeing this before. Takes Evan's idea a step further with transparent background, although the code is nothing alike!

6_2008-2009 #201840
RRS PaintLib v3.0.3

Hi there, fellow VB coders. This project is yet another demonstration of the latest version of my paintlib, wich I hope you will enjoy and use. (and maybe even vote for? ;) I made some adjustments, cleanup and a few additions to the lib just last night, so I thought I'd get them out ther right away. See the head of 'CPainterc.cls' for the details Again, enjoy! Kind regards, Ravn Revheim [email protected]

6_2008-2009 #207228
Program Priority Changer 2.8 2K & XP Only

Set the CPU priority of each of your programs for higher performance. Runs in the tray monitoring & adjusting each of your programs cpu priority the minute they load & allows you to set your programs individually to what runs best on your particular computer. You have a choice of High, Above Normal, Normal, Below Normal or Idle. Works great on all programs. If you cant configure several system speed increases with this program, Nothing Will !!!! Special thanks goes out to Brandon Kampschuur for the main core that he submitted in 2001 ! http://planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=26281&lngWId=1 I have done a ton of improvements to the GUI, also error handling, now it is a complete app. Enjoy ! You must have administrator rights to use this program !

6_2008-2009 #213816
InstallFile module - Install files on end user's machine w/o copy older version over a new version.

When installing a file on an end user's machine, you should not copy an older version of the file over a new version. The InstallFile wrapper in the InstFile.bas module uses the VerFindFile and VerInstallFile API functions provided by Version.dll to copy files to the user's machine, and will not overwrite an existing file with an older version. The InstFile.bas module requires the GetVersionInfo wrapper in the VerInfo.bas module (also included) which uses several API functions also provided by Version.dll, most importantly the GetFileVersionInfo function.

6_2008-2009 #211948
Trial Registration System (v2)

..Trial Registration System (v2) a.k.a SimpleTrial is a good way to offer trial applications and add them to your projects, please vote, it uses two encryption formats, and it comes with a cool welcome screen with a trial delay and a cool splash image..

6_2008-2009 #211947
Updated Access 2000 password recovery

Recovers the password from Access 2000 databases. The problem of every other character being returned is fixed. This problem was caused by the creation date of the database having changed since it was originally created, probably by being copied.

6_2008-2009 #214132
Getting Started with VB 6.0

Comprehensive tutorial that is aimed at the beginning programmer that will go through all of the basics in learning Visual Basic 6.0.

6_2008-2009 #213683
Make Standard DLLs in Visual Basic

[The new version of this code is located at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=54190&lngWId=1] Ever wanted to create your own API? Well, now you can! Using this program, you can make standard DLL's in Visual Basic, thus allowing you to do things previously only C++ and Delphi programmers can, including creating ISAPI scripts and control panel applets. You can create your own API and then use this API from any programming language that supports API calls! I created this because I saw a program that does the same thing but it costed $800!!!!!!! [This is my first submission to Planet-Source-Code, if you like it, please vote!]

Languages
Top Categories
Global Discovery