.NET Registry Classes, ChooseColorDlg and Coding4Fun
Messed around with the Registry classes in .NET this afternoon. Find it interesting that they decided to put them in Microsoft.Win32 and not under the System namespace someplace.
Also played with the ChooseColorDlg method on the dialogHelper object. Wish there was a way to control where the dialog pops up on screen.
Duncan has a new Coding4Fun column out. I'll read it tomorrow. Too tired from basketball with the MS Project devs this evening over at the building 28 court.
Comments
- Anonymous
June 28, 2003
I'm guessing the Microsoft.Win32 namespace is for MS windows specific functionality (like the Registry). This is something that wouldn't get ported in a project like Mono.