Category Archives: Microsoft

DX Anywhere

The code of DX Anywere retrieves the handle of the window/scrollbar/toolbar/textbox/clock/start button whatever under the mouse cursor. Now, with this handle you can start DirectX in that window/scrollbar/toolbar/textbox/clock/start button/whateverThe DirectX window is automatically resized to match the required with and height.Really great code, to make an ‘DirectX Accelerated Desktop” Original Author: Almar Joling Assumptions -Press [Start]-Move the mouse cursor… Read More »

A Windows 95/98/NT/2000 Parody – UPDATED!!!!

This is a cool parody of Windows 95/98/NT/2000 that looks just like the real thing. The difference lies in the details…This update of WinS*x 2000 WorkFrustration includes the following new features:a) lots of new graphical effects, including an improved Start Menu with MouseOver code,b) a FREE, off-line version of MicroSh*t’s Homepage! Just click the Internet Explorer icon!c) a… Read More »

Shell About

Show up the Windows’s Shell About (Help>About explorer) with your own application information and icon Original Author: Max Raskin Attachments File Uploaded Size CODE_UPLOAD34602182000.zip 9/3/2020 3:45:00 PM 1989

PicScroll – Picture viewer with ScrollBars

This Active-X control I created let’s you import a picture, and have it be full size, and automatically adusts scroll bars etc.. Fully customizable, and holds most of the same functions as a picture control. Even apply APIs to this control, because the hDC property is included. Original Author: David Peace API Declarations Please send all errors and bugs… Read More »

INI Read and INI Write – Simple and Error Free

INI Read and INI Write made simple. I included examples in each function. If you like my codes, then please vote for me. But only if you like them. Thanks =) Original Author: Jeffrey C. Tatum API Declarations ‘INI Read and WriteDeclare Function GetPrivateProfileString Lib “kernel32” _Alias “GetPrivateProfileStringA” (ByVal lpApplicationName _As String, lpKeyName As Any, ByVal lpDefault As String,… Read More »

Hex Editor with LOTS OF COMMENTS

You know the hex read out that a hex editor would give you. It does create one of them using a hell of a lot of string manipulation and intellegnce. It is about as quick as VB would let you get and the princible can be used for just about anything envolving file manipulation, encoding, string manipulation, etc.… Read More »

Place an Object in the Center of your Screen

This will take an object on a form, and place it in the center of the screen. Good for password protection programs that take up the whole screen, this will ensure that an object that you want in the middle of the screen, will remain there for any resolution. Original Author: Jeffrey C. Tatum Code ‘Place this in a… Read More »

ScrollKeys

This is a simple demo on how to implement the use of the keyboard’s arrows keys to scroll a picture box.It also shows how to set the Max property of the scrollbars in order to work properly. Original Author: Raul Lopez Attachments File Uploaded Size CODE_UPLOAD6420642000.zip 9/3/2020 3:45:00 PM 43119

EzColorCode – Html Syntax Highlighting

This is an example application that demonstrates Html Syntax Highlighting. It currently Color Codes Html Tags, Html Attributes, Comments, and ASP Tags in different colors. It highlights when a file is opened, when a user types, and when tags are inserted. It also maintains color coding as a user moves the cursor in and out of a tag… Read More »

File Copy Class with Buffer Support (HOT)

Well, i saw all the submissions on FILE copy, and i decided to share my buffered copy class. Worth a look if you are looking for a screamming fast file copy (excells on large files and floppy disk access – physical reasons:), oh, and before i forget… it has PERCENTAGEREADY support… u can update a label or a… Read More »