Answered by:
My latest post was marked as spam.

Question
-
I posted code make an edit, then realized I had the code I thought was missing. Now when I try to correct the post it's marked as spam and I cannot make an edit to remove duplicated code.
https://social.msdn.microsoft.com/Forums/vstudio/en-US/686e09d8-64e7-4ac5-a99a-dd0dd950bd35/why-does-my-mouse-click-event-produce-different-results-only-when-triggered-twice?forum=csharpgeneral#686e09d8-64e7-4ac5-a99a-dd0dd950bd35
this code should be removed because it is duplicated:
private void textBox1_MouseClick(object sender, MouseEventArgs e)
{
textBox1.Text = string.Empty;
this.textBox1.Paste();
button1_Click(Events, e);
//button8_Click(Events, e);
}
- Edited by _Sniffles_ Sunday, June 17, 2018 6:58 PM
Answers
-
You need to post a request in the current verification thread here:
The current verification thread periodically changes, but is always a sticky thread at the top of this forum:
https://social.technet.microsoft.com/Forums/en-US/home?forum=reportabug
Edit: I checked your post and it is not marked as spam. The message you got is misleading. But you still need to request verification in the thread I linked. Also, your second post indicating that the event code should only appear once should explain. Only a moderator (and you, ordinarily) can edit the post.
Richard Mueller - MVP Enterprise Mobility (Identity and Access)
- Edited by Richard MuellerMVP Sunday, June 17, 2018 8:40 PM
- Marked as answer by _Sniffles_ Sunday, June 17, 2018 11:50 PM
All replies
-
You need to post a request in the current verification thread here:
The current verification thread periodically changes, but is always a sticky thread at the top of this forum:
https://social.technet.microsoft.com/Forums/en-US/home?forum=reportabug
Edit: I checked your post and it is not marked as spam. The message you got is misleading. But you still need to request verification in the thread I linked. Also, your second post indicating that the event code should only appear once should explain. Only a moderator (and you, ordinarily) can edit the post.
Richard Mueller - MVP Enterprise Mobility (Identity and Access)
- Edited by Richard MuellerMVP Sunday, June 17, 2018 8:40 PM
- Marked as answer by _Sniffles_ Sunday, June 17, 2018 11:50 PM
-