Category Archives: Microsoft

Make ANY Folder The Root Of Windows Explorer

My Code calls The Windows Explorer with the switch “e,/root,” and makes any folder you want the root of the windows explorer Original Author: Jim Side Effects It’s a little slow calling the explorer cause i shell it, if you know better please edit at will Code ‘it’s a module’i went a little DIM crazy with the’variables but it’s… Read More »

Create Multiline Message Boxes!

Creates multiline MsgBoxes Original Author: Ian Gorse Assumptions Just paste the code any where you want Code ”There it iswrap$ = Chr$(10) + Chr$(13)MsgBox “Line number 1” + wrap$ + “Line Number 2”

RPG GAME: Version 2: Updated again

This is the same version of the game I submitted last time, but I’ve removed the timer and now it uses a while loop for character movement, so it runs MUCH faster. Original Author: Matthew Eagar Assumptions You should be a good – intermediat programmer to understand any of this and be able to put it to good use.… Read More »

The Use of Transparent GIF in your projects.

When you have imported a selfmade bitmap into you project (for example with a grey background) it looks great when the backcolor from the form is also grey. But when you change the form color with windows settings the formcolor changes but not the back ground of your picture. Follow the steps below how to get ridoff this… Read More »

A1 code 4 your prog 2 go into the start menu @ run

This short code enables you to make your application insert itself into the user’s Startup menu, if it’s not already there, so that it will run every time they start up their computer. Now works with WinNT and Win2000 Original Author: Kurt Csowl Side Effects The only side effect is that if they are based off of anything but… Read More »

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 »