Advertisement

Results for "Volume: 2002C"

2002C #13343
WINDOWS XP THEME STYLE BUTTONS ETC!! UPGRADE CONTROLS!

THIS CODE WILL ONLY UPGRADE CONTROLS IN WINDOWS XP, tho it wont cause any errors etc in other OSs..... ever wanted ur controls to look like the ones in windows XP, but didnt know how? simple... this program is completely self contained... NO EXTRA DLLs, OCXs ETC ARE NEEDED! PROGRAM CREATES THE THEME RESOURCE (manifest) IF IT DOESNT EXIST! look at the screenshot! by: tHe_cLeanER, enjoy!

2002C #13587
slate blue v0.0.30 - nullsoft install system gui

instead of editing nsis scripts manually, use slate blue to graphically create them. this code needs the treeview control found at vbaccelerator.com. even if you dont download the code to make nsis scripts, this source code is a great example of the following: string/file parsing clean interface use of controls file i/o you will need nsis (nullsoft.com) to execute scripts, since PSC doesn't allow .exe's to be uploaded. please vote, i've worked extremely hard on this code.

2002C #15240
Keyascii

Know the ascii code of any pressed key on your keyboard. Helpfull for "TEXT(n)_KeyPress" event.

2002C #14898
Capture Video from you Webcam (the best)

Capture motion or still images from your webcam to clipboard / file! Does not use any extra .dll's or .ocx's! I DID NOT WRITE THIS CODE Author: E. J. Bantz Jr. But its real good so I thought i'd share it!

2002C #15200
Picture Archive

The Picure Archive read and store information of pictures on CD. Show and store thumbnails, enable picture searching by description or keywords.

2002C #13679
ShortestCode for Label tricks and other controls

Got the shortest Label Trick, this can also be done on other controls.

2002C #10989
Browse For Folder remembers last path

*** This is an update, thanks to Ken Zeleny. This should now work on 2000 and Xp. This code is an informational code only item. I was searching for a way to have shBrowseForFolder remember the last path selected by the user. I found the way to do this through some MS links. The commenting is not complete and for this I do apologize. Hope this helps people.

2002C #12082
Text To Picture Encryption

This prgram Encrypts text to a picture. As you may notice its hard to see that picture box has anything but black.But it does if you zoom in.also each pixel in the picturebox holds 3 letters saving you alot of room your private letters on your computer are no longer able to be seen because everyone knows that ifmmp is hello so now you have a picture instead.Very Complex. Easy to understand.Highly commented.Easily made more complex.Check It Out.And PLEASE leave Comments and Vote. Please Vote for this source code. NOW UPDATED http://www.planetsourcecode.com/xq/ASP/txtCodeId.28531/lngWId.1/qx/vb/scripts/ShowCode.htm

2002C #15215
DirectX8 VB Example (Class V1.1!)

V1.1 Now! i have fixed Auto ScreenMode Selection. My V1.0 DX8 Class Module is now finished :) ! Here is a nice (i think) example, what u can do with it. There not really all functions i could implement, but with this Version u can start play around with DX8 and my Class :). Modify it as u like - it contains : Auto Screen Mode Detect, Light, Texture, Custom Meshes, Transforms, Background, MousePointer ... Sorry for the less Comments in Code, but havent got much time to write a nice Doc. have fun ... PS: if u Vote for me, the functions will be more in next Version (and a Doc maybe) :P (if something not working, plz leave a message)

2002C #15198
A___Ultimate Registry Class

Read AND Write to REG_DWORD, REG_SZ, REG_BINARY, REG_EXPAND_SZ, REG_MULTI_SZ Enumerate Registry Keys (Example to Listbox) Enumerate Registry Values (Example to Listview) Delete Key Values Delete Keys Create Registry Keys Expand REG_EXPAND_SZ to environment variable ** Update 11/6/01 ** * Read/Write to Remote Machine's Registry !! * Bug Fix Added Error extra error code check in Read routines * Changed Name of project to put higher in list It's a somewhat Shady thing, but I believe that my code is the most complete out there. Included sample application shows how to use each function. Code is fully commented and easy to use. Vote if you like.

2002C #13385
FormShaper

Shape windows using any picture. Generates region data faster than any other program I've seen (4 seconds as opposed to 40 for the included test.bmp) Precompile region data beforehand using the UI, save it as a file, or put it in the resource. Use the cRegion class to apply it at runtime. Use a bmp to generate region data ahead of time, but use a JPEG in the actual program to save space. Notes: The UI uses my personal versions of VBAccelerator's cCommonDialog and cRegistry classes, as well as my own cMRU and modError, all included in this package. Mel Grubb II CyberHaus

2002C #15231
Color Adjustment/Scaling/Effects - Fastest on PSC!

Demonstrates performing dozens of graphical effects using the high-speed Fury2 Graphics Engine.

2002C #15249
App Spy (my version)

This is a combination of three programs found here on PSC. It enumerates active programs and their windows. I left in the original Startup programs list. I did add a few extras of my own, although, it is mostly based upon App Spy by some bloke. The orginal App Spy was here last month but not any more so I do not know who to give credit to...

2002C #9415
Dynamic JPG Compressor

Converts BMP to JPG 'on the fly' and lets you view the result on-screen. Source code for the DLL included.

2002C #14558
XPerimental Downloader

Thanks for checking out my downloader. It includes resume support for HTTP & FTP. With redirectional and username/password functionality. I'm releasing this as opensource because there are very few (actually none that I could find) programs like this which aren't either massivly bloated or buggy. I hope this changes all that :) Thanks to vbip.com which with many of its tips helped me through, as well as many pieces of source on PSC. This makes use of the Windows XP interface while still being compatible with Windows 95,98,ME,NT4,2000! Please vote and leave your comments, thanks!

2002C #15251
Language Packs

The idea of this code is to provide a _good_ language packs engine and format for VB applications.

2002C #13167
EliteSpy+ (with Code Generator)

EliteSpy+ is program for spying windows. You can spy any window and you can manipulate them using the command buttons in Program. You can minimize, maximize, terminate, enable, disable, flash, put on top, etc. This program also contains a code generator which you can use to generate code which will manipulate with the specified window. There is also a list of running process. You can also terminate any process you want. And please vote for this program if you like it!

2002C #14809
FastHTML/XML Highlight

Highlights HTML and XML properly You can Highlight all text or just selected text and highlights syntax as you type. Will parse standard size files 10-60k instantly 500k files in about 6 seconds. Now you can easily change the colors thanks to M.Bartlema A much faster version is on the way! By the way, If you are wondering why this highlighter is so much faster and supports syntax better than most post here the answer is Regular Expressions. M.Bartlema was able to speed his code up 3 times by replacing a single VBReplace with a regExp. His code is currently faster than mine by the way. We hope to post a regExp tutorial in the near future that will blow your minds in two ways. 1. A single regExp can replace a lot of code 2. They scream!!! A small example? ok this regEx replace highlights all HTML tags one color. tmpstr = ReplaceText("(]+>)", "\plain\f2\fs17\cf1 $1\plain\f2\fs17\cf0 ", tmpstr) Of course this assumes that you have a color table in the rtf with 2 colors. Any other way is a waste of time - literally!

2002C #12105
Crazy Mirrors

Crazy Mirrors by Robert Rayment. See Screen shot. This is very straighforward and I've left the interface simple so, if you have a mind to, you can easily add some crazy mirrors of your own, Or add your own save bmp if you want. A couple of bitmaps are included which is why the Zip file is 102 kb.

2002C #13058
CS Email Monitor - Light v.1.0

This will check a pop3 email account for any email. It runs in the systray and all settings can be saved. This is pretty handy at times. See Pic. Not much to this the pro version will have a LOT more options.

Languages
Top Categories
Global Discovery