Advertisement

Results for "Volume: 2002C"

2002C #14091
Awesome Logger

This logger has the same functions as most other keyloggers that u get off planetsourcecode but it has a few more useful functions like : · Take A Screenshot Every so many minutes · Log anything the victim does in Hotmail and MSN into its own window (ie. Passwords, or MSN Instant Messages) · This Logger runs in the background and is un-noticeable to the victim. · You can set the logger to pop up a message box every so many minutes · It is disguised as mirc (ie. mIRC password box pops up on startup. If you type runmirc, mirc will run. If you type runlogger, the logger will run) There is probably more stuff, i just don't remember right now.

2002C #12944
Crystal Report Example

To show the ease of adding any Crystal Report to your VB application

2002C #13271
Adding a Horizontal ScrollBar to a ListBox

Just a simple code snippet that teaches users how to add that illusive Horizontal ScrollBar to a Listbox Control or any other control, for that matter.

2002C #14157
Space Quest v1.0

The following code demonstrates bitblt and colission detection concepts into a game.

2002C #12728
Matrix Type 3

For those of you that have checked out my other attempt at Matrix style text, this is the new version 3. The code has been optimized, while still not using any API calls or advanced functions. I'm trying to push the speed of the algorithm as much as I can using only "core" VB code. If anyone has any suggestions on how to make it any faster, please leave a comment! And don't forget to vote if you like what you see!

2002C #14158
Retrieve Excel Cell Values Easily

Retrieves Excel spreadsheet cell information based on a set of parameters sent to the function. It then sets the value of the variable assigned when retrieveing the information.

2002C #12434
RegSvr32 for Windows

Register/Unregister OCX/DLL Files without RegSvr32.exe, done entirely through API !!!

2002C #11286
bsOctControls v3

I've spent hours making this the most flexible 8-sided control in PSC today. You can now change the colour of the borders, have different border styles, use bitmaps for the backgrounds of the control and align the text to the left, right or middle. You can also align icons in the bsOctButton! Support for this control, as I have spent a while on it, would be greatly appreciated. A vote would be too.

2002C #14151
Video Draw Poker

A completed application. Code is released by rd-soft.com to demonstrate how to develop a draw poker game. All rules of the game are included in the code, including the ranking of the hands. Deck of cards are shuffled after the completion of each play. Hold and discard cards. This code requires the VBCards.ocx, which I found here at PSC. If you find this code of use, please vote (every vote counts). File updated to include the help file and about dialog box.

2002C #10291
SHOW DATE TIME CALENDAR DIALOG - HOOKED API ONLY

FINALLY A FUNCTION THAT EVERONE CAN USE - Microsoft should have thought of this. This is a DATE/TIME calendar dialog that is created using only native Windows API. (See ScreenShot) NO FORM NEEDED! It is used / called like any normal function. EXAMPLE: MyText = ShowDate() This will show the Date/Time Calendar and allow the user to select a date/time from a calendar / clock. You can also supply a 'default' date for the calendar to start at. This is my first attempt at hooking with VB and researched all of the requirements online at the MSDN libraries. Vote if you are so inclined. I would appreciate any comments or suggestions. *AMPM bug fixed *sorry* ENJOY

2002C #9462
Calculate Sin(x), e^(x) , and Pi

This code allows you to calculate Sin(x), e^(x), and Pi without using any of the built-in VB functions

2002C #13916
Debug.Print...from an Exe

Everyone knows how useful Debug.Print can be when debugging a program in the run time environment...but why not make these debug comments available from an executable. Simply replace Debug.Print with the following, and then when your application is running as an executable you can use a debugger (such as DBMON.EXE, downloadable form MSDN) to see the debug comments as they occur:

2002C #13386
Don't trust Int

The Int function can return incorrect results. Don't use it directly, but instead wrap it in your own function to make the problems disappear.

2002C #14141
SP Manager

This copies, renames or deletes stored procedures on an SQL server. Also the ability to copy procedures cross database, or even cross server. This thingy is way easier and faster then the import/export wizard.

2002C #10746
Add Debug.Print to your app easy

The Debug.Print is most important as long as your program runs! If there is something wrong, error/problem, the user can always report to you what he did, by showing you the debugtext. BUT when it's compiled the user of your app. can't see the Debug.Print window!!! The thing I add (always) into my program is showed beneeth here following (simple but efficient):

2002C #8785
AutoUP

Auto upload multiple files to FTP Server

2002C #13985
Verizon SMS

Demonstrates using POST method for jsp servlet page. Allows user to send SMS text messages to Verizon customers' cell phone. You can actually do more from the online form i.e. track messages, and add your email as an identity. This code simply passes up all the extras and gets a simple text message to the recipient's phone. I'll try to add a little more of the online form's functionality as I learn more about how it works. Enjoy...CQVB!

2002C #12582
_*Trojen scanner*_

So you think you can hide a compiled exe trojen in a vb source file. Ie frm, vbx, res etc... WELL YOUR WRONG! This little program will detect trojens renamed as vb files. I don't think this needs a vote but I thought it might be a good iead to allow you to have this so you can scan your downloads before running. But if you vote, then please do and leave a comment.

2002C #12029
Mailto Command

Easy way to create a new email with Subject,Body and Attachment, using the default email program!!!

2002C #13917
ApiClipboard

Allows you to copy the content of the clipboard to one side, and then restore it at a later time. Useful if you want to swap things in and out of the system clipboard programatically.

Languages
Top Categories
Global Discovery