<?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>Απ: Πρόβλημα με τα εικονίδια στα buttons του toolbar</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/22890.aspx</link><pubDate>Fri, 29 Dec 2006 23:54:24 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:22890</guid><dc:creator>Azular</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/22890.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=12&amp;PostID=22890</wfw:commentRss><description>Ρώτησα στο forum του προγράμματος και έμαθα ότι είναι bug του .NET FrameWork 2.0 και όχι του προγράμματος.Δεν ξέρω κατά πόσο ισχύει.Θα δούμε.Ευχαριστώ.</description></item><item><title>Απ: Πρόβλημα με τα εικονίδια στα buttons του toolbar</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/22806.aspx</link><pubDate>Wed, 27 Dec 2006 03:59:52 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:22806</guid><dc:creator>Azular</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/22806.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=12&amp;PostID=22806</wfw:commentRss><description>Λοιπόν έκανα έβαλα το VS2005 και τα εικονίδια φαίνονται μια χαρά βέβαια τα διαβάζω με&amp;nbsp; άλλον τρόπο (από το My.Resources).Όμως τώρα συνέχισα να αναπτυσω την εφαρμογή μου.Μέχρι τώρα έφτιαχνα exe αρχείο.Τώρα το γύρισα σε dll.Θέλω να το χρησιμοποιήσω σε μια opensource GIS πλατφορμα.Έτσι μέσα από αυτό το dll σηκώνω την φόρμα μου αλλα...εδω ξεκινουν τα αλλά&lt;br&gt;Αλλά όταν φορτώνει η φόρμα μέσα από το πρόγραμμα GIS δεν φαίνονται τα images στα&amp;nbsp; toolbar buttons που έχω ορίσει από μια Imagelist.Παρόλα αυτά μια εικόνα από την ιδια Imagelist την δείχνει κανονικά σε άνα απλό Button (όχι toolbar button).Από την άλλη όταν αλλάζω το startup object και βαζω να ξεκινάει η φόρμα κατευθείαn (και το dll να γίνεται exe) τότε παιζουν ολα κανονικά.Επίσης να τονισω ότι τα images είναι embedded png αρχεία και χρησιμοποιώ VS2005.Έχω EnableVisualStyles (αν και στο dll δεν παιζει ρόλο έτσι δεν είναι;)&lt;br&gt;&lt;br&gt;&lt;br&gt;Δεν μπορώ να καταλάβω???&lt;br&gt;&lt;br&gt;Στο Load Event της φόρμας έχω τα εξής&lt;br&gt;&lt;br&gt;&lt;span style="color: Black;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;        &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Dim&lt;/span&gt; toolimagelist &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;New&lt;/span&gt; System.Windows.Forms.ImageList&lt;br /&gt;&lt;br /&gt;        &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Dim&lt;/span&gt; psize &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;New&lt;/span&gt; System.Drawing.Size&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;            psize.Height &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; 23&lt;br /&gt;&lt;br /&gt;            psize.Width &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; 23&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;            toolimagelist.ColorDepth &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; Windows.Forms.ColorDepth.Depth32Bit&lt;br /&gt;&lt;br /&gt;            toolimagelist.ImageSize &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; psize&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;            toolimagelist.Images.&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Add&lt;/span&gt;(My.Resources.zoom_in)&lt;br /&gt;&lt;br /&gt;            toolimagelist.Images.&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Add&lt;/span&gt;(My.Resources.zoom_out)&lt;br /&gt;&lt;br /&gt;            toolimagelist.Images.&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Add&lt;/span&gt;(My.Resources.zoom_layer)&lt;br /&gt;&lt;br /&gt;            toolimagelist.Images.&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Add&lt;/span&gt;(My.Resources.zoom_full)&lt;br /&gt;&lt;br /&gt;            toolimagelist.Images.&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Add&lt;/span&gt;(My.Resources.pan)&lt;br /&gt;&lt;br /&gt;            toolimagelist.Images.&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Add&lt;/span&gt;(My.Resources.add_pg_layer)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;            ToolBar1.ImageList &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; toolimagelist&lt;br /&gt;&lt;br /&gt;       &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;            tbtnZoomIn.ImageIndex &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; 0&lt;br /&gt;&lt;br /&gt;            tbtnZoomOut.ImageIndex &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; 1&lt;br /&gt;&lt;br /&gt;            tbtnZoomLayer.ImageIndex &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; 2&lt;br /&gt;&lt;br /&gt;            tbtnFullZoom.ImageIndex &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; 3&lt;br /&gt;&lt;br /&gt;            tbtnPan.ImageIndex &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; 4&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;            btnLoad.ImageList &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; toolimagelist&lt;br /&gt;&lt;br /&gt;            btnLoad.ImageIndex &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; 5&lt;/span&gt;&lt;br&gt;</description></item><item><title>Απ: Πρόβλημα με τα εικονίδια στα buttons του toolbar</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/22715.aspx</link><pubDate>Fri, 22 Dec 2006 22:35:08 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:22715</guid><dc:creator>Nassos.NET</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/22715.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=12&amp;PostID=22715</wfw:commentRss><description>&lt;P&gt;Φίλε,&lt;/P&gt;
&lt;P&gt;για δοκίμασε να αλλαξεις την GetEmbeddedPng και κανε return Type Image αντί Bitmap&lt;/P&gt;
&lt;P&gt;&lt;span style="color: Black;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Function&lt;/span&gt; GetEmbeddedPng(&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;ByVal&lt;/span&gt; strName &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;String&lt;/span&gt;) &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; System.Drawing.Bitmap&lt;br /&gt;      &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Dim&lt;/span&gt; mybitmap &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;New&lt;/span&gt; System.Drawing.Bitmap(System.Reflection.&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Assembly&lt;/span&gt;.GetExecutingAssembly.GetManifestResourceStream((strName)))&lt;br /&gt;      &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Return&lt;/span&gt; mybitmap&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;End&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Function&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;σε&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;&lt;span style="color: Black;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt; &lt;br /&gt;&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Function&lt;/span&gt; GetEmbeddedPng(&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;ByVal&lt;/span&gt; strName &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;String&lt;/span&gt;) &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; System.Drawing.Image&lt;br /&gt;&lt;br /&gt;      &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Dim&lt;/span&gt; mybitmap &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;New&lt;/span&gt; System.Drawing.Image.FromStream(System.Reflection.&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Assembly&lt;/span&gt;.GetExecutingAssembly.GetManifestResourceStream((strName)))&lt;br /&gt;      &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Return&lt;/span&gt; mybitmap&lt;br /&gt;&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;End&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Function&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Ίσως φταίει &lt;BR&gt;το transformation&amp;nbsp; σε bitmap.&lt;/P&gt;
&lt;P&gt;just a thought!&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;/P&gt;&lt;/FONT&gt;</description></item><item><title>Απ: Πρόβλημα με τα εικονίδια στα buttons του toolbar</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/22610.aspx</link><pubDate>Thu, 21 Dec 2006 07:47:30 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:22610</guid><dc:creator>Azular</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/22610.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=12&amp;PostID=22610</wfw:commentRss><description>Δοκιμασα και να αυξήσω το colordepth οπως επίσης και&lt;br /&gt;
&lt;br /&gt;
Application.EnableVisualStyles()&lt;br /&gt;
&lt;br /&gt;
Application.DoEvents()&lt;br /&gt;
&lt;br /&gt;
αλλα τιποτα.&lt;br /&gt;
&lt;br /&gt;
Θα δοκιμασω και την άλλη πρόταση με το alpha blending&lt;br /&gt;
&lt;br /&gt;</description></item><item><title>Απ: Πρόβλημα με τα εικονίδια στα buttons του toolbar</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/22528.aspx</link><pubDate>Wed, 20 Dec 2006 05:22:23 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:22528</guid><dc:creator>SakisT</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/22528.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=12&amp;PostID=22528</wfw:commentRss><description>Δοκίμασε στο ImageList σου να αυξήσεις το ColorDepth σε ColorDepth.Depth32Bit γιατί η Default τιμή είναι ColorDepth.Depth8Bit.  (toolimagelist.ColorDepth=ColorDepth.Depth32Bit).</description></item><item><title>Απ: Πρόβλημα με τα εικονίδια στα buttons του toolbar</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/22463.aspx</link><pubDate>Tue, 19 Dec 2006 08:52:49 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:22463</guid><dc:creator>KelMan</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/22463.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=12&amp;PostID=22463</wfw:commentRss><description>&lt;P&gt;Ρίξε μια ματιά εδώ: &lt;A href="/cs/forums/2778/ShowPost.aspx"&gt;http://www.dotnetzone.gr/cs/forums/2778/ShowPost.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Επιπρόσθετα, ένας δεύτερος&amp;nbsp;λόγος που μπορεί να συμβαίνει αυτό είναι όταν δεν υποστηρίζεται&amp;nbsp;alpha blending, οπότε τυχόν σκιές,&amp;nbsp;ημιδιαφανή χρώματα, κλπ εμφανίζονται ως solid: &lt;A href="/cs/forums/17760/ShowPost.aspx"&gt;http://www.dotnetzone.gr/cs/forums/17760/ShowPost.aspx&lt;/A&gt;&lt;/P&gt;</description></item><item><title>Πρόβλημα με τα εικονίδια στα buttons του toolbar</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/22461.aspx</link><pubDate>Tue, 19 Dec 2006 08:17:25 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:22461</guid><dc:creator>Azular</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/22461.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=12&amp;PostID=22461</wfw:commentRss><description>Έχω κάποια png αρχεία embedded στην εφαρμογή και τα διαβάζω με τον εξής τρόπο&lt;br&gt;&lt;br&gt;&lt;span style="color: Black;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Function&lt;/span&gt; GetEmbeddedPng(&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;ByVal&lt;/span&gt; strName &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;String&lt;/span&gt;) &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; System.Drawing.Bitmap&lt;br /&gt;&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Dim&lt;/span&gt; mybitmap &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;New&lt;/span&gt; System.Drawing.Bitmap(System.Reflection.&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Assembly&lt;/span&gt;.GetExecutingAssembly.GetManifestResourceStream((strName)))&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Return&lt;/span&gt; mybitmap&lt;br /&gt;&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;End&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Function&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;br&gt;Στην συνέχεια στο Load Event της φόρμας&amp;nbsp; χρησιμοποιώ τον εξής κώδικα για να διαβάσω τα png, τα φορτώσω σε μια Imagelist και αντίστοιχα να θέσω για κάθε κουμπί του toolbar την εικόνα που θέλω από την Imagelist&lt;br&gt;&lt;br&gt;&lt;span style="color: Black;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Dim&lt;/span&gt; myimagelist &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;New&lt;/span&gt; System.Windows.Forms.ImageList&lt;br /&gt;&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Dim&lt;/span&gt; toolimagelist &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;New&lt;/span&gt; System.Windows.Forms.ImageList&lt;br /&gt;&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Dim&lt;/span&gt; psize &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;New&lt;/span&gt; System.Drawing.Size&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;toolimagelist.Images.&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Add&lt;/span&gt;(GetEmbeddedPng(&lt;span style="color: #666666;background-color: #e4e4e4;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;"HATT_EGSA.zoom_in.png"&lt;/span&gt;))&lt;br /&gt;&lt;br /&gt;toolimagelist.Images.&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Add&lt;/span&gt;(GetEmbeddedPng(&lt;span style="color: #666666;background-color: #e4e4e4;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;"HATT_EGSA.zoom_out.png"&lt;/span&gt;))&lt;br /&gt;&lt;br /&gt;toolimagelist.Images.&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Add&lt;/span&gt;(GetEmbeddedPng(&lt;span style="color: #666666;background-color: #e4e4e4;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;"HATT_EGSA.zoom_layer.png"&lt;/span&gt;))&lt;br /&gt;&lt;br /&gt;toolimagelist.Images.&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Add&lt;/span&gt;(GetEmbeddedPng(&lt;span style="color: #666666;background-color: #e4e4e4;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;"HATT_EGSA.zoom_full.png"&lt;/span&gt;))&lt;br /&gt;&lt;br /&gt;toolimagelist.Images.&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Add&lt;/span&gt;(GetEmbeddedPng(&lt;span style="color: #666666;background-color: #e4e4e4;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;"HATT_EGSA.pan.png"&lt;/span&gt;))&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;psize.Height &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; 25&lt;br /&gt;&lt;br /&gt;psize.Width &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; 25&lt;br /&gt;&lt;br /&gt;toolimagelist.ImageSize &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; psize&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ToolBar1.ImageList &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; toolimagelist&lt;br /&gt;&lt;br /&gt;tbtnZoomIn.ImageIndex &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; 0&lt;br /&gt;&lt;br /&gt;tbtnZoomOut.ImageIndex &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; 1&lt;br /&gt;&lt;br /&gt;tbtnZoomLayer.ImageIndex &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; 2&lt;br /&gt;&lt;br /&gt;tbtnFullZoom.ImageIndex &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; 3&lt;br /&gt;&lt;br /&gt;tbtnPan.ImageIndex &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; 4 &lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;br&gt;Ναι μεν τα εικονίδια εμφανίζονται, ωστόσο δεν είναι τόσο καθαρά και ευανάγνωστα όπως είναι όταν τα ίδια εικονίδια τα δώ με ένα εξωτερικό viewer ή τα φορτώσε σε ένα Picturebox.&lt;br&gt;&lt;br&gt;ΕΡΩΤΗΣΗ: Τι μπορεί να φταίει;Μήπως σαν αρχάριος κάνω κάτι λάθος;&lt;br&gt;</description></item></channel></rss>