pasting a sub into windows forms
-
I'm trying to paste a sub routine into an existing windows form project
-
I'm trying to paste a sub routine into an existing windows form project
What is your question?
Graeme
"I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee
-
I'm trying to paste a sub routine into an existing windows form project
Use a custom, Action or Func delegate. [Delegates - C# Programming Guide | Microsoft Learn](https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/delegates/) [https://dev.to/moe23/c-9-delegate-action-and-func-13d7\](https://dev.to/moe23/c-9-delegate-action-and-func-13d7)
"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I
-
I'm trying to paste a sub routine into an existing windows form project
If you want an answer that makes any sense at all, you're going to have to add a whole lot more detail to your "question."
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
Dave Kreskowiak