<?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>Πρώτα Βήματα - Desktop Applications</title><link>https://www.dotnetzone.gr:443/cs/forums/80/ShowForum.aspx</link><description>Θέματα για όσους φτιάχνουν τα πρώτα τους Desktop Applications σε .NET Framework</description><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Απ: Χρήση του output stream (Console.WriteLine()) σε Desktop εφαρμογή</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/32500.aspx</link><pubDate>Sat, 02 Jun 2007 23:22:01 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:32500</guid><dc:creator>tasos</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/32500.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=80&amp;PostID=32500</wfw:commentRss><description>&lt;P&gt;Βρήκα τα παρακάτω links που είναι σχετικά για το συγκεκριμένο θέμα. &lt;BR&gt;&lt;BR&gt;&lt;A href="http://www.codeguru.com/columns/vb/article.php/c11777/"&gt;http://www.codeguru.com/columns/vb/article.php/c11777/&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blog.devstone.com/Aaron/archive/2006/03/29/1499.aspx"&gt;http://blog.devstone.com/Aaron/archive/2006/03/29/1499.aspx&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;Το πρώτο link είναι αρκετά ωραίο γιατί έχεις τη δυνατότητα να δημιουργήσεις μία φόρμα η οποία μπορεί να λειτουργεί ως Console (μόνο για εμφάνιση της εξόδου).&lt;/P&gt;</description></item><item><title>Απ: Χρήση του output stream (Console.WriteLine()) σε Desktop εφαρμογή</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/31415.aspx</link><pubDate>Fri, 04 May 2007 22:21:12 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:31415</guid><dc:creator>tasos</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/31415.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=80&amp;PostID=31415</wfw:commentRss><description>&lt;P&gt;Πολύ ωραία! Δοκίμασα ένα πολύ απλό παράδειγμα και φαίνεται να δουλεύει. Παραθέτω τον κώδικα απλά για να υπάρχει,&lt;BR&gt;ευχαριστώ!&lt;BR&gt;&lt;BR&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;Dim&lt;/SPAN&gt; aStringWriter &lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:blue;FONT-FAMILY:Courier New;BACKGROUND-COLOR:transparent;"&gt;As&lt;/SPAN&gt; TextWriter&lt;BR&gt;aStringWriter &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; StringWriter()&lt;BR&gt;Console.SetOut(aStringWriter)&lt;BR&gt;Console.&lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:blue;FONT-FAMILY:Courier New;BACKGROUND-COLOR:transparent;"&gt;Write&lt;/SPAN&gt;(&lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:#666666;FONT-FAMILY:Courier New;BACKGROUND-COLOR:#e4e4e4;"&gt;"Console Hello"&lt;/SPAN&gt;)&lt;BR&gt;aStringWriter.Close()&lt;BR&gt;&lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:blue;FONT-FAMILY:Courier New;BACKGROUND-COLOR:transparent;"&gt;MsgBox&lt;/SPAN&gt;(aStringWriter.ToString)&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:11px;COLOR:black;FONT-FAMILY:Courier New;BACKGROUND-COLOR:transparent;"&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;/P&gt;</description></item><item><title>Απ: Χρήση του output stream (Console.WriteLine()) σε Desktop εφαρμογή</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/31412.aspx</link><pubDate>Fri, 04 May 2007 22:01:44 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:31412</guid><dc:creator>Νατάσα Μανουσοπούλου</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/31412.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=80&amp;PostID=31412</wfw:commentRss><description>Μπορείς να χρησιμοποιήσεις την &lt;a href="http://msdn2.microsoft.com/en-us/library/system.console.setout.aspx"&gt;Console.SetOut&lt;/a&gt; για να ανακατευθύνεις ό,τι γίνεται output στην κονσόλα.&lt;br&gt;Αν θέλεις να δείξεις το αποτέλεσμα π.χ. σε ένα TextBox πρέπει να υλοποιήσεις έναν &lt;a href="http://msdn2.microsoft.com/en-us/library/system.io.textwriter.aspx"&gt;TextWriter&lt;/a&gt; που κάνει αυτή τη δουλειά.&lt;br&gt;</description></item><item><title>Χρήση του output stream (Console.WriteLine()) σε Desktop εφαρμογή</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/31411.aspx</link><pubDate>Fri, 04 May 2007 21:53:31 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:31411</guid><dc:creator>tasos</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/31411.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=80&amp;PostID=31411</wfw:commentRss><description>&lt;P&gt;Καλησπέρα,&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; Θέλω να δημιουργήσω μία&amp;nbsp;Desktop εφαρμογή (VB), στην οποία θα μπει κάποιος κώδικας (C#)&amp;nbsp;ο οποίος έχει κάποιες κλήσεις στη Console. Μπορώ να έχω πρόσβαση σε αυτό, δηλαδή να μπορώ να δείξω στον χρήστη αυτά τα μηνύματα αλλά χωρίς να υπάρχει η γραμμή εντολών, μέσα από μία άλλη φόρμα για παράδειγμα; Δουλεύω με Visual Studio 2005&lt;BR&gt;&lt;BR&gt;Υ.Γ.&amp;nbsp;Η εφαρμογή αυτή κάνει parsing κάποιο κείμενο και ο έτοιμος κώδικας είναι&amp;nbsp;από parser generator.&lt;/P&gt;</description></item></channel></rss>