Click here to Skip to main content
15,891,375 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to detect if monitor is powered on Pin
ArtOfScience29-Nov-10 8:14
ArtOfScience29-Nov-10 8:14 
AnswerRe: How to detect if monitor is powered on Pin
thierrie wiersma29-Nov-10 8:58
thierrie wiersma29-Nov-10 8:58 
GeneralRe: How to detect if monitor is powered on Pin
ArtOfScience29-Nov-10 22:14
ArtOfScience29-Nov-10 22:14 
Questiontransmitting msgs from pc to mobiles in c# Pin
kishore14629-Nov-10 0:13
kishore14629-Nov-10 0:13 
AnswerRe: transmitting msgs from pc to mobiles in c# Pin
Keith Barrow29-Nov-10 1:10
professionalKeith Barrow29-Nov-10 1:10 
AnswerRe: transmitting msgs from pc to mobiles in c# Pin
Abhinav S29-Nov-10 7:18
Abhinav S29-Nov-10 7:18 
Questionhow to transmit msgs from pc to mobiles in c# Pin
kishore14629-Nov-10 0:08
kishore14629-Nov-10 0:08 
AnswerRe: how to transmit msgs from pc to mobiles in c# Pin
Phil J Pearson29-Nov-10 6:07
Phil J Pearson29-Nov-10 6:07 
public void Main()
  {
  Message msg = new Message(/* ... */);
  Mobile mobile = new Mobile(/* ... */);

  msg.SendToMobile(mobile);
  }


Now all you have to do is fill in the trivial implementation details. It would be wise also to wrap the SendToMobile call in a try/catch block.
Phil



The opinions expressed in this post are not necessarily those of the author, especially if you find them impolite, inaccurate or inflammatory.

QuestionPrevent monitor from power on Pin
ArtOfScience28-Nov-10 23:10
ArtOfScience28-Nov-10 23:10 
AnswerRe: Prevent monitor from power on Pin
Eddy Vluggen28-Nov-10 23:22
professionalEddy Vluggen28-Nov-10 23:22 
GeneralRe: Prevent monitor from power on Pin
ArtOfScience28-Nov-10 23:29
ArtOfScience28-Nov-10 23:29 
GeneralRe: Prevent monitor from power on Pin
Henry Minute29-Nov-10 1:18
Henry Minute29-Nov-10 1:18 
AnswerRe: Prevent monitor from power on Pin
RobCroll29-Nov-10 2:29
RobCroll29-Nov-10 2:29 
GeneralRe: Prevent monitor from power on [modified] Pin
ArtOfScience29-Nov-10 2:51
ArtOfScience29-Nov-10 2:51 
GeneralRe: Prevent monitor from power on Pin
RobCroll29-Nov-10 3:12
RobCroll29-Nov-10 3:12 
AnswerRe: Prevent monitor from power on Pin
Amar Chaudhary29-Nov-10 3:17
Amar Chaudhary29-Nov-10 3:17 
GeneralRe: Prevent monitor from power on Pin
ArtOfScience29-Nov-10 3:29
ArtOfScience29-Nov-10 3:29 
Questioneboard Pin
om_metab28-Nov-10 22:37
om_metab28-Nov-10 22:37 
AnswerRe: eboard Pin
Pete O'Hanlon28-Nov-10 22:48
mvePete O'Hanlon28-Nov-10 22:48 
GeneralRe: eboard Pin
Eddy Vluggen28-Nov-10 23:20
professionalEddy Vluggen28-Nov-10 23:20 
GeneralRe: eboard Pin
Pete O'Hanlon29-Nov-10 0:00
mvePete O'Hanlon29-Nov-10 0:00 
GeneralRe: eboard Pin
Eddy Vluggen29-Nov-10 0:48
professionalEddy Vluggen29-Nov-10 0:48 
GeneralRe: eboard Pin
om_metab4-Dec-10 23:37
om_metab4-Dec-10 23:37 
GeneralRe: eboard Pin
Eddy Vluggen5-Dec-10 11:13
professionalEddy Vluggen5-Dec-10 11:13 
AnswerRe: eboard Pin
Eddy Vluggen28-Nov-10 22:53
professionalEddy Vluggen28-Nov-10 22:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.