Print the Text in a Textbox Part II..(Page Setup and Print Dialog)

Submitted by janobe on
This is the continuation of my previous tutorial which is the Print the Text in a Textbox. This time, I’m going to add the Page Setup and Print Dialog. In the Page Setup you can choose any setup that you wanted in your page and it contains selections such as the margin,sizes and etc.. While in the Print Dialog you can select the number of pages and copies that you want to print.

Drag/Drop and Copy Control in a TreeView Using Visual Basic 2008

Submitted by janobe on
In this tutorial, I will show you how to drag/drop and copy in a Treeview by using Visual Basic 2008. I made this to show you not only a PictureBox or a TextBox can be drag and drop but also a treeview. Let’s begin: Open Visual Basic 2008, create a new Windows Application and drag the two Treeview in the Form. Name it “trview_left” and “trview_right”. first form After that, click the two Treeviews and go to the properties.

How to Print the Text in a Textbox

Submitted by janobe on
This time, I’m going to teach you how to print the text in a Textbox in Visual Basic 2008. This will allow you to preview and print any message that you type in a TextBox. It depends on you, on how long your message will because it will automatically set on the next page. So, lets get started : Open Visual Basic 2008, create a new Window Application and do the Form just like this.

Talk it in PHP!

Submitted by abubasil on
Hi all. Thank you for this great website, This is my little "thank you". once upon time I was learning Ruski yazik and teaching Arabic... by then I was making my first steps with mysql ..I made this code to help others to learn my native language..here I have changed the symbol of lang into "en" to make it understandable for you. those who are non-english speakers can modify it a bit to help

Student Information System (PHP)

Submitted by donbermoy on
This Student Information System was developed using PHP and MySQL Database integration. This was one of the student projects in their php subject that i made when I was still a student. This system is just simple but it has the capabilities of creating user registration, has admin panel, creating student records as well as modifying, deleting, and searching, then displays the student information

Drag/Drop and Copy Control in Visual Basic 2008

Submitted by janobe on
In this tutorial I will teach you how to create Drag/Drop and Copy Control using Visual Basic 2008. With this, you can drag and drop the picture that’s inside the Picture box and you can also copy it to another Picture Box by pressing the Ctrl key control. Let's begin: Open Visual Basic 2008, create a new Windows Application and drag the two PictureBoxes in the Form.