Click here to Skip to main content
15,920,217 members
Home / Discussions / C#
   

C#

 
GeneralRe: url rewriting Pin
icanmakeiteasy10-Feb-09 20:29
icanmakeiteasy10-Feb-09 20:29 
GeneralRe: url rewriting Pin
Guffa10-Feb-09 20:53
Guffa10-Feb-09 20:53 
GeneralRe: url rewriting Pin
J4amieC10-Feb-09 22:02
J4amieC10-Feb-09 22:02 
GeneralRe: url rewriting Pin
N a v a n e e t h10-Feb-09 22:16
N a v a n e e t h10-Feb-09 22:16 
GeneralRe: url rewriting Pin
J4amieC10-Feb-09 22:38
J4amieC10-Feb-09 22:38 
QuestionHow to check the existence of node in TreeNode array Pin
Gonxh Aniket10-Feb-09 19:28
Gonxh Aniket10-Feb-09 19:28 
AnswerRepost Pin
Henry Minute10-Feb-09 19:40
Henry Minute10-Feb-09 19:40 
AnswerRe: How to check the existence of node in TreeNode array Pin
ABitSmart10-Feb-09 21:03
ABitSmart10-Feb-09 21:03 
GeneralRe: How to check the existence of node in TreeNode array Pin
Gonxh Aniket10-Feb-09 23:50
Gonxh Aniket10-Feb-09 23:50 
GeneralRe: How to check the existence of node in TreeNode array Pin
ABitSmart10-Feb-09 23:58
ABitSmart10-Feb-09 23:58 
QuestionC# and Window API Pin
Selvi Moies10-Feb-09 19:22
Selvi Moies10-Feb-09 19:22 
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 

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.