Groups | Blog | Home
all groups > dotnet windows forms databinding > august 2006 >

dotnet windows forms databinding : systray app - help


Arvi
8/25/2006 10:35:22 AM
Hello,

Im quite new to c# windows application.

i need to write a application which stays on the systray and listens to the
SQL Table. (when the value is inserted as 0 - done thru Dataset and check it
every2 seconds?) i need to open another application thru command prompt and
pass the parametes of the DB and alert the user.

how this can be done?

any links? sample app?

anyhelp in this regard is much appreciated.

Thanks.


Miro
8/25/2006 2:12:29 PM
Im not sure how close c# is to vb but you can make a
windows form with an opacity of 0 on it, and have a notify icon on it,
drop a timer on the form and let the timer execute some code every ( so many
seconds you need ).

At this point ur basically dealing with a form that the user cant see so
really u can do anything.

In the timer you can just open a prog once ur result is true.

?

Miro


[quoted text, click to view]

AddThis Social Bookmark Button