Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #214357
A "layered" window (Pre-Alpha version!)

A transparent window which stays on the top of the desktop icons and allows you to click them. At the current stage you can only click/dblclick on the icons, but don't forget -- this is just the first version. In the next release you will be able to manipulate all windows in the sysem. Please vote for me if you like the code and its conception! :-))

6_2008-2009 #211950
SimpleTrial v3 (beta)

Beta release of my upcoming project SimpleTrial v3, this new version has a license file creation system called 'TUX', hardware fingerprint system so a license can only be used on one computer to prevent none buyers to get the full version, also the new version has a cool splash startup dialog, please vote :), v3 (full) will be released next month.. this beta version is only a taster of whats to come..

6_2008-2009 #204430
Number to Word Convertion

Converts Number into words up to 999 trillion. It is a simple short code.

6_2008-2009 #212768
VB6 Add-In :: Inno Setup Toolbar

A fully-functional VB6 IDE Addin for working with the freeware installation program Inno Setup. Tested with Inno Setup Version 3 And Version 4, can autodetect the installation directory and uses the most recent installation. The controls in order are 'Script Editor', 'Compile Script' and 'Configure Toolbar'. The Script Editor will create a default script with the project name in the project folder if one does not exist, and launch the Inno Script Editor. The Compile button will automatically compile the script using Inno as long as its in the project directory. Allows you to override the path and force it to use a different Inno version, and contains options for creating blank default scripts or autogenerating a simple one. Considerably more useful than the built-in Pacakge and Deployment wizard in Visual Basic. If you find this useful, please vote - Feel free to send suggestions, also.

6_2008-2009 #209197
Dr. Mario

A remake of the classic puzzle game, Dr. Mario. Made in a 2 day period where I didn't feel like working on Panel de Pon. With one less file needed, and a couple less bugs. More authentic look now

6_2008-2009 #207486
Copy API (Over 2GB limit)

A little Class that allow you to "seek into" and "copy" files bigger than 2GB.

6_2008-2009 #212767
VB6 Add-In :: Inno Setup Toolbar 2.0

A fully-functional VB6 IDE Addin for working with the freeware installation program Inno Setup. Tested with Inno Setup Version 3 And Version 4, can autodetect the installation directory and uses the most recent installation. The controls in order are 'Script Editor', 'Script Wizard', 'Compile Script' and 'Configure Toolbar'. The Script Editor will create a default script with the project name in the project folder if one does not exist, and launch the Inno Script Editor. The Script Wizard will do a similar thing, but after walking you through a detailed script creation wizard, including Dependency sniffing. The Compile button will automatically compile the script using Inno as long as its in the project directory. Allows you to override the path and force it to use a different Inno version, and contains options for creating blank default scripts or autogenerating a simple one. Considerably more useful than the built-in Pacakge and Deployment wizard in Visual Basic. Feel free to send suggestions, also. If you find this handy, please vote. Enjoy! [Updated 08/07/14] - Repaired the crash glitch when trying to generate a script with no project loaded.

6_2008-2009 #205539
How to make a powerful crypt algorithm

The title explains everything.This article deals with two encryption method: text and file encryption.

6_2008-2009 #205540
Programming Techniques Explained

The article deals with how to develop your thinking of building logically an application, refers to some programming techniques.More to come soon.

6_2008-2009 #199057
CODE GENERATOR STUDIO :: Design Projects & Generate Code - Also learn plugin architecture.

Hello Guys, Need a true killer VB application that teaches you tonnes of programming techniques? Here is one. You can use this project to design entity relationship diagrams, to generate database and program code out of it. ER diagrams can be imported from databases and existing program code (classes). An Entity relationship diagram is something like a relationship diagram you see in Microsoft Access. This project provides (1) A small environment to work with ER diagrams, (2) an XML language and its DOM to describe these ER diagrams, and (3) A control that can be used to visually represent these ER Diagrams. It supports code generation as well. Presently, It can import ER diagrams from Access 97 database (using DAO) and Export code to ASP (with relational lookup combos for implementing relations). Also, You can write your own plugins to import and export diagram/code from a variety of platforms. Download and see the readme file. Also visit project homepage at http://www.logicmatrixonline.com/estudio - I spend a lot of time on this, so vote please. Thanks, and enjoy coding.

6_2008-2009 #214435
Outlying Pixels II

This program gets mouses coordinates and captures screen. Then calculates main statistics (mean and variance) from captured screen and defines a volume of area as an outlier pixels set where pixel color values exceed a critical value. Finally calculates minimum volume rectangle and shows outlying area Note: For more robust outlying applications use median instead of mean. For basic operation of this small algorithm look "Outlying Pixels" in Source code planet web site. enjoy.

6_2008-2009 #198436
Ulli's Profiler AddIn V 2.4.4

This AddIn will put all necessary instrumentation into your project to create a run profile. Then during execution profile data are acquired and finally evaluated and shown. New: You can now also replay your program code execution at different speeds. ► Bug reported by hedgehog fixed.

6_2008-2009 #205285
CaptionBarFX

This changes the captionbar of a form, it can change it's look and even add bitmaps to it. I resubmit this code because many people asked me where to download it, well here it is.

6_2008-2009 #210758
SUS Client Subnet Checker

Microsoft Corporation has released the Software Update Services, a useful system to keep computers up to date for patches and hotfixes. This program is intended to help Administrators to manage the SUS Client settings in a network.

6_2008-2009 #214045
[ LCD Clock v1.14 ]

LCD Clock v1.14 Very beautiful LCD Clock.

6_2008-2009 #213448
A great utility, I call it quick tray quicktray 1.0.14

A mutant cross of your quick launch and system tray! quickTray is to help you save taskbar space, and allowing you to close your windows and open them back up... I made this because taskbar space is something very important to me, and I never seem to have enough of it. Like, When I download a movie lets say, I open d:\downloads, then I have to decompress it, then I open that folder, and either un ISO it or just move it then to d:\Movies, or music, etc etc. You get the point. Anyways, this is so that you can access webpages apps, folders, anything you need to at the easy click of a mouse. This app isnt commented, because I dont like commenting code, but it shows you how to change the registry, how to add files and read files from a txt, and how to open applications using simple system32 api. I call it... quickTray Beware, this may cause mild forms of efficiency!

6_2008-2009 #211732
Software Activation using the Internet

Have you ever wanted an easy-to-use method of product activation over the Internet? Well, here is one. A serial number generator is included. You only need to upload one file onto your webserver called writeFile.php You only need PHP. MYSQL is not required. I have downloaded some code from others and included it here but I cannot remember who the authors are...sorry. I have used this method (but with a different mathematical algorithm) on my new program which I am hopefully going to sell. I will post snippets of my new program (KTK File Explorer) in the future.

6_2008-2009 #212296
Connect Client to Server without either knowing the others IP

This is two applications; a client and a server application. It uses a combination of UDP broadcast packets and TCP client/server protocol to connect. The server sends a broadcast packet every second and the client catches it and connects to the server via the IP that is contained in the broadcast packet reteived from the server. *** UPDATED! http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=60934&lngWId=1 ***

6_2008-2009 #206290
Sclean(system cleaning tool) v 1.7

Sclean version 1.7 a tool for cleaning your system, this is the last release I think I work on it,may be some updates later on will be,but at least for now the tool will help you to finished from files that usually you feel they are annoy able like, Programs MRU Lists, Temp, recent, restore, cache, cookies orphan files finder, some security related. well since 2 weeks aim working on this tool, and I think now is ready to share its code with my brothers here in ps code, I use many modules lines from people here and class files from different source and many of them I write them myself for personal purposes, this tool is a commercial that’s mean I've already upload it compiled and setupped. So honestly 2 things I must remind them and they are completely important at least for me, first you are not allowed by anyway to recompile it as yours and upload it, second don’t bother yourself to make a keygen for it and post on some sites, because honestly the complete internal crc check routine is a lot far and too different from the one I used here in this code as an example at least I have reverse knowledge so don’t think urself clever more than enough. Many lines changed in help, register etc files and xxx(ed) so that you will not know more info :), else other cases you are most welcome to use and line any code you wish in your projects as I use others and they shared me I share this tool with all of you hoping that many of you need some lines from it and why not to vote me if this tool really deserve :)

6_2008-2009 #208197
FMS Instant Messenger

This is a pretty much a fully fledged instant messenger (without encryption, oh well). It has the works, multiple chat rooms, instant messaging, avatars, and even some stuff i might have forgotten about. I just dug this project back up in hopes to maybe spark some interest in it. Some things may be unfinished and please let me know of any changes you think i could make to make it better. Any help is welcome. Enjoy.

Languages
Top Categories
Global Discovery