Welcome to RogerGuess.net Sign in | Join | Help
WatiN does not currently expose the name property of a select list. However, there is still a way to get at it if you have the element that represents it with a reference to Microsoft.mshtml: foreach (Element element in ie.Elements) { string name Read More

If you have tried to user WatiN tests to set the value of text boxes/fields, you likely have run into a few things. First, this... ie.TextField("ID").Value = "some text";is much faster than this... ie.TextField("ID").TypeText("some text"); Read More
I am finally uploading that sample app I used for my FWDNUG talk this past Tuesday. Check it out on SilverlightAddict.com email it!reddit!del.icio.usdigg it! Read More
SilverlightAddict.com was launched today. The goal is to become a rich content driven sitcky website for all things Silverlight. email it!reddit!del.icio.usdigg it! Read More
I am playing in the System.Drawing.Imaging namespace, and had an issue trying to draw over the top of bitmaps I had pulled from the web via HttpWebResponse.GetResponseStream. This Code: Graphics graph = Graphics.FromImage(bitmap);Returned this error: Read More
I was having a chat with a buddy of mine, and he mentioned a bike his friend was about to purchase. An ‘R1’ he said. I am not fluent with motorcycles, so I quickly googled “r1 bike”. I was very surprised, laughed, and showed him what Google listed as  Read More
Got it working! I kept searching on the wrong terms like 'virtualization'. Anyway, be sure to check this post... Single blog at root level  email it!reddit!del.icio.usdigg it! Read More