Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #192101
The Archangel

First of all let me explain you what is The Archangel. It is a program that it's main target is to achieve safe communication betwwen 2 computers by encrypting the conversation through a variety of algorithms... It works either as a server or as a client. It has a quite simple interface for beginners. Please vote. Thanks in advance

5_2007-2008 #183020
Extending VBScript

Did you ever sad that vbscript is simply not enough for your needs. Here it is how to extend it.

5_2007-2008 #189656
advanced form skin + Transparent w/o resource graphics.

This control does not need any user input. All the user has to do is drag and drop it onto a form and your done. This control does NOT contain any graphics at all, all pictures are drawn from lines and PSET. Many lines of code but all very easy to understand. This control allows you to resize, minumize, maximize/restore, and close the form. It also reads the forms icon and caption and displays it. Also the HotPink areas do become transparent to make this form a little more appealing. I plan on addins some animation and better buttons to this project. please help me make this better.

5_2007-2008 #188614
Msgbox Gen

YAMM! (yet another msgbox maker) before you snort in disgust, take a look! Ability to use every available feature of the msbox function, can do inputbox, or msgbox sub or msgbox function. Auto replaces quotes with Chr(34) and has ability to auto add linebreaks (by using the pipe symbol). Calculates your selections on the fly into a single number for the image and button options. Has complete testing button of all functions. Even shows you the results of your code! Now that your sold, download the last msgbox maker you'll ever need...

5_2007-2008 #187089
Folder Flooder

REWRITTEN DESCRIPTION: For educational purposes only. This program I've written is like a virus, but it does no damage to the files, boot sectors, or the hard drive, etc., hense it's safe. There is no form in this project since it wasn't needed. So Sub Main() in the module will automatically be called. People in PSC is calling this program a "waste" when it is not. You can learn a lot from it. Like basic VBScripting, error handling, reading and writing to the registry, finding out what drives exist on the computer, recursing all directories in an array, hiding directories/files, etc. I have no intention of creating havok and destroying files, operating systems, etc. I just wanted viral like code, only it simply folder floods. And folders do no damage what so ever. The only thing annoying about it is deleting them by hand. I'm going to tone down the code a little bit to make it cleaner to use in this site. And please, don't flame me anymore. I uploaded this program for others to learn from it, not to get chewed out.

5_2007-2008 #189333
Banks Transactions Management System

Do you want to make a WIZARD-LIKE application? see this appliaction. i like to work on GUI more than programming. its for my dad, he makes alot of transactions in banks. and he needed something that can help him do that. Manage bank accounts' balances and transactions. I included this prog here because i really used a very complicated GUI, the easiest way to use by users. its like the wizard of windows with backs and nexts you know. there's alot of good tricks there. Now, i am not after any votes or anything I just wouls lke you to tell me what do you think because its my first program in VB. NOTE: tell me if you see a missing file or dll or anything. :) because i devloped this prog 3 months ago. i copied some codes from the internet also.Username & password are guest:guest or Admin:Admin

5_2007-2008 #192092
Simulated 3D Progressbar

This code allows you to implement a 3D Progressbar in your form without the use of a OCX

5_2007-2008 #191962
[ DTS ] (Data Transformation Service) Search Tool

Search strings in DTS (Data Transformation Services) in SQL SErver. Microsoft don't provide such tool. Allows, for instance, find what task/package contains certain table or field. Accepts a table name, field name or any text and returns the packages/tasks where the text is. This code is usefull when you have lots of DTS packages that perform changes on tables that exist in the various database. Where is that table ??? Find with this tool. Uses SQlDMO.

5_2007-2008 #188740
POP_MAIL v2.0

This program checks your pop mail. It downloads all your email, parses every message, gets all the useful info and displays it all in either html or text according to the content type. Also handles multiple attachments per email. If the code is lacking it should be easily modified.

5_2007-2008 #184953
Animated Gif Buttons

Use Animated Gif as buttons with just a few lines of code, no ocx or dlls. VERY SIMPLE.

5_2007-2008 #188322
HTML Image Mapper!! Every web developer should have 1!!

Very user-friendly util. Makes a CUSTOM AREA of an image, in a HTML page, to link to a destination and not the whole rectangular shape of the image as usual. Includes preview button! The area can be either a circle, rectangle or polygon. Enjoy & PLZ vote!!

5_2007-2008 #185421
Attack Tool Kit 2.0

The acronym ATK stands for Attack Tool Kit. It was first developed to provide a very small and handy tool for Windows to realize simple security checks. But more and more the utility grows and allows in the meanwhile to do full security audits as like other vulnerability scanners are able to do (e.g. Nessus or ISS Internet Scanner). But this is not the main goal of the tool. The primary task is to allow small and fast checks for dedicated vulnerabilities. The special thing about ATK is that the tool is able to do the work without great interaction. But there is also always the possibility to vary and change the behaviour of the software. This concern the plugins, checking, enumeration and reporting. The user is not dependent of the ideas of the developers - If needed because of the modularity nearly every change can be done within a few seconds. ATK is absolutely free to use and distribute. The software is written in Visual Basic and underlies the General Public License (GPL). The official project web site can be found at http://www.computec.ch/projekte/atk/

5_2007-2008 #184712
PSC Express Login SE (Updated)

PSC Express Login SE holds the users login & password. As well as launching default browser & logs the user into any desired code section of PSC automatically. I got sick of constantly getting logged out of PSC, so I created PSC Express Login. It makes logging in a breeze & uploading code a piece of cake. You can also download my Internet Explorer Toolbar Integrator here on PSC & itegrate this right into your browsers toolbar. This is the last one I'm going to build so folks please remember to vote if you find this program useful.

5_2007-2008 #191910
VB Metronome

A metronome (used in music for keeping time) written in Visual Basic, using one API call. Assumes that you have a working sound card, or other method for playing a sound. Theoretically, it can support any BPM setting, but realistically, I set the limits to 31-500 BPM. Also includes Cut Time, allowing for the beat to be twice as fast. WARNING : DO NOT DELETE THE INCLUDED WAV FILES. THE PROGRAM NEEDS THEM!

5_2007-2008 #187145
Semi VB Decompiler 0.03

Release 0.03 Added Ocx Support Added P-Code procedure decompile to P-Code tokens. Added Image Extraction Added Better Handling of Control properties. Added Form Patch Editor Added Syntax Coloring. Better support of User Controls/And MDI Forms. Api's Recovered Procedure Names recovered for Forms and classes. Resizing of the windows added. Numerous Bug fixes and other things added. Begun work on a basic antidecompiler. Features Advanced decompiling using COM via VB6.OLB Using COM allows me not to have to hard code every single property The only properties that need to be hardcoded is the size, font, and dataformat opcodes. One day I hope to use msvbvm60.dll instead of vb6.olb so nothing will have to be hardcoded. This is the best Open Source VB Decompiler you can find. Show your support and leave comments and vote.

5_2007-2008 #187444
A 3D Engine v7, Fly Around Demo

Learn how to create your own 3D graphics library without using OpenGL or DirectX, just pure VB code. Watch the scripted introduction complete with sound track! Walk or Fly around a 3D environment in a similar style to popular 1st person shooting games like Quake, Unreal Tournament and FarCry. Use a combination of the keys and mouse to look around just like you would in the professional games. The core 3D programming and is very stable; it won't change too much in the future, so this would be a good project to get familiar with. Comments are everywhere. If this 3D application is too complex for you, look up my previous work, especially "A 3D Lesson v2, Very Simple". If you have a SoundBlaster Live! card, make sure you turn on some Reverb to fully appreciate the soundtrack!

5_2007-2008 #187683
clsRandomObject

This class simulates several common random objects (coins/dice/cards) and provides the ability to extract either a single member of a random range or an array containing a shuffled array of the full range of the object. Also supports random letters, vowels & consonents(standard English only), numerals(0-9), RndWords or user created ranges. Please let me know if you extend the letters to cope with other languages.

5_2007-2008 #184211
External App as VB Form Child

Of late I have been doing quite a bit of Office automation. I thought it look quite tacky the fact that the Office application loaded outside the main app. The following shows how to make MS Word a child of your VB App. (this will work for any application) This has been place on PSC just for others whom may not know the technique to see how simple it is. Hope you enjoy it and please leave any comments positive or negative.

5_2007-2008 #190499
Excel Program-Msflexgrid Preview (ver. 4)

I think This code is the best code for me,It is something like Excel Application,you can Print/Save/Open change the color of cell and writing and also the font. I have spend alot of time in this project to put many Functions of Excel Sheet and i hope it admire you. If my Code admire you,please Vote me,this will Support me much.Thanks alot for your Help and advice.

5_2007-2008 #192044
Magic Button

This is my first submission to PSC. Yes it is another Button ActiveX, but this one has predefined shapes (ellipse, polygon, star, pie, arrow, arrowhead, slant box...) you can also design your own shape (mask). Background can be plain, textured, gradient or transparent. Text can be rotated (even non true type font). You can add picture. But the major difference compared to the other buttons you can currently find, is that the lightning and shadows and computed in real time. Just download it and play with it. Please leave comments with bug report and new ideas. If you want to vote for this piece of code, just do it.

Languages
Top Categories
Global Discovery