Advertisement

Results for "Category: Miscellaneous"

2002ASP #1040
Example of how to auto scroll

Teaches you how to auto-scroll a richtextbox, but it accounts for the vertical scrollbar. If the user has the scrollbar moved up, or at the top, it does not scroll down and stay at the bottom. This is very usefull for logging windows or chat windows. There is no code to do this on PSC. I would like to thank BillSoo from www.visualbasicforum.com for his help in solving this. He gave me the initial code and sent me in the right direction. After fixing it, here it is for everyone to use. This is just a little demo, the timer runs every second adding a line to the box, just watch it go and then play with the scrollbar, it only scrolls down if its already at the bottom.

2002ASP #1085
A Better Key Logger - IMPROVED

Thanks for Keeping my KeyLoggers the highest Rated on PSC. I really appreciate your feedback. My latest version uses a GLOBAL Keyboard Hook that was written in Visual C++, NO MORE TIMERS!!!. It have uploaded a complete program that shows how to use a simple Class Module as well. You can put this program into Stealth Mode or Visible Mode. In Stealth Mode, it will write the results to a file and can be returned to visible mode by typing **END** I only included letters & numbers, but it can easily be modified to include anything, including backspaces, see my remove a last character from a string if you need help. You need to provide a Reference path to a .DLL file. For unknown computers, c:\windows is usually ok.

2002ASP #1089
Best Keylogger on PLANET-SOURCE-CODE

I have been hearing requests for people begging someone to get a keylogger which records logged keys when the form is not focuesed. well here is the code which takes any keys pressed and puts it into a textbox even when the form is not given the focus!!

2002ASP #1105
VB Snow Screen Saver Version!

This is an exclusive, screen saver version of the VB Snow program! I have been testing it as my default screen saver for a couple days now, and it works great! There is no config screen for it, but it works just like a normal screen saver should! I added full screen support (640x480), real time rotating snowflakes (done with calculations, not different pictures, real-time mask generation, and all sorts of nifty stuff! I fixed the full screen support to work much better, and added in multiple background support! You can add your own backgrounds in, just edit the backgrnd.dat file! Make sure they are 640x480 also, or it doesn't work well. This new version also adds in support to make this program work as a screen saver! You can right click the .SCR file included in this zip, hit Install, and it works just like a normal screen saver! (Minus the password protection)

2002ASP #1109
Crash your Computer with 1 Line of code

this is a simple way of crashing your windows -computer using the rundll ...

2002ASP #1123
Printing to a dot-matrix line printer.

I've been asked several times how to print 1 line at-a-time to a dot-matrix line printer. The existing VB print daemon does the buffer thing and only supports page printing to an inkjet/laser printer. Here is the link I found at Microsoft that explains how to print 1 line at a time. http://support.microsoft.com/support/kb/articles/Q175/0/83.asp? Go to the website and cut/paste the code.

2002ASP #1141
TreeView explanation

This code gives an explanation of how to use the TreeView control

2002ASP #1145
Create Custom Textbox Popup Menus

This code allows you to display your own pop up menus when the user right clicks a text box

2002ASP #1178
Cool Desktop Thingies

You can hide/show things You can open/close cd drive (this one works!) and you can change the mouse cursor

2002ASP #1180
Size a form exactly!

Sizes a form to an exact size. Ever tried to size a form to say. 320 by 240 like this Me.Width = 320 * Screen.TwipsPerPixelX Me.Height = 240 * Screen.TwipsPerPixelY But you want the border and title bar at the same time. And it doesn't look right at all. Heres your answer! (I dunno if anyone has done this before if they have. cool.) I made this years ago, but didn't know of Planet-Source-Code then.

2002ASP #1181
A Particle's Tale.

Trying to make Fairy Dust, With Particles, it runs good and fast on this comp. (Note: May Freeze). I don't usualy ask for feedback, but it sounds nice so I'll apprecate any. (I'll reply soon as possible. IF NEEDED). Yup, this time it's all commented! (I usualy don't comment/REM the code I make... but I did this time)

2002ASP #1182
Interpolation Antialisa Bicubic Resizing Algorithm

Interpolation Antialisa Bicubic Resizing Algorithm Produces close to the same effect LoadImage(..)API, which was resizing an Image to a greater height/width, and antialising it!

2002ASP #1184
E.R.C - External Resource Compiler

Compiles External Resource Files. Lets say u have 10 files in a external resource file. You want to extract just one, ezy. Soon I will add a peice of code that lets u extract it to memory rather then to a new file/then to memory. but I'm reaaaal busy, so it will be a while. (you probably' can figure it out. but still :) ....) I was in such a rush, theres alittle I have to had. Check back in awhile. (I am busy it takes along "while"). I dunno even if it works. Justkidding, sure it works. But it was rushed. There is no comments in this sorry. But I may add them.

2002ASP #1192
EASY HTML EMBEDDED IN .EXE

Really easy code and simple way of using an embedded .html file in a .exe. The code for the .html is stored in multiple strings, which are loaded and combined, then saved to a temp folder. Then the webbrowser opens the temp file for viewing. When program unloads the temp file is deleted. Please vote if you like it! Thanks.

2002ASP #1197
Move control's at runtime!

Really great code for MOVING CONTROLS AT RUNTIME. This means that the client can customize the interface of your program at runtime. Really nice touch to your program. If you like it and think it is useful, vote for it, if not, email me at a_shimoon@hotmail.com and give me some constructive critisism! Thank you =) Armen Shimoon

2002ASP #1198
Move controls at runtime - new version 0.2

An update to my code on how to move controls at runtime. With version 0.2, the program saves all the settings to the registry, so that the next time a user opens the application, the settings will be restored. PLEASE VOTE IF YOU LIKE IT Armen Shimoon

2002ASP #1252
A Time Diff Function

This is two functions with example of how to get the difference between two times by hour and min. Code is pretty good to keep a running time of how long you've been doing something without the major offset that timers give. There are some drawbacks to this code, since it is only a small example, you probably can't check anything past 11 hrs and 59 min. Anyway, I hope this inspires some better Ideas. Enjoy the code.

2002ASP #1261
Brute force password Hacker

Crack or hack any zip.exe's or .zip .doc ,exe any login screens using brute force. Just try it!!.

2002ASP #1264
LongToRGB

Converts Long values (used by getpixel and other low level color functions) into RGB values that you can use. Useful if you want to manually remap an image or make some kind of color effect.

2002ASP #1269
bruteforce password cracker

This program essentially sends in a sequence of keys to the currently active window. So load your host program and this bruteforce cracker and you could soon be in. For Eg. If you have forgotten your WinZip password let this program repeatedly put in numerous passwords from a dictionary file or just a sequence of numbers to let you into the program

Languages
Top Categories
Global Discovery