July 2005 - Posts
While working on a recent bug a question came up about how permissions work on NTFS. Take the following example directory path c:\University\Fall2005\Homework.cpp Now imagine that our user University\john had the access rights that were specified below.
Read More...
http://liihs.irit.fr/dragice/foldndrop/ Check out the video on this website. The author has implemented a new way of dragging and dropping files in Java and has videotaped a demo. Interesting stuff
Read More...
Don't forget to join us this Wednesday at 10am PST to discuss the new Team System Testing infrastructure. Topics include the Profiler, Test Tools (Unit, Generic, Manual), Web Load Testing, and Code Analysis (FxCop & PREFast). We have questions for
Read More...
This is part 4 of a series. You can find part one here . Please refer to that article for all of the Native definitions of the structures that I use here. In the previous article we were left with a solution where using the code was very clean but the
Read More...
This is part 3 of a series. You can find part one here . Please refer to that article for all of the Native definitions of the structures that I use here. In part 2 of this series I demonstrated how you can Marshal nested data structures by flattening
Read More...
This is part 2 of a series. You can find part one here . Please refer to that article for all of the Native definitions of the structures that I use here. The most important thing to remember when Marshalling data is that the .Net Runtime really only
Read More...
A frequent question that pops up on newsgroups such as microsoft.dotnet.framework.interop is how to Marshal nested structures (and arrays of nested structures) via P/Invoke. The documentation on the subject that I have found usually only covers structures
Read More...
Valery Pryamikov has released an update version of his RunAsAdmin tool. This version has a lot of new features including policy and stronger integration with the shell. This version is still in Beta but it's been very stable for me. http://www.harper.no/valery/PermaLink,guid,9dfd759b-6d53-4b97-8db8-350b32d68ab5.asp
Read More...