Select Page

Windows Phone 7 Mango

Well, I got a Samsung Focus S to play around with this weekend and test the windows phone 7 OS out.  Overall, I liked it, but I can’t switch from iOS just yet. UI The “Metro” UI is actually quite nice, I found it easy to use and find...

WPF Dynamically Added Controls and Getting Values

Today’s challenge was fun. I had added a bunch of textboxes and labels to a Grid with 2 StackPanel in my code behind. StackPanel sp1 = new StackPanel(); StackPanel sp2 = new StackPanel(); Grid g = new Grid(); ColumnDefinition colDef1 = new ColumnDefinition...