Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #191879
Registry Replacement

This code Replaces the Visual Basic SaveSetting, and GetSetting with these new ones... they have the ability to save to ANY reg location like 'HKEY_LOCAL_MACHINE' or 'HKEY_CURRENT_USER' to any path + the path mentioned in the SaveSetting. You will understand when you download what this is about... this code makes your applications much much more professional. you can use this code anywhere i dont care... just plz vote 4 me heaps... beacuse it took looooooooots of mucking arround.

5_2007-2008 #193031
Snake-IV

This code for the game "Snake"

5_2007-2008 #193035
Magic Box--VI

This code is for the game - " Magic Squares"

5_2007-2008 #188864
FireFox and NetScape

have you ever tried to erase the Mozilla FireFox and NetScape cache, cookies and bookmarks? if so, i am sure you noticed how hard to find the pathes of these files :). try this code to make it easy for you to erase them... PLEASE VOTE and leave any comments you have.

5_2007-2008 #191327
Drag/Drop Selected Text From VB Text Box

I was looking for a method for dragging selected text from a regular vb text box to a list box (easily done with a RTB) but couldn't find one on PSC... so here's my simple (but effective) solution.

5_2007-2008 #175477
CutFile

I have some problems when sending eMail with a large file size as attachment. First, some mail server set a quota for that eMail. The second problem is coming when the recipient download the attachment. It takes long time to download, or when connection broken (because of time), he/she must re-download it, again and again. I imagine why we don’t create a program to cut the large file into peaces, and then send it one by one via eMail. After that you combine all of the attachments and become the original one.

5_2007-2008 #191094
Mini Snake

Mini Snake is a simple game ... It's famouse, so you know it. It's available on mobiles too ! Its form is small, so it is very useful if you want to play at work ... ha ha ha 1.If the snake have a contact with himself will die, and this is the only case ... It happens if it come back over himself, or cross himself. 2.The snake should eat red foods to get score. The red foods could appear on snake's body too, in this case it is difficult to eat them, because ... 3.Foods will appear each 5 seconds and will not disappear unless they appear on snake's body !

5_2007-2008 #192932
Blend 2 images (or more) together

Blends 2 images together. Easy to add more images

5_2007-2008 #193017
WEP/WPA Keygen

I made this program to help me create wireless WEP(four diffrent ways),WPA and WPA-PSK keys (so i dont just have to hit keys). i added possabilitys to show how many keys there can be to clients. Enjoy ~Justin Pakosky

5_2007-2008 #186751
Win9x/Xp start menu and desktop

Win9x/Xp start menu and desktop. You can add/delete shortcut to desktop and customize menus for each user.

5_2007-2008 #192065
Easy ScreenShot

When u've Style Xp and u take a screenshot u´ll see that the taskbar ´ll not appear this solves the problem!!!! :::::Take screenshots with only 7 lines ::::: Rate me pls!!!!!

5_2007-2008 #180337
VBCorLib v1.5

A new release of this massive library has been made. With this release you get more classes, such as INIFile, ResourceWriter, Ticker, and StopWatch. Also there are enhanced versions of some of the classes, including MemoryMappedFile, Console, and WinResourceReader classes! Additional fixes have been made, and the code has been refactored. There are also a dozen example projects included showing various aspects of this massive library!

5_2007-2008 #192236
Registry Duster 2.0 Beta

Scans your computer for registry errors and removes them. I don't know why but the last time I tried to improve Registry Duster 1.0, everyone told me that it didn't work. I tried backtracking to see what was wrong. I'm not sure if I fixed the problems, but it works for me. I'm not done finished with this project yet, so I need as many improvements and fixes as possible. KEEP GIVING ME RATINGS, IMPROVEMENTS, AND COMMENTS NO MATTER HOW LONG I HAVE HAD THIS PROJECT UPLOADED!

5_2007-2008 #188863
LAN Scanner / Enumerator

The easy way to enumerate PCs' names in local network. List them in a combobox and count them. if you find this class helpful and useful, Please vote, comments are welcome. ;)

5_2007-2008 #192320
Registry Enumeration Repair and Monitoring Tool

Re-written to include optional value enumeration. Added a registry monitoring routine, that could easily be expanded into a pre-commercial spyware monitoring application. Auto calculates ideal polling intervals based on number of values being monitored. Enumeration routine uses recursion with collections and arrays, and is very fast. Comparison engine includes adjustable tolerances, and search window reacts dynamically based on new key/value frequency. Added aglorithm that calculates ideal search tolerances based on difference size/array size. Can take a binary image of a registry branch and restore. Auto snapshot and user choice restore values during monitoring cycles. A lot of good code here.. If people vote on this, maybe I'll add a routine that shows you how to snapshot and compare files on your hard drive too.. John

5_2007-2008 #190106
Add trusted site by internet explorer *fixed*

*FIXED* basRegistry.bas wasn't in the zip file bt now it does! *FIXED* This code adds a site to the trusted site(s) of Internet Explorer! This allows the site to open not trusted Axtive X controls and sending strings to the control and call functions of the Active X controls and mutch more... (Don't forget to vote!)

5_2007-2008 #190367
Screenshot Without Using Clipboard Or DIB

Seen many posts using api for printscreen keypress, but what about the info on clipboard? Seen others that copy clipboard to temp var, and set back after, but why waste resources and processing when you can do it the right way? Also seen classes using DIB, wayyy slow. This = best way! =D This uses two tricks that arent very known, so here you go! When using GetDC(0) as our source, we actually capture the screen, and when using picture.image=picture.picture.

5_2007-2008 #192971
String Compare Logical Demo

The code is used to demonstrate the usage of API function StrCmpLogicalW (Shlwapi.dll). It will help you to sort a string array by comparing them logically. The result will sort the result logically, eg, "music9.dat" is lower than "music10.dat".

5_2007-2008 #190764
Adams 30 Day Registration Trial System

This is a secure 30 day trial system which gives users of your program 30 days to try out your program before they can buy using there unique computer ID. This software also comes with Clock-Back detection. I payed someone on Rent-A-Code to make me this. Please leave comments and vote. Thanks.

5_2007-2008 #187799
EWregistrar 1.5 ( Updated )

This is Update to my first submission of EWRegister V.1.0 to PSC. In this version, Registry Clean-up is taken into consideration. The compiled version is further compressed by UPX, this makes really a difference for spped and size. UPX will typically reduce the file size of programs and DLLs by around 50%-70%. One can download this from http://upx.sourceforge.net. After frequent reformatting of my system, I had to search OCX,DLL,TLB,OLB and ActiveX EXE files to re-register by copying them individually to Windows System / System32 directory then run Regsvr32.Exe to register. This is really a tedious job for any programmer. So I decided to make this little utility for finding DLL/OCX/TLB/OLB/ActiveX EXE files in a Drive / Directory, then to register / un-register them. This will create a LOG file in Application directory under \LOG directory if any file is registered / Un-registered ( provided, user presses Report Button ). Frankly speaking, I have designed the User Interface but most of the codes / controls are taken from PSC only. I am grateful to all of those great programmers who have taught me how to write a program by giving their source codes free in PSC or subsequent sites. I will be grateful if I get a feedback on my job ( bugs, must be there ) , so that corrections can be made. Thanks to all of you who have downloaded this, and hope u will Vote for me. Alok Mukherjee EastWood Business Systems E-Mail: [email protected] / [email protected] ############################## ## Credits: ## ############################## CHAMELEON BUTTON 2.0.6 copyright ©2001-2002 by gonchuki e-mail: [email protected] cRegistry, cLogo Steve McMahon from vbAccelerator URL: http://vbaccelerator.com RegisterComponent ( Register ActiveX DLL/EXE/OCX ) Vasudevan S. Helena, MT FindFilesAPI KPD-Team 1999 E-Mail: [email protected] URL: http://www.allapi.net/ UPX The Ultimate Packer for eXecutables Copyright (c) 1996-2004 Markus Oberhumer & Laszlo Molnar http://upx.sourceforge.net Source of Info : http://www.Planet-Source-Code.com/vb/

Languages
Top Categories
Global Discovery