Category Archives: Microsoft

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

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

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 »

demoproject.vbp

The project has two forms. Both displays charts using mschart control for adata from access table. One form displays a chart(2D BAR) for the first record of the table.The second form displays a chart(2D BAR) for a set of records.1.Both the charts displays legends.2.Both the charts displays titles for X and Y axis.3.Both the charts accepts a title… Read More »

Cool Desktop Thingies

You can hide/show thingsYou can open/close cd drive (this one works!)and you can change the mouse cursor Original Author: Christophe De Coninck Attachments File Uploaded Size CODE_UPLOAD1522.zip 9/3/2020 3:45:00 PM 17833

Allow users to resize your controls

This simple API call with less than 10 lines allows your users to resize your controls just like in the design mode. The sample code provided here demonstrates left and right resizing on a control. You can further enhance it to allow top bottom, top-right, top-left resizing, and etc. This code was originally from Fran Pregernik, Zagreb, Croatia.… Read More »

Access97

**** Access97 Descripton Program !! **** Original Author: Look Spy Attachments File Uploaded Size CODE_UPLOAD34612182000.zip 9/3/2020 3:45:00 PM 3762

ASTEROIDS

ASTEROIDS!!!, pretty big project, full game. Well i finally fixed the annoying bugs and added a few new features. I also shaved the graphics files out of the zip file since they are contained in the frx. I also have the compiled version available at my website in a distributable format, i.e. setup proggy. anyway, enjoy. Original Author: John… Read More »

CFTPLink

This is a class that provides a simple interface for FTP uploading functionality. It is based on code submitted by Philipp ‘Schlaubi’ Stern and Kristian Trenskow. The code can be easily extended to provide other FTP functionality. Also included is an example of how to use it. Original Author: Gary Ong Inputs At a minimum set the Server, username… Read More »

CMHTML

This class demonstrates how to send MHTML email. It has a very simple interface which allows you to send HTML formatted email with 2 method calls. This combines code from Sebastian, Luis Cantero (EncodeBase64) and Brian Anderson for the SMTP Winsock code. Sample code is included. Original Author: Gary Ong Inputs There are 2 method calls required:1) AddAttachment –… Read More »