Hello,

VS 2008 WM 5/6

I am developing a smart device in C#.

I want to access the PDA so that is will vibrate or play a sound when a condition is meet.

for example:

if(condition is true)
vibrate the PDA and play a sound
end if

However, I am not sure how to do this in code. The only thing I can think of is using Diagnotic.Process. However, I am not sure if this is the correct way to do this.

Any suggestions would be most helpfull,

Many thanks,

Steve