Backgroundworker
Hi,,can any one help me out with a suggestion?.I want my program to keep running when i minimize it to the notify icon in the systems tray...can i use background worker?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jan MontanoPosted Jan 11, 2009, 11:16 PM
Anyway, what do you want to accomplish here?
Sriram RamaniPosted Jan 9, 2009, 9:40 AM
Thanks a lot...Then i'm doing a project for setting alarm.i'm confused with the time comparing code..can any one help me...here is what i did
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Call conn()cmd =
New OleDbCommand("select * from bday", cn)dr = cmd.ExecuteReader
While dr.Read If (dr("AlarmDate") = Date.Today) Thenb:
If (dr("AlarmTime") = TimeOfDay) Then My.Computer.Audio.Play("E:\Audio\Tamil\TN 07 AL 4777\1 - Aathichudi.mp3") Exit Sub Else GoTo b End If End If End While End SubJan MontanoPosted Jan 9, 2009, 12:24 AM
Your C# Program in the System Tray