by Linda Rawson | Oct 14, 2009 | General
Create an LoadCompleted event on the application (App.xaml).LoadCompleted=”Application_LoadCompleted”private void Application_LoadCompleted(object sender, System.Windows.Navigation.NavigationEventArgs e){System.Drawing.Bitmap bmp =...
by Linda Rawson | Sep 27, 2008 | General
The bailout is intended to rescue bankers from the bad loans that threaten to derail the economy and plunge the country into a long depression. What about people like me who have paid their loans on time every time. I haven’t taken out a loan that I could not...
by Linda Rawson | Jul 22, 2008 | General
So a friend of mine gave me a book for my birthday. It is called “The Secret”. She has told me many times that I am already living my dream. After I have made some lucrative business deals, purchased a big house, purchased beautiful furniture and made sure...
by Linda Rawson | May 17, 2008 | General
I am working on validation for a WPF application and here is my class to validate American Zip Codes. class ZipCodeRule : ValidationRule { public override ValidationResult Validate(object value, CultureInfo cultureInfo) { ErrorMessage errMessage = new ErrorMessage();...
by Linda Rawson | May 2, 2008 | General
Based in part by Paul Spencer.As Web Developors we are usually in the business of designing web pages that contains all kinds of content. While limiting myself to plain HTML tags and avoiding any kind of color/style decisions is usually a wise idea, sometimes its nice...