Friday, February 17, 2012
Tuesday, February 14, 2012
Get latest Gadgets reviews
Many time I keep posting here not only for shareing but also for remembring and for future visit.
One more post based on same . You can found latest gadges here by many categories like Mobiles, Androids, desktops , etc and many more. Most of them are categorise such way they repesent the recent news update or related information of electronic devices.
http://blog.gsmarena.com/
One more post based on same . You can found latest gadges here by many categories like Mobiles, Androids, desktops , etc and many more. Most of them are categorise such way they repesent the recent news update or related information of electronic devices.
http://blog.gsmarena.com/
Sunday, February 12, 2012
Take a screen shot of your android phone
Take a screen shot of your androd phone .
It very simple.
Nevigate to the screen to you want to capture...
Press back button .. With holding it press middle button of your phone.
This will capture the current screen and picture will be saved to gallary under folder screen capture.
Try it, its very simple.
It very simple.
Nevigate to the screen to you want to capture...
Press back button .. With holding it press middle button of your phone.
This will capture the current screen and picture will be saved to gallary under folder screen capture.
Try it, its very simple.
Monday, January 23, 2012
Send an email from Sharepoint using SPUtility class
Send an email from Sharepoint using SPUtility class
public static void SendMail(SPWeb pCurrentWeb, string pSubject, string pBody, string pTo, string pFrom)
{
StringDictionary emailDict = new StringDictionary();
try
{
if (!string.IsNullOrEmpty(pFrom) && !string.IsNullOrEmpty(pTo))
{
emailDict.Add("to", pTo);
emailDict.Add("from", pFrom);
emailDict.Add("subject", pSubject);
emailDict.Add("content-type", "text/html");
SPUtility.SendEmail(pCurrentWeb, emailDict, pBody);
}
}
catch (Exception ex)
{
//Log error here
}
}
Wednesday, January 11, 2012
Tuesday, January 10, 2012
Racing moto Android game
I scored 62340 in #RacingMoto# on my GT-S5570, https://market.android.com/details?id=com.droidhen.game.racingmoto
Monday, January 9, 2012
Thursday, January 5, 2012
Subscribe to:
Posts (Atom)