<?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>WinForms</title><link>https://www.dotnetzone.gr:443/cs/forums/12/ShowForum.aspx</link><description>Θέματα για rich client / windows εφαρμογές, σε οποιαδήποτε γλώσσα (VB.NET, C#, managed C++, κ.α.)</description><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Απ: convert 437 to unicode char set(vb. net)</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/6191.aspx</link><pubDate>Sun, 16 Oct 2005 15:52:09 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:6191</guid><dc:creator>manosB</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/6191.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=12&amp;PostID=6191</wfw:commentRss><description>&lt;P&gt;Κύριοι, Τελικά τα κατάφερα με τον παραδοσιακό τρόπο του &lt;STRONG&gt;Look up Table&lt;/STRONG&gt;.&lt;img src="/cs/emoticons/emotion-2.gif" alt="Big Smile [:D]" /&gt;&lt;img src="/cs/emoticons/emotion-2.gif" alt="Big Smile [:D]" /&gt;&lt;img src="/cs/emoticons/emotion-2.gif" alt="Big Smile [:D]" /&gt;&lt;/P&gt;
&lt;P&gt;π.χ charW(93)=Γ σε Unicode κλπ&lt;/P&gt;
&lt;P&gt;Το ξέρω δεν είναι κομψό αφού έχω τόσες βιβλιοθήκες διαθέσιμες στην net αλλά τι να κάνω αφού υπάρχουν και τα deadlines!!&lt;img src="/cs/emoticons/emotion-12.gif" alt="Angry [:@]" /&gt;&lt;img src="/cs/emoticons/emotion-12.gif" alt="Angry [:@]" /&gt;&lt;/P&gt;
&lt;P&gt;'Οσοι έχουν δουλέψει με παλιά Customer Display είμαι σίγουρος ότι&amp;nbsp;ο &lt;STRONG&gt;Look up Table&lt;/STRONG&gt; υπήρχε σε κάθε Project!!!!&lt;img src="/cs/emoticons/emotion-5.gif" alt="Wink [;)]" /&gt;&lt;/P&gt;
&lt;P&gt;Ευχαριστώ Πραγματικά για την ανταπόκριση πάντως. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Είστε πραγματικά κύριοι &lt;/P&gt;</description></item><item><title>Απ: convert 437 to unicode char set(vb. net)</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/5982.aspx</link><pubDate>Fri, 07 Oct 2005 04:49:04 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:5982</guid><dc:creator>Ηλίας Κεκάκος</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/5982.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=12&amp;PostID=5982</wfw:commentRss><description>Γειά σας, δεν ήξερα ότι υπήρχε αυτό το forum. Χαίρομαι που υπάρχει ένα ελληνικό forum για developers του VS. Λοιπόν στο θέμα μας. Πριν κάτι μήνες το χρειάστικα και παρακάτω είναι ο κώδικας: &lt;BR&gt;1. Φόρτωμα αρχείων DOS: &lt;BR&gt;&lt;span style="color: Black;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;'Here we can translate the file from what codepage is being created, in order to see the greek chars &lt;/span&gt;&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;Dim&lt;/span&gt; encoding &lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; Encoding &lt;span style="color: Red;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; encoding.GetEncoding(737) &lt;br /&gt;&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;Try&lt;/span&gt; &lt;br /&gt;FileOpenPWCData.ShowDialog() &lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;If&lt;/span&gt; FileOpenPWCData.FileName.Length &amp;gt; 0 &lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;Then&lt;/span&gt; &lt;br /&gt;strFileName &lt;span style="color: Red;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; FileOpenPWCData.FileName &lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;End&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;If&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;' Create an instance of StreamReader to read from a file. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;Dim&lt;/span&gt; sr &lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; StreamReader &lt;span style="color: Red;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;New&lt;/span&gt; StreamReader(strFileName, encoding) &lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;Dim&lt;/span&gt; line &lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;String&lt;/span&gt; &lt;br /&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;' Read and display the lines from the file until the end &lt;/span&gt;&lt;br /&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;' of the file is reached. &lt;/span&gt;&lt;br /&gt;.......................... &lt;/span&gt;&lt;BR&gt;2 Έξοδος σε unicode (txt file): &lt;BR&gt;&lt;span style="color: Black;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;'Here we can translate the file from what codepage is being created, in order to see the greek chars &lt;/span&gt;&lt;br /&gt;&lt;span style="color: Green;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;'Dim encoding As Encoding = encoding.GetEncoding(928) &lt;/span&gt;&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;Dim&lt;/span&gt; sw &lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;New&lt;/span&gt; System.IO.StreamWriter(fileName, &lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;False&lt;/span&gt;, System.Text.Encoding.&lt;span style="color: Blue;background-color: Transparent;font-family: Lucida Console;font-size: 11px;font-weight: normal;"&gt;Unicode&lt;/span&gt;) &lt;/span&gt;&lt;BR&gt;Ελπίζω να βοήθησα. &lt;BR&gt;&lt;BR&gt;</description></item><item><title>Απ: convert 437 to unicode char set(vb. net)</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/5973.aspx</link><pubDate>Fri, 07 Oct 2005 03:00:34 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:5973</guid><dc:creator>jded</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/5973.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=12&amp;PostID=5973</wfw:commentRss><description>Δες &lt;a HREF="/cs/forums/325/ShowPost.aspx"&gt;και εδώ&lt;/a&gt; που αφορά μόνο τη μετατροπή (σε εσένα ίσως θα χρειάζεται το ανάποδο από το παράδειγμα)
&lt;br&gt;
&lt;br&gt;&lt;br&gt;</description></item><item><title>Απ: convert 437 to unicode char set(vb. net)</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/5968.aspx</link><pubDate>Fri, 07 Oct 2005 02:33:52 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:5968</guid><dc:creator>George J. Capnias</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/5968.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=12&amp;PostID=5968</wfw:commentRss><description>&lt;P&gt;Για δες &lt;A HREF="/cs/forums/949/ShowPost.aspx"&gt;αυτό το thread&lt;/A&gt;. Νομίζω είναι αυτό που ψάχνεις...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;George J.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Απ: convert 437 to unicode char set(vb. net)</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/5945.aspx</link><pubDate>Thu, 06 Oct 2005 22:11:57 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:5945</guid><dc:creator>manosB</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/5945.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=12&amp;PostID=5945</wfw:commentRss><description>Είναι το πρώτο που δοκίμασα αλλά μου επιστρέφει ένα άδειο String &lt;BR&gt;&lt;BR&gt;Κάπου εκεί στη Getchars() χαλάει. &lt;BR&gt;&lt;BR&gt;Καμιά άλλη ιδέα??</description></item><item><title>Απ: convert 437 to unicode char set(vb. net)</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/5914.aspx</link><pubDate>Thu, 06 Oct 2005 05:14:52 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:5914</guid><dc:creator>Χρήστος Γεωργακόπουλος</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/5914.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=12&amp;PostID=5914</wfw:commentRss><description>Μήπως σε βοηθάει αυτό;&lt;BR&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/kdcak6ye"&gt;http://msdn2.microsoft.com/en-us/library/kdcak6ye&lt;/A&gt;</description></item><item><title>convert 437 to unicode char set(vb. net)</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/5908.aspx</link><pubDate>Thu, 06 Oct 2005 02:31:42 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:5908</guid><dc:creator>manosB</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/5908.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=12&amp;PostID=5908</wfw:commentRss><description>&lt;P&gt;Κύριοι Βοήθεια. Διαβάζω ένα&amp;nbsp;αρχείο σε 437 το βάζω σε ένα string. Πως το μετατρέπω σε unicode&lt;/P&gt;
&lt;P&gt;thanks in advance!!!&lt;/P&gt;</description></item></channel></rss>