
HP DV4 Paid Members Public
With all banks stopping on EMI(Equated Monthly Installment),with recession at its high,I was left with no choice for a long time,but to depend on internet cafe's,as my compaq V2624TU got some hardware problems and wouldn't start up.Blogging was on the
Do Stars Count???? Paid Members Public
Quite a few of you might be thinking on what this "Stars" are :).It's nothing other than the " little medals under ones Display Name ".Think I have put you again in thought.Not for too long but,it is the MSDN forum rating that
Ebook Or Hard Copy Paid Members Public
Hi, Of late I have developed the habit of reading books,most of them technical and few others which i feel interesting or of controversial topics.Now in the era of computers you get all the books of choice available right at the click of a button.But I prefer
Deleting Multiple Selected Items in WPF Paid Members Public
Hi, Many a times while using listbox,listview etc there might be a need to delete the multiple selected items. This can be easily achieved by the following piece of code While ControlName.SelectedItems.Count > 0 ControlName.Items.Remove(ControlName.SelectedItem) End While Happy Coding :)
WPF Certification !!!!! Paid Members Public
After a long time after my first microsoft certification,70-536,.NET Framework - Application Development Foundation today i have taken the certification for WPF, Microsoft .NET Framework 3.5, Windows Presentation Foundation Application Development,70-502. This one is easy for anyone who has some hands on experience in WPF.One
SolidColorBrush List from Brushes Paid Members Public
Hi, Everybody will be using Brushes,which implements a set of predefined SolidColrBrush objects,to choose various colors. Sometimes you may want to get a list of all these brushes up in your application,so that the user can select the color of his/her choice. To get the list
Scrolling a Disabled Listbox in WPF Paid Members Public
Recently I had a requirement when developing an application,where i needed a listbox which was to be disabled but yet can be scrolled,so that all the contents in it was visible.Applying the property,IsEnabled=False makes the whole listbox disabled even disabling the scroll. I just found
FxCop Custom Naming Rules Paid Members Public
Recently I had started using FxCop,which is a wonderful code analysis tool.Soon after getting into it,I felt the need of rules specific to my requirements and standards.One such need was in the area of 'Naming of Variables'. Every project/organization might have their own