Since the Reader hasn't gotten that far, there's no way for it to tell...
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
There's no special API for this. All it is is the text of the window title.
myForm.Text = "something that shows up in TaskManager"
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007
Thanks for your help. I believe I've sorted the problem. If I minimize and maximize the main mdi form the Task Manager reports a low resized memory. So the GC really only works when it needs too and if there is no memory pressure it just lets the app grow. Thanks.