void Nish(char* szBlog);

Nish’s thoughts on MFC, C++/CLI and .NET

void Nish(char* szBlog); header image 4

Entries from December 2007

Typed URLs Cleaner utility for Windows Vista

December 31st, 2007 · 2 Comments

One really annoying feature in Windows Vista is that the typed URL history is shared between Windows Explorer and IE. So when you are using your browser and you drop down the address bar, you end up seeing dozens of local folders or network paths when all you really want to see are the web [...]

[Read more →]

Tags: CLR/.NET BCL

Article : Using data selectors to create a listbox with expand/collapse support

December 27th, 2007 · No Comments

After a brief gap I have decided to get back to writing articles. The following article demonstrates how to use data template selectors and also how to create a hierarchical listbox with expand/collapse support :- Using data selectors to create a listbox with expand/collapse support

[Read more →]

Tags: WPF (Avalon)