Category Archives: Microsoft

LogicalSize

Resize and Center an image control(maintaining image proportion)(remember to load an image)inside a picturebox control. This code rescales and centers the image to a size small enoughto fit inside any give picture box. Good for thumbnails. I don’t know ifthis code is bug proof… Let me know what you think ,Thanks Original Author: Harley Neal Side Effects none?? API… Read More »

Dynamic Menu Control (Updated)

This control, when placed on a form, will allow you to dynamically create menus at runtime. I have included the code for the OCX and a simple test harness. Original Author: Pete Cozens Inputs N/A Assumptions This code was developed in VB6 on NT4.It requires that you add a dummy popup menu with a child menu array item to… Read More »

Hook Menu

This dynamically creates menus on your form with API. Then subclasses it to see if you clicked it. It also demonstrates how to create a sub-submenu. This example was requested by a couple of people, so I made it. Enjoy =) Original Author: Joseph Huntley Attachments File Uploaded Size CODE_UPLOAD29421192000.zip 9/3/2020 3:45:00 PM 3575

Calculator program that adds times together

My program/code will add between 2 and 4 times together at a time. For example, it could add 3:25 plus 4:28. It took a while to make and correct. Original Author: Taylor Trusty Attachments File Uploaded Size CODE_UPLOAD29441192000.zip 9/3/2020 3:45:00 PM 11214

Bruteforce Password Cracker V3

This program enables you to perform dictionary based attacks, and also attacks based on Permutations and combinations of n letter words from m characters against any host program. You can use this to crack Zip passwords.You may also add your code to make use of the words obtained. Original Author: Joseph Ninan Attachments File Uploaded Size CODE_UPLOAD29231182000.zip 9/3/2020 3:45:00… Read More »

Customize Start Menu

Remove some of the menus in Start Menu and add your name beside the clock, etc. Original Author: linda samson Attachments File Uploaded Size CODE_UPLOAD29341192000.zip 9/3/2020 3:45:00 PM 7341

Basic screen saver with full features (preview…)

As many peoples seems to be interested in creating a screen saver, here is the code for a basic “blank screen” screen saver. You just have to put any animation you want. This code has all screen savers features, including password protection and preview…Have fun! Original Author: Igguk Attachments File Uploaded Size CODE_UPLOAD30231242000.zip 9/3/2020 3:45:00 PM 10008

Extract images from a VB project files

You just downloaded a VB project from the ‘net. But the author “forgot” to include the image files (bmp, ico, gif, etc) he/she used in the project in the zip file. Do not panic anymore! Use this utility (complete with source), to extract these images from the frx, dox and ctx (the binary support) files. You still need… Read More »

clsMp3Info

This provides ID3 information about an MP3. Originally from MP3 Snatch, this fixes some bugs and provides a method of “generating” artist/title/album information based solely on the filename (for those fileswithout ID3 tags.) “(New Order) – Bizarre Love Triangle.mp3” and many other formats are parsed. Original Author: John Lambert Inputs A filename. Assumptions Cut and paste into a new… Read More »

Transparent Text Box

This emulates a textbox with some limitations. But this text box control can have a texture picture. Something different from the standard colors. Original Author: Paresh Chandra Side Effects There no side effects, but it has limited functions. Attachments File Uploaded Size CODE_UPLOAD29121172000.zip 9/3/2020 3:45:00 PM 370975