How to send a custom email from Windows Phone 7 with default configured client?
[code lang=”csharp” autolinks=”false” collapse=”false” firstline=”1″ gutter=”true” htmlscript=”false” light=”false” padlinenumbers=”false” smarttabs=”true” tabsize=”4″ toolbar=”false”]EmailComposeTask mail = new EmailComposeTask();
mail.To = "info@albertopasca.it";
mail.Subject = "info from app";
mail.Body = "message…";
mail.Show();[/code]
Here a simple tutorial to use SQLite in Objective-C to make complex iphone|ipad applications that uses a database!
First of all, you NEED to download Firefox, after that you need to download and install SQLite Manager Add On for Firefox from here.
The plugin will be used later…
Read More
I forget often these strings….
Read More
Yes!
It’s double right click!
In this snippet you can use right double click to “go back” on your web browser!
It’s a stupid tricks, but it’s very useful!
Read More
Do you want to create an UIColor from RGB value?
Here the snipplet:
Read More
Hello,
I found a magic trick for windows… it use WMIC.
Using WMIC, it is possible to list out all the running processes and their parameters!
Read More
Well,
a usefully thing (for me) that convert real media files like CAMV, RM, SMIL in iPod compatible video (AVI mpeg4).
It’s a multithread windows executable easy to use.
Read More