CodeItBetter Programming Another VB Programming Blog

How to Print from Rich text box control (What you see Is what you get)

Posted on August 22, 2009

Let's say you have Rich text box control in your form and you would like to print, whatever you see in your rich text box control, you would like to print it to the default printer.

Filed under: Controls Continue reading

How to Change the font color of the selected text in Rich text box control

Posted on August 22, 2009

Let's say you have Rich text box control in your form and you would like to change the font color of the selected text.

Filed under: Controls Continue reading

How to add a bitmap to your menu

Posted on August 21, 2009

Let's say you have menu in your form and you would like to add a bitmap to your menu.

Filed under: Controls Continue reading

How to center a picture in Picture box Control

Posted on August 21, 2009

Let's say you have couple of picture box controls in your form. You have loaded a picture in one of your picture box control Picture2. And, you would like to load the picture loaded in picture 2 into the other picture box control Picture1 and center it.

Filed under: Controls Continue reading

How to add a given file to Windows Recent Documents List

Posted on August 20, 2009

Here is a procedure to add a given file to Windows Recent Documents List.