this will display the exact date and time when the program is run
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
MsgBox(Date.Now)
End Sub
End Class
Related posts:
- Create a folder This example shows how to create a folder Imports System.IO...
- Play a wav file Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal...
- A filestream example opening and reading a file using the FileStream Imports...
- Play an MP3 file Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal...
- Current date and time Dim rightNow As Date = Now Dim result As New ...
Related posts brought to you by Yet Another Related Posts Plugin.
