Creating a Timer This time I want to show how to create a timer in visual basic. Net using the timer component. Well, do not pretend that this is a step by step example showing each of the modified properties of each control, on the contrary, I want to focus on functionality ...
Calculations between dates (DateTimePicker - DateDiff) Today I want to show how to perform calculations between dates comfortable in visual basic. Net using the DateDiff function. Need a form, button, some label's and a DateTimePicker control as shown in the image below and click the button event will the following code: txtAños.Text ...
Digital Clock (Timer) Today I want to show a simple and easy to create in visual basic. Net a digital clock. We will do this using a label and a Timer. The form should look similar to that of the next image> For this example where only time will show, change the ...
Celebration: solovb than 10,000 visits Thanks to all of you, solovb.net (visual basic page. Net), has achieved its first 10,000 hits in just 3 months ... I want to share with you the list of countries where people are visiting: 1 Mexico 2 Spain 3 Peru Argentina 5 4 7 6 Chile Colombia Ecuador 8 United States 9 Venezuela 10 Him ..
Listview with images of state (StateImage) I want to show two important issues when working with a listview in visual basic. Net: a) how to place an image to the left of each item and modify it at runtime b) and perform a task that involves all the selected items . In this example (very simple for ...