Category Archives: Visual Basic 6 (VB6)

Aprostrophe ‘The Rebirth’

Have you ever try so send a SQL String to a database that has apostrophes ? If YES you will get a run time ERROR Here is your solution….A function that formats the variable before sending it to the database Original Author: unknown Inputs Ziltch Assumptions Take a string, looks for Aprostrophes or Quotation marks appearing more than twice… Read More »

Close All MDI Children Simply

This code allows you to close all the MDI child forms in an MDI form at once.Goto http://www.vbgreatone.com/ to learn like you’ve never learned before. Get over 500 api functions with example for each, and tips like this and, much much more. Just visit it, i’m sure you will like it.First, create a menu item in the MDI… Read More »

Open explorer with email or web page from program

This code opens Internet Explorer and navigates to a web page or opens the default mail program with an email address in the email boxso users can go to your web page or email you from your program. Original Author: Rob Wise Code ‘open IE and default mail program with email addressShell (“explorer mailto: youremail@email.com”)’opens IE and navigates to… Read More »

Image Transition Effects (Wipes)

Wipes is an image transition program allowing you to use various transition effects like Wipes, Slides, Stretches, Grow from Corner, Random blocks, Stripes, Blinds, Maze etc. You can individually load the pictures and apply the effects, or set an directory and then allow Wipes to apply its preset sequence of transition(some customization is possible here). Or you can… Read More »

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