Jump to content

[Tutorial] - Design a digital clock + welcome message#Visual Basic


PresidenT AnaS
 Share

Recommended Posts

Hi We have new Program '' Design a digital clock & Welcome Message '' Easy Method.

 

       Open Visual Basic ( 2010 , 2012,  2015 )

1/ Make 2 Label & 1 Button + you can  Add Picture  ( Optional )

2/ Add these codes:

 

Button1.Text = System.DateTime.Now  
Label1.Text = TimeOfDay
Label2.Text = DateString 

MsgBox("Hi", MsgBoxStyle.Information, "By President Anas")

 

++ You can change Message Box  & Thanks!

 

Video Link : 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.