The MSDN sample below demonstrates how to create a TreeListView in WPF. Sleek!
http://msdn.microsoft.com/en-us/library/ms771523%28v=VS.90%29.aspx
Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts
Monday, February 7, 2011
Friday, October 3, 2008
Where is HttpCfg?
I downloaded a few samples for trying out Windows CardSpace. One of the setup scripts used HttpCfg to configure SSL and it failed to execute since it could not find HttpCfg. This file, if not on your system, can be installed from [Windows 2003 Setup location]\Support\Tools\SUPTOOLS.MSI. For a complete list of support tools click here.
Windows XP users can download the support tools from here
Windows 2003 users can download support tools from here
Windows XP users can download the support tools from here
Windows 2003 users can download support tools from here
Friday, July 18, 2008
Reading a INI file
A win32 function named GetPrivateProfile can be used to read an INI file.
Ref: http://msdn.microsoft.com/en-us/library/ms724353(VS.85).aspx
Ref: http://msdn.microsoft.com/en-us/library/ms724353(VS.85).aspx
Sunday, February 10, 2008
Scheduling planned shutdown of Windows 2003 server
To perform a planned shutdown of Windows 2003 server at a specified time, the following command can be used
at 3:00am shutdown /s /d p:1:1
at 3:00am shutdown /s /d p:1:1
Subscribe to:
Posts (Atom)
What is success?
The journey of life takes us through varied experiences like landing an admission at a prestigious college, earning a degree, getting hired,...
-
Recently after a domain password change, I got the following error in trying to run the webrole. Can not log on locally to WebRole as us...
-
In trying to setup a site on a Windows 2008 server, I ran into the following error message Handler "PageHandlerFactory-Integrated"...
-
I was trying my hands at creating a .NET 2.0 component that can be consumed by a COM application. One of the errors I got in the process of...