Help on systray app

A

Arvi

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.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Where is your problem located?

You put an app inthe systray by using NotifyIcon
You check your DB by using a Timer & SqlClient's classes.
You run an app using Process.Start
You can alert the user using several differents methods.
 
A

Arvi

Hi.

Thanks for your reply

Actually i managed to wtire a applicaiton which minimizes to systray and its
working fine.

and i have a dataset and i want to check the tables for every 2 seconds so
that when some data (realtime) comes with the valie 0 or less than 0. i need
to get the entire row of the data and pass it as a parameter to the other
application (from command prompt?)

let me know you hows this can be done? and any sample app?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top