Search Results

2
votes
3answers
195 views

Get a list of current windows, and give one of them focus, in .Net

Hey all, Without resorting to PInvoke, is there a way in .net to find out what windows are open? This is slightly different than asking what applications are running in memory. For examp …
0
votes

Natural language date/time parser for .NET?

I'm not aware of one, but it sounded like a cool problem, so here's my whack at it (VB.NET): Private Function ConvertDateTimeToStringRelativeToNow(ByVal d As DateTime) As String …