Posts by Query • 25 points
2 posts
-
0
votes1
answer38
viewsQ: How do I assign a function to Contextmenustrip in c#?
How do I assign a function to a Contextmenustrip that is on a Notifyicon? I have the following code: private void Thread_Notify_MouseClick(object sender, MouseEventArgs e) {…
-
2
votes1
answer1915
viewsQ: Error: Collection modified; maybe enumeration operation is not executed
I have a problem using the foreach to traverse a array of strings. This component is a search button to select files, it selects and writes the address of the file into a array of strings, i created…