Click here to Skip to main content
15,901,426 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to get SMS notification from mobile connected to a PC by data cable? Pin
Giorgi Dalakishvili21-May-09 22:03
mentorGiorgi Dalakishvili21-May-09 22:03 
GeneralRe: How to get SMS notification from mobile connected to a PC by data cable? Pin
Md. Ali Naser Khan22-May-09 2:54
Md. Ali Naser Khan22-May-09 2:54 
AnswerRe: How to get SMS notification from mobile connected to a PC by data cable? Pin
Mycroft Holmes21-May-09 22:09
professionalMycroft Holmes21-May-09 22:09 
Questionhow to create sub menu item by coding Pin
xingselex21-May-09 21:06
xingselex21-May-09 21:06 
AnswerRe: how to create sub menu item by coding Pin
0x3c021-May-09 21:30
0x3c021-May-09 21:30 
GeneralRe: how to create sub menu item by coding Pin
xingselex21-May-09 21:53
xingselex21-May-09 21:53 
GeneralRe: how to create sub menu item by coding Pin
musefan21-May-09 22:29
musefan21-May-09 22:29 
AnswerRe: how to create sub menu item by coding Pin
padmanabhan N21-May-09 23:32
padmanabhan N21-May-09 23:32 
MenuItem m = new MenuItem("aaa", "1");
Menu1.Items.Add(m);
m.ChildItems.Add(new MenuItem("bbb", "2"));
m.ChildItems.Add(new MenuItem("ccc", "3"));

Padmanabhan

Questionsending sms using C# windows application Pin
Nath21-May-09 20:37
Nath21-May-09 20:37 
AnswerRe: sending sms using C# windows application Pin
0x3c021-May-09 21:28
0x3c021-May-09 21:28 
GeneralRe: sending sms using C# windows application Pin
Nath21-May-09 21:35
Nath21-May-09 21:35 
GeneralRe: sending sms using C# windows application Pin
0x3c021-May-09 21:44
0x3c021-May-09 21:44 
GeneralRe: sending sms using C# windows application Pin
Rinosh_sasidharan11-Dec-09 5:43
Rinosh_sasidharan11-Dec-09 5:43 
QuestionCheck Mistake [modified] Pin
M Riaz Bashir21-May-09 19:53
M Riaz Bashir21-May-09 19:53 
AnswerRe: Check Mistake Pin
MumbleB21-May-09 20:33
MumbleB21-May-09 20:33 
GeneralRe: Check Mistake Pin
M Riaz Bashir21-May-09 20:36
M Riaz Bashir21-May-09 20:36 
AnswerRe: Check Mistake Pin
dan!sh 21-May-09 20:47
professional dan!sh 21-May-09 20:47 
GeneralRe: Check Mistake Pin
M Riaz Bashir21-May-09 21:01
M Riaz Bashir21-May-09 21:01 
QuestionAdd piviot table functinality Pin
Dushan12321-May-09 19:35
Dushan12321-May-09 19:35 
Questioncheckedlistbox - windows application Pin
havejeet21-May-09 19:03
havejeet21-May-09 19:03 
AnswerRe: checkedlistbox - windows application Pin
Anil Chauhan21-May-09 19:32
Anil Chauhan21-May-09 19:32 
GeneralRe: checkedlistbox - windows application Pin
havejeet21-May-09 20:14
havejeet21-May-09 20:14 
GeneralRe: checkedlistbox - windows application Pin
0x3c021-May-09 21:56
0x3c021-May-09 21:56 
GeneralRe: checkedlistbox - windows application Pin
havejeet21-May-09 23:57
havejeet21-May-09 23:57 
GeneralRe: checkedlistbox - windows application Pin
havejeet23-May-09 1:50
havejeet23-May-09 1:50 

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.