16. February 2011 01:17
/
jstawski
/
Comments (7)
I was looking for a way to programmatically hide the keyboard in WP7 and was searching for some WP7 API method, but couldn’t find one. Then it dawn on me that the keyboard automatically hides when the TextBox control looses focus. So I decided ...
[More]
b29faf4f-b514-49ae-ae58-cb4f38a142f1|5|3.0|27604f05-86ad-47ef-9e05-950bb762570c
16. December 2010 14:36
/
0
/
Comments (0)
So I submitted my third app, Shapes, into the WP7 Marketplace and 48 hours later I get an email saying it failed. I read the details and it failed because of requirement 5.2.4.c: If the current page displays a context menu or a dialog, the p...
[More]
b9e33034-a516-4e9d-940b-125ca84fd60f|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
3. September 2009 18:01
/
0
/
Comments (4)
Yesterday I introduced a free service to get the location of the IP Address. If you haven’t read it, go on read that first (it’s very short, I promise). So here I am today, showing you my small .NET API to abstract the XML returned by the service. F...
[More]
9f6205fe-4711-41df-9052-de9ecf240df2|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
2. September 2009 19:00
/
0
/
Comments (3)
I wanted to share with all of you a free service that provides you an approximation of your user’s IP Address. You can read about it here: http://www.hostip.info/use.html. If you are looking for a more sophisticated solution that is maintained more o...
[More]
f09aac7b-921b-48e4-8d40-262045def11e|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
21. January 2009 14:39
/
0
/
Comments (0)
I was in need of a CreateRange method, similar to the Enumerable.Range(1, 10), that return an Enumerable of Dates. Doing a search I stumble along this blog post, which contains a generic CreateRange method. I then went ahead and converted the code to...
[More]
08c9d327-5272-4731-9751-2388d4a76464|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
3. December 2008 19:19
/
0
/
Comments (0)
I was in need of an ObservableDictionary object for .NET 2.0 and there was no CLR object that met my requirements. All I needed was a Dictionary object that would notify me when a value was changed. I created a CodePlex project where you can download...
[More]
5c7739f3-1b0f-45e3-951d-2f60a4c75cff|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
28. August 2008 20:11
/
0
/
Comments (0)
Take into consideration the following entity: public class CompositeType
{
public bool BoolValue { get; set; }
public string StringValue { get; set; }
public EnumType VehicleType { get; set; }
...
[More]
1050b8e9-fff3-4807-be79-2d6530e12692|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
22. May 2008 19:30
/
0
/
Comments (1)
This is more of a "mental" note for me than anything else, but I would like to share it with everyone as well. The DateTime.ToString method has 2 overloads, one with no parameters and the other with a string parameter. I would like to talk about the ...
[More]
73ab132a-faa0-4e30-af42-fa0a3254143e|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
27. February 2008 20:15
/
0
/
Comments (1)
A client of mine requires us to use ReSharper. I usually don't like to use any of those tools because if I get used to then and I go crazy when I do not have them, but I think I will give ReSharper a chance at my own dev machine. One of the cool feat...
[More]
01f47aac-84ab-458e-ba86-b65387cb8851|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
13. November 2007 20:24
/
0
/
Comments (28)
Recently I had to bind to an array of strings and I wasn't sure how to show the value of the current item. After a little bit of help from the DevTheo and a little bit of thinking I figured out the solution was very simple. All i had to do was bind i...
[More]
46beea52-456f-417b-88ef-a3e1b7fb653e|10|4.9|27604f05-86ad-47ef-9e05-950bb762570c