Jump to content

[C#] Ceas digital v1.0


Travie
 Share

Recommended Posts

digitalclock1.PNGdigitalclock2.PNG

Probabil mai mi-aţi văzut această creaţie pe site-ul meu personal [ http://saga-studio.ro/justin/ ] dar abia acum m-am gândit să o public şi pe B-Zone.

Acest program vă arată ora curentă, şi are mai multe opţiuni precum funcţia "Stay on top" ce îi permite să stea deasupra tuturor programelor ce nu rulează pe interfaţă OpenGL. De asemenea puteţi schimba oricând culoarea fundalului şi a textului, iar aceste setări se salvează automat la ieşirea din program, şi se încarcă automat la intrarea în acesta. Programul are o interfaţă uşoară şi modernă de lucru, şi poate fi utilizat de oricine deoarece este în limba română. Gama non-largă de posibilităţi şi tot odată nivelul acestui program îl 'departajează' de celelalte ceasuri digitale.

 

 

Download:

Click

Click2

Edited by eB Teodor
Link to comment
Share on other sites

Nu, dar sunt sigur că vei înţelege asta: [ignoră variabilele Drag mousex mousey]

 

Dim h As Integer

Dim s As Integer

Dim m As Integer

Dim Drag As Boolean

Dim mousex As Integer

Dim mousey As Integer

 

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick

h = TimeOfDay.Hour

s = TimeOfDay.Second

m = TimeOfDay.Minute

Label1.Text = h & ":" & m & ":" & s

End Sub

Link to comment
Share on other sites

Pai cam tot aia este :))

Se ia ora din PC nu ?

 

Adică se ia ora care o ai setata în PC?

 

Da, pentru orele globale este necesară o sursă externă care să fie daily-updated [web]

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.