Tutorials and Interviews
We are the Group of Webxperts in .net technology
Saturday, September 17, 2011
class definition with namespace
namespace WinForms
public class
HelloWorld
shared sub Main
()
System.Console.WriteLine
(
"Hello World"
)
end
sub
end class
end
namespace
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Azure Table Storage Full Tutorial | Setup, CRUD, PartitionKey, Interview...
Add two integers together
Module Tester Sub Main () Dim firstNumber, secondNumber As String Dim number1, number2, sumOfNumbers As Intege...
The Text Property of a Control
Changing the values of some properties is fairly easy. We'll now change the Text properties of our labels, and the Text properties of o...
Adding a Tool (Control) to your Form
Let's start by adding a textbox to our form. With the tools displayed, do the following: Locate the TextBox tool Double click the icon...
No comments:
Post a Comment