Questions tagged [invokemember]

46 questions
-3
votes
1 answer

C#,,InvokeMember("click")

I'm working on a WinForms project and am running lines 1 to 7 normally. After the seventh line exits to the for loop (like break;), SendMail() doesn't work. Why? for (int k = 0; k < 3; k++) { if (mesajlistem[k].InnerText == "test") { …
Dg Cg
  • 43
  • 1
  • 2
  • 6
1 2 3
4