Dial-up Networking

Dial-up Networking demo.Soon it will be updated with RasGetEntryProperties and RasSetEntryProperties API’s.Some parts are not written by me… Original Author: Puskai Zoltan Side Effects I have tested on WinNT only! Attachments File Uploaded Size CODE_UPLOAD30841272000.zip 9/3/2020 3:45:00 PM 18456

Complete Shell Replacement With Systray

A complete shell starter… (minus the desktop Icons working on…) AutoRun might need somework yet it will play Audio CD’s Look for update!!! There is one somewhere here….http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=21288&blnEditFeedback=FALSE&lngWId=1 Original Author: Benj Attachments File Uploaded Size CODE_UPLOAD36292262000.zip 9/3/2020 3:45:00 PM 15197

Hyper-link / mailto

Easily lets you add a link from you VB application or open default email program. Original Author: Ej Jones Inputs textbox Assumptions Follow these instructions and you should have no problems.1. Open new project2. Place two text boxes on the form3. Place two command buttons on form4. Copy and paste code on form Returns Open specific web site, or… Read More »

Password Viewer(Shows the REAL text in a *textbox)

This amazing piece of code actually shows you the real password in those password boxes instead of the ***** you always see! This code uses the mouse as a “revealing glass”(Sorry, I couldn’t find any icons of a magnifying glass to use for the cursor), so that when you move the mouse over a textbox, the password changes… Read More »

DOS Console Application

It creates a real DOS-Console-Window with input and output over the API!!!!! Original Author: Loreno Heer Attachments File Uploaded Size CODE_UPLOAD30651262000.zip 9/3/2020 3:45:00 PM 2041

ADOPageControl

Have you ever wanted data to be returned a page at a time? For example the data you requested returns 200 rows and you want to return them to the user 1 page at a time? Well now you can!PS!! Do not forget to rate this software. This results in more code!! Thanks. Original Author: Barry Pranklin Inputs ConnectString… Read More »

System Time – Accurate to milliseconds

This is an example of how to call GetSystemTimeNote that it is not 1 millisecond accurate. Accordingto Daniel Appleman both Win32 and Hardware determine accuracy.On my machine it was 10 ms. Original Author: Dan Fogelberg Attachments File Uploaded Size CODE_UPLOAD1537.zip 9/3/2020 3:45:00 PM 2701

A keylogger that makes sense

I named it sensible keylogger because the output makes sense. What is the use of Logging Function keys and page up keys and so on. If you want that function check out the earlier keyloggers at PSC(esp CodeUpload1575.zip). My Keylogger is able to distinguish between Capitals and Small Letters. It is able to trap ~!@#$%^&*()_+|”:?>< unlike most others… Read More »

DSN-Less Connection

This code allows you to connect to a SQL Server database without creating an ODBC Connection. Original Author: Deathmoon Assumptions For this code to execute correctly you must have SQL Server. You must also make a reference to Microsoft ActiveX Object Library 2.1. Attachments File Uploaded Size CODE_UPLOAD30381242000.zip 9/3/2020 3:45:00 PM 2624

Interpolation Antialisa Bicubic Resizing Algorithm

Interpolation Antialisa Bicubic Resizing AlgorithmProduces close to the same effect LoadImage(..)API, which was resizing an Image to a greater height/width, and antialising it! Original Author: Cory Ului Assumptions I don’t explain things very well.Oh, and I don’t spell correctly most times! Returns Returns a new antialised Image! Attachments File Uploaded Size CODE_UPLOAD56745102000.zip 9/3/2020 3:45:00 PM 5419