Archive for May, 2007

Chapter 3. Regular Expressions

Wednesday, May 23rd, 2007

I am currently on chapter 3: Searching modifying and encoding text.Study has been rather slow because of work. I had to do a presantation on the current state of my project.
I hope to clear this chapter by end of this week

The Exam objective for this chapter is
Enhance the text handling capabilities of a .net Framework […]

Duplicate Component Name

Thursday, May 17th, 2007

Warning 1 Duplicate component name ‘ClassnameDataGridViewTextBoxColumn’. Component names must be unique and case-insensitive.
This error is one of those that appear in designer generated code. @#@k the VS2005 development team (I dont want to be a MVP - so i can say that).
This error disables the designer view of any form meaning that you cant modify […]