How Do you modify the Schema of TASKS DATABASE on WM2005?
Does anyone know how to force shell32.exe to close all handles/sessions to the "tasks database" ?
Thanks,
Jim Row
Dallas TX
Does anyone know how to force shell32.exe to close all handles/sessions to the "tasks database" ?
Thanks,
Jim Row
Dallas TX
t.Properties.Add("MyCustomProperty", typeof(string));
t.Properties("MyCustomProperty") = "CustomValue";
t.Update();
Peter
On Pre-WM2005 the developer could add columns without problems you say, how do you do that? Can you give me examples or related articles/links?
Thanks,
Micofix