Forum: C# Jun 5th, 2008 |
| Replies: 3 Views: 1,009 Yes, definitely IndexOf, LastIndexOf, StartsWith and EndsWith. I have a couple articles I wrote about these
http://dotnetperls.com/Content/IndexOf-IndexOfAny.aspx
... |
Forum: C# Jun 5th, 2008 |
| Replies: 8 Views: 9,964 Set properties in the form2, and then retrieve them when form1 becomes active again. |
Forum: C# Jun 5th, 2008 |
| Replies: 2 Views: 1,333 Hi, I have a good page on my site about this
http://dotnetperls.com/Content/Single-Instance-Windows-Form.aspx
It has a way to recover windows that have been minimized and released by Windows.
... |