Click here to Skip to main content
15,896,154 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# and Window API Pin
Henry Minute10-Feb-09 19:38
Henry Minute10-Feb-09 19:38 
QuestionBinding data to the DataGridView Pin
mrithula810-Feb-09 18:47
mrithula810-Feb-09 18:47 
AnswerRe: Binding data to the DataGridView Pin
Henry Minute10-Feb-09 19:33
Henry Minute10-Feb-09 19:33 
GeneralRe: Binding data to the DataGridView Pin
mrithula810-Feb-09 19:48
mrithula810-Feb-09 19:48 
GeneralRe: Binding data to the DataGridView Pin
Henry Minute10-Feb-09 20:05
Henry Minute10-Feb-09 20:05 
AnswerRe: Binding data to the DataGridView Pin
Ramkithepower10-Feb-09 19:51
Ramkithepower10-Feb-09 19:51 
QuestionProgress of FTP upload or download Pin
Radhakrishnan G.10-Feb-09 18:41
Radhakrishnan G.10-Feb-09 18:41 
Questionlog incoming sms to a form, then can be deleted one by one Pin
irsalina10-Feb-09 18:34
irsalina10-Feb-09 18:34 
I'd like to log some certain incoming sms to a form and I've came out with this code.


if (parent.checkBoxReplySMS.Checked)<br />
                {<br />
                    SmsMessage msg = new SmsMessage(request.From.Address, parent.textBoxMessage.Text);<br />
<br />
                    msg.Send();<br />
<br />
                    parent.documentSms.AppendFormat(@"Body: {0}<br />", request.Body);<br />
                    parent.documentSms.AppendFormat(@"Name: {0}<br />", request.From.Name);<br />
                    parent.documentSms.AppendFormat(@"Address: {0}<br />", request.From.Address);<br />
                    parent.documentSms.AppendFormat(@"Last Modified: {0}<br />", request.LastModified);<br />
                    parent.documentSms.AppendFormat(@"Received: {0}<br />", request.Received);<br />
                    parent.documentSms.Append(@"<br />");<br />
<br />
                }



But the problem is, if I want to clear the log, the code will erase all incoming sms which have been logged. What I want to do is, I can click the message and just delete that sms, not all.
Do you have any idea?
AnswerRe: log incoming sms to a form, then can be deleted one by one Pin
Christian Graus10-Feb-09 18:43
protectorChristian Graus10-Feb-09 18:43 
QuestionError in Hashtable with arrayList Pin
r aa j10-Feb-09 18:26
r aa j10-Feb-09 18:26 
AnswerRe: Error in Hashtable with arrayList Pin
Christian Graus10-Feb-09 18:42
protectorChristian Graus10-Feb-09 18:42 
QuestionC++ dll in C# Pin
kk.tvm10-Feb-09 18:05
kk.tvm10-Feb-09 18:05 
AnswerRe: C++ dll in C# Pin
Christian Graus10-Feb-09 18:43
protectorChristian Graus10-Feb-09 18:43 
QuestionPaging DataList Control Pin
ferronrsmith10-Feb-09 16:41
ferronrsmith10-Feb-09 16:41 
QuestionASP.NET multiuser dataset shared problem Pin
Ramkithepower10-Feb-09 14:44
Ramkithepower10-Feb-09 14:44 
AnswerRe: ASP.NET multiuser dataset shared problem Pin
N a v a n e e t h10-Feb-09 15:28
N a v a n e e t h10-Feb-09 15:28 
GeneralRe: ASP.NET multiuser dataset shared problem Pin
Ramkithepower10-Feb-09 15:34
Ramkithepower10-Feb-09 15:34 
GeneralRe: ASP.NET multiuser dataset shared problem Pin
Guffa10-Feb-09 17:57
Guffa10-Feb-09 17:57 
GeneralRe: ASP.NET multiuser dataset shared problem Pin
Ramkithepower10-Feb-09 21:33
Ramkithepower10-Feb-09 21:33 
GeneralRe: ASP.NET multiuser dataset shared problem Pin
Guffa10-Feb-09 23:42
Guffa10-Feb-09 23:42 
QuestionHDD Serial Number Pin
Socheat.Net10-Feb-09 14:23
Socheat.Net10-Feb-09 14:23 
AnswerRe: HDD Serial Number Pin
ABitSmart10-Feb-09 14:43
ABitSmart10-Feb-09 14:43 
GeneralRe: HDD Serial Number Pin
Socheat.Net10-Feb-09 15:07
Socheat.Net10-Feb-09 15:07 
AnswerRe: HDD Serial Number Pin
Luc Pattyn10-Feb-09 14:57
sitebuilderLuc Pattyn10-Feb-09 14:57 
AnswerRe: HDD Serial Number Pin
Ramkithepower10-Feb-09 15:05
Ramkithepower10-Feb-09 15:05 

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.