Advertisement

Results for "Volume: 2002C"

2002C #13437
Multi-Level Security Access (ADO version Updated):

Need Part 11 compliance then you will need multi-level password security with passwords that expire. This sample application will show you how to this to your applications. All you need to do is copy 2 forms, a class module and a module to your application (see below) and you are ready to go. It was written to use an Access database (ADO). You set up the access rights, add users, and assign these rights to the users. New users, by default, are assigned the password of password, which they must change the first time they try to log-in. A user can change their password anytime they choose as long as they know what their assigned password is. The security file (security.pwd) can be renamed to anything you like and is password protected. You can assign a unique application ID to insure that the security file can only be used with that application. If you are connected to a network, the application will display your network log-in ID automatically in the Log-in ID text box. The passwords can be set to expire after a user-defined number of days.

2002C #14966
Alpha Channel

A simple alpha channel. x% Transparent. See ScreenShot!

2002C #13294
RPG Tutorial #3:::Speech

This is the #3 tutorial for a RPG that i am making, it contains advanced speech like in fallout,baldurs gate ... Unlimited number of choices to reply to what the NPC said.The map has 3 NPC-s and they all 'talk'. One of the NPC explains how the code functions!!!!Ph and by the way,please vote this time and give me some feedback no mater if they were good or bad :))))

2002C #9279
VB Frogger v1.0

This is a full clone of the classic Frogger, now with nice graphics, a level editor, sounds, and more! Take a break from your day and enjoy this nice game! (O:

2002C #15022
SMTP email Sender

Send Emails from any email address useing the winsock control. very well commented and easy to use GUI. this is my first submission to PSC and i only hope this code helps you all and is at the highest standard.. Please leave feedback and tell me your thoughts and suggestions.. :) cheers.

2002C #12307
MUD Client

It was originally made for to go with the BeMUD program posted a little while back. I finally got back from school long enough to post this. I made it several months ago but it seems to still be working just fine. Probably one of my better pieces of work as a beginner. =P I thought about it and realized I should note that I am not the author of BeMUD. I asked the author of BeMUD (back while he was making it) if he wanted my help, he told me to make this.

2002C #14412
CAM

You may use CAM (Cellular Automata Machine) to learn how to make A cellular automata software. It includes the famous Life Conway and optionally you may use several more rules. You may add your own rules if you change the code.

2002C #14842
Screen Saver with **Demo** (in Display Properties Dialog)

This is a Screen Saver whose thumbnail appears in the Display Settings' Monitor (See the Screen Shot). First time in PSC!! Please Vote/Comment on this code. Thanks.

2002C #10801
Arrays and Loops for beginners

This tutorial is a guide to arrays. It goes through Multidimensional arrays, control arrays, standard variable arrays, using loops with arrays and standard loops. Quite big tutorial, 3000 words, includes examples and example vb projects.

2002C #14895
One2One Chat & File transfer

One2One Network Chat with Winsock File Transfers One small program that is great for chatting and sending files other a network, everything is explained on the screenshot Demonstrates how to use lots of things and includes a few nice .bas files to use such as easy system tray usage please vote.

2002C #15031
Sanx's MUD Client

Connects to MUDs, MUSHs, MUCKs, MOOs and any other talkers. Supports ANSI colour, triggers, colour highlighting, macros and includes various display options and a note-writer too. It represents about 9 months work, all in all, and any and all comments are greatly appreciated.

2002C #15026
Sanx's Port Scanner

Scans a range of TCP/IP ports on any given address and attempts to retrieve the header info from that port (if sent). Sends syntactically correct queries to port 80, and also tests FTP ports for anonymous uploads and SMTP ports for open relay functionality.

2002C #15027
Drive Cleaner

Pretty basic application that scans selected drives for temporary files, or files that are generally of a temporary nature - and then deletes them.

2002C #14896
g-Hack Pro - remote admin tool

see screenshot for all features and details! use at own risk do not connect to a server unless you have permission from the owner of that computer! lots of features and very easy to use! great layout

2002C #14891
Password Protected Encryption

Password protect files or text with this encryption program that will not unscamble the text unless the same password is given! Details in sreenshot.

2002C #13179
Occupied Space concept used to allocate 100 labels randomly w/o overlapping (no API)

Populates form area with labels, using the 'unoccupied space' concept, instead of intersection. Any added item, while populating the screen, takes a cell from the 'unoccupied space', resulting in a much faster process than intersection. Nice to see. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ idea proposed by Gunnar g68_se@yahoo.se, SECOND EMAIL: Pietro, one more thing: What i really, originally was thinking, was to be able to 1. Press a button, and choose a number to allocate, let's say 20 labels, then 2. Press the button again if one likes, and chose another number to allocate, let's say 12. .. .. 3. Press (any) more times, until the MaxObjectIndex is reached (or, when it's not possible to allocate more without collision). And then the question (from my earlier mail) would come (yes/no/cancel). The program would know from the first time, where to find the "unoccupied space". I guess this would take some kind of storing the occupied spaces or something if i should be able to use the code, it has to be done with (invisible) objects placed at design-time (100), not loaded :) I wish you many votes at PSC, i know you got mine ! /Gunnar. FIRST EMAIL WAS (which originated my post: How to allocate HUNDREDS rectangles (labels, images...) without overlapping, no API!): Hello Pietro ! I was studying your excellent code-example of the rectangle-Intersections. I got inspired by it, and i have a problem in my application, but i do not know how to code it, i was thinking maybe you could help me. * I have an array of labels * I also have a function to place the labels out randomly over the screen Private sub Place_Labels Dim lIndex As Long Randomize timer For lIndex = 0 To cmd.Count - 1 cmd(lIndex).Move (Rnd * (ScaleWidth - cmd(lIndex).Width)), (Rnd * (ScaleHeight - cmd(lIndex).Height)) Next End sub This procedure sometimes places the labels "on top of eachother". 1) I would like to add some code to prevent collisions, so that every labels is placed on a separate position. Maybe your code could help me here, but i do not really know how to do this, i think i'd have to go through all of my labels, and check if there is already a label placed there, but i have no idea of how to code this. Can you help me ? thanks in advance ! Best regards from sweden, Gunnar. ++++++++++++++++++++++++++++++++++++++++++++++++++ This program has been written down in Visual Basic 6. I hope yow like the effort, have fun :)

2002C #13535
Text in a Picture Encoder

Ok I've seen a few of these posted, and decided to post mine because out of the ones I've tested, mine has been the most space efficient and I think the fastest. It will work with picture files of any size, as long as its big enough to hold the text, once encoded the picture is exactly the same size as before, and even on plain white pictures the difference is barely noticable. I also included the ability to encrypt the text before encoding, althought the algorithm is very basic it would help hide the track of text being there. The program works by using the last 2 bits of each byte in the picture, which is enough to ensure good ratio of text file size to picture size, but little enough to not make much difference to the image. In the comments I talk about the 1st and 2nd bits, these are numbered from the right, so the 1st bit is the right-most bit etc. This is all my own work, so please vote!

2002C #15032
Key Logger, Takes Screenshots!

This program logs all keys into a text file. Then it takes a screen shot every so often, the time is set by the user. Does not show in Ctrl-Alt-Delete menu. To make it show press F12, that can be disabled easily though, then you would have to connect to the program on a certain port to make it appear/dissapear/shutdown

2002C #14335
Having fun with Drag n Drop

This code demostrates several things you can do with Drag and Drop.

2002C #15028
Code Red Monitor

Monitors for Code Red activity. This app opens up a socket on port 80 and logs all machines making spurious calls to that port. Install on a machine on the network not normally used as a web-server, and leave. If you have Code Red inside your network, this should pick up which machines have it.

Languages
Top Categories
Global Discovery