<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>simplehexviewcontrol Wiki Rss Feed</title><link>https://simplehexviewcontrol.codeplex.com/</link><description>simplehexviewcontrol Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?version=45</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;Simple HexControl &amp;#40;HexView&amp;#41; is a classic Windows Forms control. It implements a hexadecimal view of bytes with grouping. It&amp;#39;s blazing fast, renders only visible frame of a window and supports of painting the individual groups of bytes without the total window being redrawn.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373158" alt="hexcontrol01.PNG" title="hexcontrol01.PNG" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373159" alt="hexcontrol02.PNG" title="hexcontrol02.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Project Author&lt;/h1&gt;Copyright (c) Artur Mustafin&lt;br /&gt;
&lt;h1&gt;Source code&lt;/h1&gt;Source code for the project have been released. Added a new distribution with sample Windows Forms application. You can find code here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/SourceControl/list/changesets"&gt;http://simplehexviewcontrol.codeplex.com/SourceControl/list/changesets&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Links &lt;/h1&gt;&lt;a href="https://sourceforge.net/projects/hexviewcontrol/"&gt;https://sourceforge.net/projects/hexviewcontrol/&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;- Supports vertical and horizontal scrolling&lt;br /&gt;- Supports auto-scroll / auto hide scroll bars&lt;br /&gt;- Renders only visible window frame&lt;br /&gt;- Can update individual byte change&lt;br /&gt;- Supports any type of fonts&lt;br /&gt;- Less intense calculations due to bytes block measurement / rendering&lt;br /&gt;
&lt;h1&gt;Documentation&lt;/h1&gt;HexControl is scrollable composite Windows Forms control. Control logic is divided into presentation logic, model, and some simple code to reflect model changes to presentation control (M-V pattern), skipping controller logic totally, because controller part (events, subscriptions, updates) will be taken totally by the .NET Framework. &lt;br /&gt;&lt;br /&gt;In-depth description of implementation, design and architecture:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/documentation?referringTitle=Home"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Use%20case&amp;referringTitle=Home"&gt;Use case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=How-to&amp;referringTitle=Home"&gt;How-to&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Additional&amp;referringTitle=Home"&gt;Additional&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Rendering&lt;/h1&gt;Rendering of the data is controlled by the rendering options you provide for the control. You can change grouping of the bytes by setting &lt;b&gt;HexControl&lt;/b&gt; properties in &lt;b&gt;Appearance&lt;/b&gt; section:&lt;br /&gt;&lt;br /&gt;- BytesPerColumn&lt;br /&gt;- ColumnPerRow&lt;br /&gt;
&lt;h1&gt;Screenshots&lt;/h1&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373161" alt="hexview-tiny.PNG" title="hexview-tiny.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Alternatives&lt;/h1&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Alternative&amp;referringTitle=Home"&gt;Alternative&lt;/a&gt; control is very ugly, so ugly that I couldn&amp;#39;t place it on a main page. Feel the difference.&lt;br /&gt;
&lt;h1&gt;Description&lt;/h1&gt;HexControlLibrary 1.0&lt;br /&gt;
&lt;h1&gt;Release notes&lt;/h1&gt;Free for non-commercial use. Copyright (c) Artur Mustafin. Binary and source files are included.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Fri, 04 May 2012 21:03:16 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120504090316P</guid></item><item><title>Updated Wiki: Alternative</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?title=Alternative&amp;version=5</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Alternative&lt;/h1&gt;
.NET Framework BCL classes contains standart &lt;b&gt;ByteViewer&lt;/b&gt; component in a System.Design assembly in a System.ComponentModel.Design namespace. While it is easy to use, it doesn&amp;#39;t have an attractive user interface. Actually, it&amp;#39;s ugly:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=375555" alt="capture.png" title="capture.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Fri, 04 May 2012 21:02:44 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Alternative 20120504090244P</guid></item><item><title>Updated Wiki: Alternative</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?title=Alternative&amp;version=4</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Alternative&lt;/h1&gt;
.NET Framework BCL classes contains standart &lt;b&gt;ByteViewer&lt;/b&gt; component in a System.Design assembly in a System.ComponentModel.Design namespace. While it is easy to use, it doesn&amp;#39;t have an attractive user interface. Actually, it&amp;#39;s ugly:&lt;br /&gt;&lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve image macro, invalid image name or id.&lt;/span&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Fri, 04 May 2012 21:02:25 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Alternative 20120504090225P</guid></item><item><title>Updated Wiki: Alternative</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?title=Alternative&amp;version=3</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Alternative&lt;/h1&gt;
.NET Framework BCL classes contains standart &lt;b&gt;ByteViewer&lt;/b&gt; component in a System.Design assembly in a System.ComponentModel.Design namespace. While it is easy to use, it doesn&amp;#39;t have an attractive user interface. Actually, it&amp;#39;s ugly:&lt;br /&gt;&lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve image macro, invalid image name or id.&lt;/span&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Fri, 04 May 2012 21:02:14 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Alternative 20120504090214P</guid></item><item><title>Updated Wiki: Alternative</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?title=Alternative&amp;version=2</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Alternatives&lt;/h1&gt;
.NET Framework BCL classes contains standart &lt;b&gt;ByteViewer&lt;/b&gt; component in a System.Design assembly in a System.ComponentModel.Design namespace. While it is easy to use, it doesn&amp;#39;t have an attractive user interface. Actually, it&amp;#39;s ugly:&lt;br /&gt;&lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve image macro, invalid image name or id.&lt;/span&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Fri, 04 May 2012 21:01:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Alternative 20120504090156P</guid></item><item><title>Updated Wiki: Alternatives</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?title=Alternatives&amp;version=4</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Alternatives&lt;/h1&gt;.NET Framework BCL classes contains standart &lt;b&gt;ByteViewer&lt;/b&gt; component in a System.Design assembly in a System.ComponentModel.Design namespace. While it is easy to use, it doesn&amp;#39;t have an attractive user interface. Actually, it&amp;#39;s ugly:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373809" alt="capture.png" title="capture.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Fri, 04 May 2012 20:58:46 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Alternatives 20120504085846P</guid></item><item><title>Updated Wiki: Alternative</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?title=Alternative&amp;version=1</link><description>&lt;div class="wikidoc"&gt;s&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Fri, 04 May 2012 20:57:24 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Alternative 20120504085724P</guid></item><item><title>Updated Wiki: Home</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?version=44</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;Simple HexControl &amp;#40;HexView&amp;#41; is a classic Windows Forms control. It implements a hexadecimal view of bytes with grouping. It&amp;#39;s blazing fast, renders only visible frame of a window and supports of painting the individual groups of bytes without the total window being redrawn.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373158" alt="hexcontrol01.PNG" title="hexcontrol01.PNG" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373159" alt="hexcontrol02.PNG" title="hexcontrol02.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Project Author&lt;/h1&gt;Copyright (c) Artur Mustafin&lt;br /&gt;
&lt;h1&gt;Source code&lt;/h1&gt;Source code for the project have been released. Added a new distribution with sample Windows Forms application. You can find code here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/SourceControl/list/changesets"&gt;http://simplehexviewcontrol.codeplex.com/SourceControl/list/changesets&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Links &lt;/h1&gt;&lt;a href="https://sourceforge.net/projects/hexviewcontrol/"&gt;https://sourceforge.net/projects/hexviewcontrol/&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;- Supports vertical and horizontal scrolling&lt;br /&gt;- Supports auto-scroll / auto hide scroll bars&lt;br /&gt;- Renders only visible window frame&lt;br /&gt;- Can update individual byte change&lt;br /&gt;- Supports any type of fonts&lt;br /&gt;- Less intense calculations due to bytes block measurement / rendering&lt;br /&gt;
&lt;h1&gt;Documentation&lt;/h1&gt;HexControl is scrollable composite Windows Forms control. Control logic is divided into presentation logic, model, and some simple code to reflect model changes to presentation control (M-V pattern), skipping controller logic totally, because controller part (events, subscriptions, updates) will be taken totally by the .NET Framework. &lt;br /&gt;&lt;br /&gt;In-depth description of implementation, design and architecture:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/documentation?referringTitle=Home"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Use%20case&amp;referringTitle=Home"&gt;Use case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=How-to&amp;referringTitle=Home"&gt;How-to&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Additional&amp;referringTitle=Home"&gt;Additional&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Rendering&lt;/h1&gt;Rendering of the data is controlled by the rendering options you provide for the control. You can change grouping of the bytes by setting &lt;b&gt;HexControl&lt;/b&gt; properties in &lt;b&gt;Appearance&lt;/b&gt; section:&lt;br /&gt;&lt;br /&gt;- BytesPerColumn&lt;br /&gt;- ColumnPerRow&lt;br /&gt;
&lt;h1&gt;Screenshots&lt;/h1&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373161" alt="hexview-tiny.PNG" title="hexview-tiny.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Alternatives&lt;/h1&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Alternative&amp;referringTitle=Home"&gt;Alternative&lt;/a&gt; is very ugly, so ugly that I couldn&amp;#39;t place it on a main page. Feel the difference.&lt;br /&gt;
&lt;h1&gt;Description&lt;/h1&gt;HexControlLibrary 1.0&lt;br /&gt;
&lt;h1&gt;Release notes&lt;/h1&gt;Free for non-commercial use. Copyright (c) Artur Mustafin. Binary and source files are included.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Fri, 04 May 2012 20:56:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120504085656P</guid></item><item><title>Updated Wiki: Home</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?version=43</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;Simple HexControl &amp;#40;HexView&amp;#41; is a classic Windows Forms control. It implements a hexadecimal view of bytes with grouping. It&amp;#39;s blazing fast, renders only visible frame of a window and supports of painting the individual groups of bytes without the total window being redrawn.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373158" alt="hexcontrol01.PNG" title="hexcontrol01.PNG" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373159" alt="hexcontrol02.PNG" title="hexcontrol02.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Project Author&lt;/h1&gt;Copyright (c) Artur Mustafin&lt;br /&gt;
&lt;h1&gt;Source code&lt;/h1&gt;Source code for the project have been released. Added a new distribution with sample Windows Forms application. You can find code here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/SourceControl/list/changesets"&gt;http://simplehexviewcontrol.codeplex.com/SourceControl/list/changesets&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Links &lt;/h1&gt;&lt;a href="https://sourceforge.net/projects/hexviewcontrol/"&gt;https://sourceforge.net/projects/hexviewcontrol/&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;- Supports vertical and horizontal scrolling&lt;br /&gt;- Supports auto-scroll / auto hide scroll bars&lt;br /&gt;- Renders only visible window frame&lt;br /&gt;- Can update individual byte change&lt;br /&gt;- Supports any type of fonts&lt;br /&gt;- Less intense calculations due to bytes block measurement / rendering&lt;br /&gt;
&lt;h1&gt;Documentation&lt;/h1&gt;HexControl is scrollable composite Windows Forms control. Control logic is divided into presentation logic, model, and some simple code to reflect model changes to presentation control (M-V pattern), skipping controller logic totally, because controller part (events, subscriptions, updates) will be taken totally by the .NET Framework. &lt;br /&gt;&lt;br /&gt;In-depth description of implementation, design and architecture:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/documentation?referringTitle=Home"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Use%20case&amp;referringTitle=Home"&gt;Use case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=How-to&amp;referringTitle=Home"&gt;How-to&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Additional&amp;referringTitle=Home"&gt;Additional&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Rendering&lt;/h1&gt;Rendering of the data is controlled by the rendering options you provide for the control. You can change grouping of the bytes by setting &lt;b&gt;HexControl&lt;/b&gt; properties in &lt;b&gt;Appearance&lt;/b&gt; section:&lt;br /&gt;&lt;br /&gt;- BytesPerColumn&lt;br /&gt;- ColumnPerRow&lt;br /&gt;
&lt;h1&gt;Screenshots&lt;/h1&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373161" alt="hexview-tiny.PNG" title="hexview-tiny.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Alternatives&lt;/h1&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Alternative&amp;referringTitle=Home"&gt;Alternative&lt;/a&gt; is very ugly, so ugly that I couldn&amp;#39;t place it on a main page. Feel the difference.&lt;br /&gt;
&lt;h1&gt;Description&lt;/h1&gt;HexControlLibrary 1.0&lt;br /&gt;
&lt;h1&gt;Release notes&lt;/h1&gt;Free for non-commercial use. Copyright (c) Artur Mustafin. Binary and source files are included.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Fri, 04 May 2012 20:56:01 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120504085601P</guid></item><item><title>Updated Wiki: Home</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?version=42</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;Simple HexControl &amp;#40;HexView&amp;#41; is a classic Windows Forms control. It implements a hexadecimal view of bytes with grouping. It&amp;#39;s blazing fast, renders only visible frame of a window and supports of painting the individual groups of bytes without the total window being redrawn.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373158" alt="hexcontrol01.PNG" title="hexcontrol01.PNG" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373159" alt="hexcontrol02.PNG" title="hexcontrol02.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Project Author&lt;/h1&gt;Copyright (c) Artur Mustafin&lt;br /&gt;
&lt;h1&gt;Source code&lt;/h1&gt;Source code for the project have been released. Added a new distribution with sample Windows Forms application. You can find code here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/SourceControl/list/changesets"&gt;http://simplehexviewcontrol.codeplex.com/SourceControl/list/changesets&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Links &lt;/h1&gt;&lt;a href="https://sourceforge.net/projects/hexviewcontrol/"&gt;https://sourceforge.net/projects/hexviewcontrol/&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;- Supports vertical and horizontal scrolling&lt;br /&gt;- Supports auto-scroll / auto hide scroll bars&lt;br /&gt;- Renders only visible window frame&lt;br /&gt;- Can update individual byte change&lt;br /&gt;- Supports any type of fonts&lt;br /&gt;- Less intense calculations due to bytes block measurement / rendering&lt;br /&gt;
&lt;h1&gt;Documentation&lt;/h1&gt;HexControl is scrollable composite Windows Forms control. Control logic is divided into presentation logic, model, and some simple code to reflect model changes to presentation control (M-V pattern), skipping controller logic totally, because controller part (events, subscriptions, updates) will be taken totally by the .NET Framework. &lt;br /&gt;&lt;br /&gt;In-depth description of implementation, design and architecture:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/documentation?referringTitle=Home"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Use%20case&amp;referringTitle=Home"&gt;Use case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=How-to&amp;referringTitle=Home"&gt;How-to&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Additional&amp;referringTitle=Home"&gt;Additional&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Rendering&lt;/h1&gt;Rendering of the data is controlled by the rendering options you provide for the control. You can change grouping of the bytes by setting &lt;b&gt;HexControl&lt;/b&gt; properties in &lt;b&gt;Appearance&lt;/b&gt; section:&lt;br /&gt;&lt;br /&gt;- BytesPerColumn&lt;br /&gt;- ColumnPerRow&lt;br /&gt;
&lt;h1&gt;Screenshots&lt;/h1&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373161" alt="hexview-tiny.PNG" title="hexview-tiny.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Alternatives&lt;/h1&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Alternatives&amp;referringTitle=Home"&gt;Alternatives&lt;/a&gt; is very ugly, so ugly that I couldn&amp;#39;t place it on a main page. Feel the difference.&lt;br /&gt;
&lt;h1&gt;Description&lt;/h1&gt;HexControlLibrary 1.0&lt;br /&gt;
&lt;h1&gt;Release notes&lt;/h1&gt;Free for non-commercial use. Copyright (c) Artur Mustafin. Binary and source files are included.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Tue, 01 May 2012 18:50:17 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120501065017P</guid></item><item><title>Updated Wiki: Home</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?version=41</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;Simple HexControl &amp;#40;HexView&amp;#41; is a classic Windows Forms control. It implements a hexadecimal view of bytes with grouping. It&amp;#39;s blazing fast, renders only visible frame of a window and supports of painting the individual groups of bytes without the total window being redrawn.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373158" alt="hexcontrol01.PNG" title="hexcontrol01.PNG" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373159" alt="hexcontrol02.PNG" title="hexcontrol02.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Project Author&lt;/h1&gt;Copyright (c) Artur Mustafin&lt;br /&gt;
&lt;h1&gt;Source code&lt;/h1&gt;Source code for the project have been released. You can find changeset 89940 here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/SourceControl/changeset/changes/89940"&gt;http://simplehexviewcontrol.codeplex.com/SourceControl/changeset/changes/89940&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Links &lt;/h1&gt;&lt;a href="https://sourceforge.net/projects/hexviewcontrol/"&gt;https://sourceforge.net/projects/hexviewcontrol/&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;- Supports vertical and horizontal scrolling&lt;br /&gt;- Supports auto-scroll / auto hide scroll bars&lt;br /&gt;- Renders only visible window frame&lt;br /&gt;- Can update individual byte change&lt;br /&gt;- Supports any type of fonts&lt;br /&gt;- Less intense calculations due to bytes block measurement / rendering&lt;br /&gt;
&lt;h1&gt;Documentation&lt;/h1&gt;HexControl is scrollable composite Windows Forms control. Control logic is divided into presentation logic, model, and some simple code to reflect model changes to presentation control (M-V pattern), skipping controller logic totally, because controller part (events, subscriptions, updates) will be taken totally by the .NET Framework. &lt;br /&gt;&lt;br /&gt;In-depth description of implementation, design and architecture:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/documentation?referringTitle=Home"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Use%20case&amp;referringTitle=Home"&gt;Use case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=How-to&amp;referringTitle=Home"&gt;How-to&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Additional&amp;referringTitle=Home"&gt;Additional&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Rendering&lt;/h1&gt;Rendering of the data is controlled by the rendering options you provide for the control. You can change grouping of the bytes by setting &lt;b&gt;HexControl&lt;/b&gt; properties in &lt;b&gt;Appearance&lt;/b&gt; section:&lt;br /&gt;&lt;br /&gt;- BytesPerColumn&lt;br /&gt;- ColumnPerRow&lt;br /&gt;
&lt;h1&gt;Screenshots&lt;/h1&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373161" alt="hexview-tiny.PNG" title="hexview-tiny.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Alternatives&lt;/h1&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Alternatives&amp;referringTitle=Home"&gt;Alternatives&lt;/a&gt; is very ugly, so ugly that I couldn&amp;#39;t place it on a main page. Feel the difference.&lt;br /&gt;
&lt;h1&gt;Description&lt;/h1&gt;HexControlLibrary 1.0&lt;br /&gt;
&lt;h1&gt;Release notes&lt;/h1&gt;Free for non-commercial use. Copyright (c) Artur Mustafin. Binary and source files are included.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Tue, 01 May 2012 18:47:24 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120501064724P</guid></item><item><title>Updated Wiki: Home</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?version=40</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;Simple HexControl &amp;#40;HexView&amp;#41; is a classic Windows Forms control. It implements a hexadecimal view of bytes with grouping. It&amp;#39;s blazing fast, renders only visible frame of a window and supports of painting the individual groups of bytes without the total window being redrawn.&lt;br /&gt;
&lt;h1&gt;Project Author&lt;/h1&gt;Artur Mustafin&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373158" alt="hexcontrol01.PNG" title="hexcontrol01.PNG" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373159" alt="hexcontrol02.PNG" title="hexcontrol02.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Source code&lt;/h1&gt;Source code for the project have been released. You can find changeset 89940 here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/SourceControl/changeset/changes/89940"&gt;http://simplehexviewcontrol.codeplex.com/SourceControl/changeset/changes/89940&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Links &lt;/h1&gt;&lt;a href="https://sourceforge.net/projects/hexviewcontrol/"&gt;https://sourceforge.net/projects/hexviewcontrol/&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;- Supports vertical and horizontal scrolling&lt;br /&gt;- Supports auto-scroll / auto hide scroll bars&lt;br /&gt;- Renders only visible window frame&lt;br /&gt;- Can update individual byte change&lt;br /&gt;- Supports any type of fonts&lt;br /&gt;- Less intense calculations due to bytes block measurement / rendering&lt;br /&gt;
&lt;h1&gt;Documentation&lt;/h1&gt;HexControl is scrollable composite Windows Forms control. Control logic is divided into presentation logic, model, and some simple code to reflect model changes to presentation control (M-V pattern), skipping controller logic totally, because controller part (events, subscriptions, updates) will be taken totally by the .NET Framework. &lt;br /&gt;&lt;br /&gt;In-depth description of implementation, design and architecture:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/documentation?referringTitle=Home"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Use%20case&amp;referringTitle=Home"&gt;Use case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=How-to&amp;referringTitle=Home"&gt;How-to&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Additional&amp;referringTitle=Home"&gt;Additional&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Rendering&lt;/h1&gt;Rendering of the data is controlled by the rendering options you provide for the control. You can change grouping of the bytes by setting &lt;b&gt;HexControl&lt;/b&gt; properties in &lt;b&gt;Appearance&lt;/b&gt; section:&lt;br /&gt;&lt;br /&gt;- BytesPerColumn&lt;br /&gt;- ColumnPerRow&lt;br /&gt;
&lt;h1&gt;Screenshots&lt;/h1&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373161" alt="hexview-tiny.PNG" title="hexview-tiny.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Alternatives&lt;/h1&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Alternatives&amp;referringTitle=Home"&gt;Alternatives&lt;/a&gt; is very ugly, so ugly that I couldn&amp;#39;t place it on a main page. Feel the difference.&lt;br /&gt;
&lt;h1&gt;Description&lt;/h1&gt;HexControlLibrary 1.0&lt;br /&gt;
&lt;h1&gt;Release notes&lt;/h1&gt;Free for non-commercial use. Copyright (c) Artur Mustafin. Binary and source files are included.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Tue, 01 May 2012 18:47:01 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120501064701P</guid></item><item><title>Updated Wiki: Alternatives</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?title=Alternatives&amp;version=3</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Alternatives&lt;/h1&gt;.NET Framework BCL classes contains standart &lt;b&gt;ByteViewer&lt;/b&gt; component in a System.Design assembly in a System.ComponentModel.Design namespace. While it is easy to use, it doesn&amp;#39;t have an attractive user interface. Actually, it&amp;#39;s ugly:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373809" alt="capture.png" title="capture.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Tue, 01 May 2012 18:45:24 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Alternatives 20120501064524P</guid></item><item><title>Updated Wiki: Alternatives</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?title=Alternatives&amp;version=2</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Alternatives&lt;/h1&gt;.NET Framework BCL classes contains standart &lt;b&gt;ByteViewer&lt;/b&gt; component in a System.Design assembly in a System.ComponentModel.Design namespace. While it is easy to use, it doesn&amp;#39;t have an attractive user interface. Actually, it&amp;#39;s ugly:&lt;br /&gt;&lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve image macro, invalid image name or id.&lt;/span&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Tue, 01 May 2012 18:45:12 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Alternatives 20120501064512P</guid></item><item><title>Updated Wiki: Alternatives</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?title=Alternatives&amp;version=1</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Alternatives&lt;/h1&gt;.NET Framework BCL classes contains standart &lt;b&gt;ByteViewer&lt;/b&gt; component in a System.Design assembly in a System.ComponentModel.Design namespace. While it is easy to use, it doesn&amp;#39;t have an attractive user interface. Actually, it&amp;#39;s ugly:&lt;br /&gt;&lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve image macro, invalid image name or id.&lt;/span&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Tue, 01 May 2012 18:44:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Alternatives 20120501064453P</guid></item><item><title>Updated Wiki: Home</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?version=39</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;Simple HexControl &amp;#40;HexView&amp;#41; is a classic Windows Forms control. It implements a hexadecimal view of bytes with grouping. It&amp;#39;s blazing fast, renders only visible frame of a window and supports of painting the individual groups of bytes without the total window being redrawn.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373158" alt="hexcontrol01.PNG" title="hexcontrol01.PNG" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373159" alt="hexcontrol02.PNG" title="hexcontrol02.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Source code&lt;/h1&gt;Source code for the project have been released. You can find changeset 89940 here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/SourceControl/changeset/changes/89940"&gt;http://simplehexviewcontrol.codeplex.com/SourceControl/changeset/changes/89940&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Links &lt;/h1&gt;&lt;a href="https://sourceforge.net/projects/hexviewcontrol/"&gt;https://sourceforge.net/projects/hexviewcontrol/&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;- Supports vertical and horizontal scrolling&lt;br /&gt;- Supports auto-scroll / auto hide scroll bars&lt;br /&gt;- Renders only visible window frame&lt;br /&gt;- Can update individual byte change&lt;br /&gt;- Supports any type of fonts&lt;br /&gt;- Less intense calculations due to bytes block measurement / rendering&lt;br /&gt;
&lt;h1&gt;Documentation&lt;/h1&gt;HexControl is scrollable composite Windows Forms control. Control logic is divided into presentation logic, model, and some simple code to reflect model changes to presentation control (M-V pattern), skipping controller logic totally, because controller part (events, subscriptions, updates) will be taken totally by the .NET Framework. &lt;br /&gt;&lt;br /&gt;In-depth description of implementation, design and architecture:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/documentation?referringTitle=Home"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Use%20case&amp;referringTitle=Home"&gt;Use case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=How-to&amp;referringTitle=Home"&gt;How-to&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Additional&amp;referringTitle=Home"&gt;Additional&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Rendering&lt;/h1&gt;Rendering of the data is controlled by the rendering options you provide for the control. You can change grouping of the bytes by setting &lt;b&gt;HexControl&lt;/b&gt; properties in &lt;b&gt;Appearance&lt;/b&gt; section:&lt;br /&gt;&lt;br /&gt;- BytesPerColumn&lt;br /&gt;- ColumnPerRow&lt;br /&gt;
&lt;h1&gt;Screenshots&lt;/h1&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373161" alt="hexview-tiny.PNG" title="hexview-tiny.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Alternatives&lt;/h1&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Alternatives&amp;referringTitle=Home"&gt;Alternatives&lt;/a&gt; is very ugly, so ugly that I couldn&amp;#39;t place it on a main page. Feel the difference.&lt;br /&gt;
&lt;h1&gt;Description&lt;/h1&gt;HexControlLibrary 1.0&lt;br /&gt;
&lt;h1&gt;Release notes&lt;/h1&gt;Free for non-commercial use. Copyright (c) Artur Mustafin. Binary and source files are included.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Tue, 01 May 2012 18:44:34 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120501064434P</guid></item><item><title>Updated Wiki: Home</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?version=38</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;Simple HexControl &amp;#40;HexView&amp;#41; is a classic Windows Forms control. It implements a hexadecimal view of bytes with grouping. It&amp;#39;s blazing fast, renders only visible frame of a window and supports of painting the individual groups of bytes without the total window being redrawn.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373158" alt="hexcontrol01.PNG" title="hexcontrol01.PNG" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373159" alt="hexcontrol02.PNG" title="hexcontrol02.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Source code&lt;/h1&gt;Source code for the project have been released. You can find changeset 89940 here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/SourceControl/changeset/changes/89940"&gt;http://simplehexviewcontrol.codeplex.com/SourceControl/changeset/changes/89940&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Links &lt;/h1&gt;&lt;a href="https://sourceforge.net/projects/hexviewcontrol/"&gt;https://sourceforge.net/projects/hexviewcontrol/&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;- Supports vertical and horizontal scrolling&lt;br /&gt;- Supports auto-scroll / auto hide scroll bars&lt;br /&gt;- Renders only visible window frame&lt;br /&gt;- Can update individual byte change&lt;br /&gt;- Supports any type of fonts&lt;br /&gt;- Less intense calculations due to bytes block measurement / rendering&lt;br /&gt;
&lt;h1&gt;Documentation&lt;/h1&gt;HexControl is scrollable composite Windows Forms control. Control logic is divided into presentation logic, model, and some simple code to reflect model changes to presentation control (M-V pattern), skipping controller logic totally, because controller part (events, subscriptions, updates) will be taken totally by the .NET Framework. &lt;br /&gt;&lt;br /&gt;In-depth description of implementation, design and architecture:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/documentation?referringTitle=Home"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Use%20case&amp;referringTitle=Home"&gt;Use case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=How-to&amp;referringTitle=Home"&gt;How-to&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Additional&amp;referringTitle=Home"&gt;Additional&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Rendering&lt;/h1&gt;Rendering of the data is controlled by the rendering options you provide for the control. You can change grouping of the bytes by setting &lt;b&gt;HexControl&lt;/b&gt; properties in &lt;b&gt;Appearance&lt;/b&gt; section:&lt;br /&gt;&lt;br /&gt;- BytesPerColumn&lt;br /&gt;- ColumnPerRow&lt;br /&gt;&lt;br /&gt;
&lt;h1&gt;Screenshots&lt;/h1&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373161" alt="hexview-tiny.PNG" title="hexview-tiny.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Alternatives&lt;/h1&gt;.NET Framework BCL classes contains standart &lt;b&gt;ByteViewer&lt;/b&gt; component in a System.Design assembly in a System.ComponentModel.Design namespace. While it is easy to use, it doesn&amp;#39;t have an attractive user interface. Actually, it&amp;#39;s ugly:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373743" alt="capture.png" title="capture.png" /&gt;&lt;br /&gt;&lt;br /&gt;But the usage is quite handy, after all:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
System.ComponentModel.Design.ByteViewer be = &lt;span style="color:Blue;"&gt;new&lt;/span&gt; System.ComponentModel.Design.ByteViewer();
                be.Font = &lt;span style="color:Blue;"&gt;this&lt;/span&gt;.Font;
                be.SetBytes(memory.bytes);
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;
&lt;h1&gt;Description&lt;/h1&gt;HexControlLibrary 1.0&lt;br /&gt;
&lt;h1&gt;Release notes&lt;/h1&gt;Free for non-commercial use. Copyright (c) Artur Mustafin. Binary and source files are included.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Tue, 01 May 2012 18:39:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120501063909P</guid></item><item><title>Updated Wiki: Home</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?version=37</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;Simple HexControl &amp;#40;HexView&amp;#41; is a classic Windows Forms control. It implements a hexadecimal view of bytes with grouping. It&amp;#39;s blazing fast, renders only visible frame of a window and supports of painting the individual groups of bytes without the total window being redrawn.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373158" alt="hexcontrol01.PNG" title="hexcontrol01.PNG" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373159" alt="hexcontrol02.PNG" title="hexcontrol02.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Alternatives&lt;/h1&gt;.NET Framework BCL classes contains standart &lt;b&gt;ByteViewer&lt;/b&gt; component in a System.Design assembly in a System.ComponentModel.Design namespace. While it is easy to use, it doesn&amp;#39;t have an attractive user interface. Actually, it&amp;#39;s ugly:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373743" alt="capture.png" title="capture.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
System.ComponentModel.Design.ByteViewer be = &lt;span style="color:Blue;"&gt;new&lt;/span&gt; System.ComponentModel.Design.ByteViewer();
                be.Font = &lt;span style="color:Blue;"&gt;this&lt;/span&gt;.Font;
                be.SetBytes(memory.bytes);
&lt;/pre&gt;&lt;/div&gt;
&lt;h1&gt;Source code&lt;/h1&gt;Source code for the project have been released. You can find changeset 89940 here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/SourceControl/changeset/changes/89940"&gt;http://simplehexviewcontrol.codeplex.com/SourceControl/changeset/changes/89940&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Links &lt;/h1&gt;&lt;a href="https://sourceforge.net/projects/hexviewcontrol/"&gt;https://sourceforge.net/projects/hexviewcontrol/&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;- Supports vertical and horizontal scrolling&lt;br /&gt;- Supports auto-scroll / auto hide scroll bars&lt;br /&gt;- Renders only visible window frame&lt;br /&gt;- Can update individual byte change&lt;br /&gt;- Supports any type of fonts&lt;br /&gt;- Less intense calculations due to bytes block measurement / rendering&lt;br /&gt;
&lt;h1&gt;Documentation&lt;/h1&gt;HexControl is scrollable composite Windows Forms control. Control logic is divided into presentation logic, model, and some simple code to reflect model changes to presentation control (M-V pattern), skipping controller logic totally, because controller part (events, subscriptions, updates) will be taken totally by the .NET Framework. &lt;br /&gt;&lt;br /&gt;In-depth description of implementation, design and architecture:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/documentation?referringTitle=Home"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Use%20case&amp;referringTitle=Home"&gt;Use case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=How-to&amp;referringTitle=Home"&gt;How-to&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Additional&amp;referringTitle=Home"&gt;Additional&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Rendering&lt;/h1&gt;Rendering of the data is controlled by the rendering options you provide for the control. You can change grouping of the bytes by setting &lt;b&gt;HexControl&lt;/b&gt; properties in &lt;b&gt;Appearance&lt;/b&gt; section:&lt;br /&gt;&lt;br /&gt;- BytesPerColumn&lt;br /&gt;- ColumnPerRow&lt;br /&gt;
&lt;h1&gt;Screenshots&lt;/h1&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373161" alt="hexview-tiny.PNG" title="hexview-tiny.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Description&lt;/h1&gt;HexControlLibrary 1.0&lt;br /&gt;
&lt;h1&gt;Release notes&lt;/h1&gt;Free for non-commercial use. Copyright (c) Artur Mustafin. Binary and source files are included.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Tue, 01 May 2012 18:37:51 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120501063751P</guid></item><item><title>Updated Wiki: Home</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?version=36</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;Simple HexControl &amp;#40;HexView&amp;#41; is a classic Windows Forms control. It implements a hexadecimal view of bytes with grouping. It&amp;#39;s blazing fast, renders only visible frame of a window and supports of painting the individual groups of bytes without the total window being redrawn.&lt;br /&gt;
&lt;h1&gt;Alternatives&lt;/h1&gt;.NET Framework BCL classes contains standart &lt;b&gt;ByteViewer&lt;/b&gt; component in a System.Design assembly in a System.ComponentModel.Design namespace. While it is easy to use, it doesn&amp;#39;t have an attractive user interface. Actually, it&amp;#39;s ugly:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373743" alt="capture.png" title="capture.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
System.ComponentModel.Design.ByteViewer be = &lt;span style="color:Blue;"&gt;new&lt;/span&gt; System.ComponentModel.Design.ByteViewer();
                be.Font = &lt;span style="color:Blue;"&gt;this&lt;/span&gt;.Font;
                be.SetBytes(memory.bytes);
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373158" alt="hexcontrol01.PNG" title="hexcontrol01.PNG" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373159" alt="hexcontrol02.PNG" title="hexcontrol02.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Source code&lt;/h1&gt;Source code for the project have been released. You can find changeset 89940 here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/SourceControl/changeset/changes/89940"&gt;http://simplehexviewcontrol.codeplex.com/SourceControl/changeset/changes/89940&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Links &lt;/h1&gt;&lt;a href="https://sourceforge.net/projects/hexviewcontrol/"&gt;https://sourceforge.net/projects/hexviewcontrol/&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;- Supports vertical and horizontal scrolling&lt;br /&gt;- Supports auto-scroll / auto hide scroll bars&lt;br /&gt;- Renders only visible window frame&lt;br /&gt;- Can update individual byte change&lt;br /&gt;- Supports any type of fonts&lt;br /&gt;- Less intense calculations due to bytes block measurement / rendering&lt;br /&gt;
&lt;h1&gt;Documentation&lt;/h1&gt;HexControl is scrollable composite Windows Forms control. Control logic is divided into presentation logic, model, and some simple code to reflect model changes to presentation control (M-V pattern), skipping controller logic totally, because controller part (events, subscriptions, updates) will be taken totally by the .NET Framework. &lt;br /&gt;&lt;br /&gt;In-depth description of implementation, design and architecture:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/documentation?referringTitle=Home"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Use%20case&amp;referringTitle=Home"&gt;Use case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=How-to&amp;referringTitle=Home"&gt;How-to&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Additional&amp;referringTitle=Home"&gt;Additional&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Rendering&lt;/h1&gt;Rendering of the data is controlled by the rendering options you provide for the control. You can change grouping of the bytes by setting &lt;b&gt;HexControl&lt;/b&gt; properties in &lt;b&gt;Appearance&lt;/b&gt; section:&lt;br /&gt;&lt;br /&gt;- BytesPerColumn&lt;br /&gt;- ColumnPerRow&lt;br /&gt;
&lt;h1&gt;Screenshots&lt;/h1&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373161" alt="hexview-tiny.PNG" title="hexview-tiny.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Description&lt;/h1&gt;HexControlLibrary 1.0&lt;br /&gt;
&lt;h1&gt;Release notes&lt;/h1&gt;Free for non-commercial use. Copyright (c) Artur Mustafin. Binary and source files are included.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Tue, 01 May 2012 18:36:46 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120501063646P</guid></item><item><title>Updated Wiki: Home</title><link>http://simplehexviewcontrol.codeplex.com/wikipage?version=35</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;Simple HexControl &amp;#40;HexView&amp;#41; is a classic Windows Forms control. It implements a hexadecimal view of bytes with grouping. It&amp;#39;s blazing fast, renders only visible frame of a window and supports of painting the individual groups of bytes without the total window being redrawn.&lt;br /&gt;
&lt;h1&gt;.NET Framework BCL&lt;/h1&gt;.NET Framework BCL classes contains standart &lt;b&gt;ByteViewer&lt;/b&gt; component in a System.Design assembly in a System.ComponentModel.Design namespace.&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
System.ComponentModel.Design.ByteViewer be = &lt;span style="color:Blue;"&gt;new&lt;/span&gt; System.ComponentModel.Design.ByteViewer();
                be.Font = &lt;span style="color:Blue;"&gt;this&lt;/span&gt;.Font;
                be.SetBytes(memory.bytes);
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373158" alt="hexcontrol01.PNG" title="hexcontrol01.PNG" /&gt; &lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373159" alt="hexcontrol02.PNG" title="hexcontrol02.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Source code&lt;/h1&gt;Source code for the project have been released. You can find changeset 89940 here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/SourceControl/changeset/changes/89940"&gt;http://simplehexviewcontrol.codeplex.com/SourceControl/changeset/changes/89940&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Links &lt;/h1&gt;&lt;a href="https://sourceforge.net/projects/hexviewcontrol/"&gt;https://sourceforge.net/projects/hexviewcontrol/&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;- Supports vertical and horizontal scrolling&lt;br /&gt;- Supports auto-scroll / auto hide scroll bars&lt;br /&gt;- Renders only visible window frame&lt;br /&gt;- Can update individual byte change&lt;br /&gt;- Supports any type of fonts&lt;br /&gt;- Less intense calculations due to bytes block measurement / rendering&lt;br /&gt;
&lt;h1&gt;Documentation&lt;/h1&gt;HexControl is scrollable composite Windows Forms control. Control logic is divided into presentation logic, model, and some simple code to reflect model changes to presentation control (M-V pattern), skipping controller logic totally, because controller part (events, subscriptions, updates) will be taken totally by the .NET Framework. &lt;br /&gt;&lt;br /&gt;In-depth description of implementation, design and architecture:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/documentation?referringTitle=Home"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Use%20case&amp;referringTitle=Home"&gt;Use case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=How-to&amp;referringTitle=Home"&gt;How-to&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simplehexviewcontrol.codeplex.com/wikipage?title=Additional&amp;referringTitle=Home"&gt;Additional&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Rendering&lt;/h1&gt;Rendering of the data is controlled by the rendering options you provide for the control. You can change grouping of the bytes by setting &lt;b&gt;HexControl&lt;/b&gt; properties in &lt;b&gt;Appearance&lt;/b&gt; section:&lt;br /&gt;&lt;br /&gt;- BytesPerColumn&lt;br /&gt;- ColumnPerRow&lt;br /&gt;
&lt;h1&gt;Screenshots&lt;/h1&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=simplehexviewcontrol&amp;DownloadId=373161" alt="hexview-tiny.PNG" title="hexview-tiny.PNG" /&gt;&lt;br /&gt;
&lt;h1&gt;Description&lt;/h1&gt;HexControlLibrary 1.0&lt;br /&gt;
&lt;h1&gt;Release notes&lt;/h1&gt;Free for non-commercial use. Copyright (c) Artur Mustafin. Binary and source files are included.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hack2root</author><pubDate>Tue, 01 May 2012 17:15:22 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120501051522P</guid></item></channel></rss>