<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.dotnetzone.gr:443/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Windows Mobile</title><link>https://www.dotnetzone.gr:443/cs/forums/31/ShowForum.aspx</link><description>Θέματα development για SmartPhones, Pocket PC και γενικά φορητές συσκευές με το .NET Compact Framework και τα ASP.NET mobile controls</description><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Απ: Επεξεργασία SMS από PC</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/35684.aspx</link><pubDate>Mon, 01 Oct 2007 06:20:44 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:35684</guid><dc:creator>gmlogic</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/35684.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=31&amp;PostID=35684</wfw:commentRss><description>Υποθέτω ότι το Windows Mobile 5.0 Pocket PC SDK.msi δεν υπάρχη στο VS2005&lt;br&gt;Θα πρέπει να το κατεβάσω?&lt;br&gt;</description></item><item><title>Απ: Επεξεργασία SMS από PC</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/35683.aspx</link><pubDate>Mon, 01 Oct 2007 06:03:04 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:35683</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/35683.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=31&amp;PostID=35683</wfw:commentRss><description>Θα πρέπει να βάλεις το Windows Mobile 5 SDK. Αν έχεις βάλει και το MSDN Library μαζί με το Visual Studio θα βρεις εκεί μέσα το documentation.</description></item><item><title>Απ: Επεξεργασία SMS από PC</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/35682.aspx</link><pubDate>Mon, 01 Oct 2007 05:49:15 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:35682</guid><dc:creator>gmlogic</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/35682.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=31&amp;PostID=35682</wfw:commentRss><description>Που μπορώ να βρώ αυτό το NameSpace Microsoft.WindowsMobile.PocketOutlook ?&lt;br&gt;Έχω το VS2005 PROFESSIONAL.&lt;br&gt;Ευχαριστώ&lt;br&gt;</description></item><item><title>Απ: Επεξεργασία SMS από PC</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/35680.aspx</link><pubDate>Mon, 01 Oct 2007 05:28:22 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:35680</guid><dc:creator>Παναγιώτης Καναβός</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/35680.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=31&amp;PostID=35680</wfw:commentRss><description>&lt;P&gt;Μπορείς να χρησιμοποιήσεις τις&amp;nbsp;κλάσεις &amp;nbsp;SmsMessage και SmsAccount του Microsoft.WindowsMobile.PocketOutlook namespace. To documenation της SmsMessage.Send περιέχει το παρακάτω παράδειγμα:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:black;FONT-FAMILY:Courier New;BACKGROUND-COLOR:transparent;"&gt;&lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:blue;FONT-FAMILY:Courier New;BACKGROUND-COLOR:transparent;"&gt;public&lt;/SPAN&gt; &lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:blue;FONT-FAMILY:Courier New;BACKGROUND-COLOR:transparent;"&gt;void&lt;/SPAN&gt; SmsMessageSend()&lt;BR&gt;{&lt;BR&gt;SmsMessage smsMessage &lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:red;FONT-FAMILY:Courier New;BACKGROUND-COLOR:transparent;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:blue;FONT-FAMILY:Courier New;BACKGROUND-COLOR:transparent;"&gt;new&lt;/SPAN&gt; SmsMessage();&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:green;FONT-FAMILY:Courier New;BACKGROUND-COLOR:transparent;"&gt;//Set the message body and recipient.&lt;/SPAN&gt;&lt;BR&gt;smsMessage.Body &lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:red;FONT-FAMILY:Courier New;BACKGROUND-COLOR:transparent;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:#666666;FONT-FAMILY:Courier New;BACKGROUND-COLOR:#e4e4e4;"&gt;"Would you like to meet for lunch?"&lt;/SPAN&gt;;&lt;BR&gt;smsMessage.To.Add(&lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:blue;FONT-FAMILY:Courier New;BACKGROUND-COLOR:transparent;"&gt;new&lt;/SPAN&gt; Recipient(&lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:#666666;FONT-FAMILY:Courier New;BACKGROUND-COLOR:#e4e4e4;"&gt;"John Doe"&lt;/SPAN&gt;, &lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:#666666;FONT-FAMILY:Courier New;BACKGROUND-COLOR:#e4e4e4;"&gt;"2065550199"&lt;/SPAN&gt;));&lt;BR&gt;smsMessage.RequestDeliveryReport &lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:red;FONT-FAMILY:Courier New;BACKGROUND-COLOR:transparent;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:blue;FONT-FAMILY:Courier New;BACKGROUND-COLOR:transparent;"&gt;true&lt;/SPAN&gt;;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:green;FONT-FAMILY:Courier New;BACKGROUND-COLOR:transparent;"&gt;//Send the SMS message.&lt;/SPAN&gt;&lt;BR&gt;smsMessage.Send();&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:blue;FONT-FAMILY:Courier New;BACKGROUND-COLOR:transparent;"&gt;return&lt;/SPAN&gt;;&lt;BR&gt;}&lt;BR&gt;&lt;/SPAN&gt;&lt;/P&gt;</description></item><item><title>Απ: Επεξεργασία SMS από PC</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/35678.aspx</link><pubDate>Mon, 01 Oct 2007 05:02:39 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:35678</guid><dc:creator>gmlogic</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/35678.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=31&amp;PostID=35678</wfw:commentRss><description>Βασικά δεν θέλω κάτι έτοιμο.&lt;br&gt;Θέλω κάποιον προσανατολισμό για να φτιάξω κάτι μόνος μου.&lt;br&gt;Έχω ένα Qtek S200 μέ wm5 και θέλω κάπως να εκμεταλευτώ το .net&lt;br&gt;Είμαι στην αρχή με τα mobile καί ήθελα κάποια βοήθεια&amp;nbsp;</description></item><item><title>Απ: Επεξεργασία SMS από PC</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/35638.aspx</link><pubDate>Sun, 30 Sep 2007 18:32:41 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:35638</guid><dc:creator>tsavos</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/35638.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=31&amp;PostID=35638</wfw:commentRss><description>Μια λύση είναι το mCore component.&lt;br&gt;Περισσότερες πληροφορίες &lt;a href="http://www.logixmobile.com/products/mcorelib/index.asp"&gt;εδώ&lt;/a&gt;.&lt;br&gt;&lt;br&gt;</description></item><item><title>Επεξεργασία SMS από PC</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/35636.aspx</link><pubDate>Sun, 30 Sep 2007 08:03:42 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:35636</guid><dc:creator>gmlogic</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/35636.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=31&amp;PostID=35636</wfw:commentRss><description>Πως μπορώ να διαβάσω τα SMS του mobile (εισερχόμενα,εξερχόμενα,απεσταλμένα κλπ) από το PC μου.&lt;br&gt;Είναι γραμμένα σε κάποια base πως μπορώ να την επεξεργαστώ.&lt;br&gt;Ευχαριστώ.&lt;br&gt;&lt;br&gt;</description></item></channel></rss>