Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Monday, February 7, 2011

WPF TreeListView

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

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

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

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

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,...