Module Module1
Sub Main()
Dim height As Integer = My.Computer.Screen.Bounds.Height
Dim width As Integer = My.Computer.Screen.Bounds.Width
Console.WriteLine(width & ” by ” & height)
Console.ReadLine() ‘wait for user input
End Sub
End Module
|
|||||
|
Module Module1 Sub Main() End Module Module Module1 Sub Main() End Sub End Module Module Module1 Sub Main() Dim isAvailable As Boolean End Module |
|||||
|
Copyright © 2010 Codetuts VB.net - All Rights Reserved |
|||||