<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Knowledge_Base</title><link>https://sourceforge.net/p/owlnext/wiki/Knowledge_Base/</link><description>Recent changes to Knowledge_Base</description><atom:link href="https://sourceforge.net/p/owlnext/wiki/Knowledge_Base/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 02 Mar 2026 11:26:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/owlnext/wiki/Knowledge_Base/feed" rel="self" type="application/rss+xml"/><item><title>Knowledge_Base modified by Vidar Hasfjord</title><link>https://sourceforge.net/p/owlnext/wiki/Knowledge_Base/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v74
+++ v75
@@ -39,6 +39,19 @@

   * [Replacing usage of the BWCC library](Replacing_usage_of_BWCC)
   * [Replacing the Borland C++ Class Libraries](Replacing_the_Borland_C++_Class_Libraries)
   * [Support for standard strings in OWLNext](Strings_in_OWLNext)
+  * [Exceptions and OWLNext](Exceptions_and_OWLNext)
+  * [Unicode and OWLNext](Making_an_application_Unicode-ready)
+  * [Multi-language support for OWLNext applications](news:2026/02/multi-language-support-for-owlnext-applications)
+  * [Multi-threading and OWLNext](Multi-threading_and_OWLNext)
+  * [Data Execution Prevention and OWLNext](OWLNext_and_Data_Execution_Prevention)
+  * [64-bit OWLNext](64-bit_OWLNext)
+
+&lt;br/&gt;
+### Message handling
+
+  * [Windows message dispatch in OWLNext](Windows_Message_Dispatch_in_OWLNext)
+  * [User-defined Windows messages](User-defined_Windows_messages)
+  * [Response tables without macros](Response_tables_without_macros)

 &lt;br/&gt;
 ### Windows, dialogs and controls
@@ -55,28 +68,15 @@

   * [File and Folder Browse dialogs](File and Folder Browse dialogs)

 &lt;br/&gt;
-### Message handling
-

-  * [Windows message dispatch in OWLNext](Windows_Message_Dispatch_in_OWLNext)
-  * [User-defined Windows messages](User-defined_Windows_messages)
-  * [Response tables without macros](Response_tables_without_macros)
-
-&lt;br/&gt;
 ### Miscellaneous


-  * [64-bit OWLNext](64-bit_OWLNext)
   * [Built-in diagnostics window](Built-in_OWLNext_diagnostic_window)
-  * [Exceptions and OWLNext](Exceptions_and_OWLNext)
-  * [Unicode and OWLNext](Making_an_application_Unicode-ready)
-  * [Multi-threading and OWLNext](Multi-threading_and_OWLNext)
-  * [Data Execution Prevention and OWLNext](OWLNext_and_Data_Execution_Prevention)
   * [Getting directory or filename from a full path](Getting directory or filename from a full path)
   * [Monitoring file for changes](Monitoring file for changes)
   * [Packaging OWLNext application for Windows Store](Packaging OWLNext application for Windows Store)
   * [Calling 32-bit DLL from 64-bit application in C++](Calling 32-bit DLL from 64-bit application in C++)
   * [Using Windows Forms from OWLNext applications](Using Windows Forms from OWLNext applications)
   * [Selecting and restoring GDI objects in TDC](Selecting_and_restoring_objects_in_TDC)
-  * [Multi-language support for OWLNext applications](news:2026/02/multi-language-support-for-owlnext-applications)

 &lt;br/&gt;
 ### Old material
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vidar Hasfjord</dc:creator><pubDate>Mon, 02 Mar 2026 11:26:25 -0000</pubDate><guid>https://sourceforge.net7a0b4d26649334bdca18097ce61f3f6c42f11cb7</guid></item><item><title>Knowledge_Base modified by Vidar Hasfjord</title><link>https://sourceforge.net/p/owlnext/wiki/Knowledge_Base/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v73
+++ v74
@@ -76,6 +76,7 @@
   * [Calling 32-bit DLL from 64-bit application in C++](Calling 32-bit DLL from 64-bit application in C++)
   * [Using Windows Forms from OWLNext applications](Using Windows Forms from OWLNext applications)
   * [Selecting and restoring GDI objects in TDC](Selecting_and_restoring_objects_in_TDC)
+  * [Multi-language support for OWLNext applications](news:2026/02/multi-language-support-for-owlnext-applications)

 &lt;br/&gt;
 ### Old material
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vidar Hasfjord</dc:creator><pubDate>Sun, 01 Feb 2026 16:31:13 -0000</pubDate><guid>https://sourceforge.netd071094b41fdb8b45bcf4a6a84feb0b3398037bd</guid></item><item><title>Knowledge_Base modified by Ognyan Chernokozhev</title><link>https://sourceforge.net/p/owlnext/wiki/Knowledge_Base/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v72
+++ v73
@@ -52,6 +52,7 @@
   * [Virtualized List View with grouping](Virtualized List View with grouping)
   * [Optimizing Combo Box controls with large amount of data](Optimizing Combo Box controls with large amount of data)
   * [Expand all children of a Tree View node](Expand all children of a Tree View node)
+  * [File and Folder Browse dialogs](File and Folder Browse dialogs)

 &lt;br/&gt;
 ### Message handling
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ognyan Chernokozhev</dc:creator><pubDate>Fri, 27 Sep 2024 01:05:09 -0000</pubDate><guid>https://sourceforge.net41738ef3df9436c3bc37a628b8da04f357c8e360</guid></item><item><title>Knowledge_Base modified by Ognyan Chernokozhev</title><link>https://sourceforge.net/p/owlnext/wiki/Knowledge_Base/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v71
+++ v72
@@ -51,6 +51,7 @@
   * [Optimization of a ListView Control - a case study](ListView_control_optimization)
   * [Virtualized List View with grouping](Virtualized List View with grouping)
   * [Optimizing Combo Box controls with large amount of data](Optimizing Combo Box controls with large amount of data)
+  * [Expand all children of a Tree View node](Expand all children of a Tree View node)

 &lt;br/&gt;
 ### Message handling
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ognyan Chernokozhev</dc:creator><pubDate>Tue, 04 Jul 2023 19:47:05 -0000</pubDate><guid>https://sourceforge.net7fd54f47d7c7ca96aa9275d1fcb770db51cde813</guid></item><item><title>Knowledge_Base modified by Ognyan Chernokozhev</title><link>https://sourceforge.net/p/owlnext/wiki/Knowledge_Base/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v70
+++ v71
@@ -50,6 +50,7 @@
   * [List View Control tips and tricks](List View Control tip and tricks)
   * [Optimization of a ListView Control - a case study](ListView_control_optimization)
   * [Virtualized List View with grouping](Virtualized List View with grouping)
+  * [Optimizing Combo Box controls with large amount of data](Optimizing Combo Box controls with large amount of data)

 &lt;br/&gt;
 ### Message handling
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ognyan Chernokozhev</dc:creator><pubDate>Sat, 29 Apr 2023 20:27:34 -0000</pubDate><guid>https://sourceforge.netd2f38b1c4ddf2072068ba4fc790560dde69776ac</guid></item><item><title>Knowledge_Base modified by Ognyan Chernokozhev</title><link>https://sourceforge.net/p/owlnext/wiki/Knowledge_Base/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v69
+++ v70
@@ -48,6 +48,8 @@
   * [User-interface design for multiple views](UI_design_for_multiple_views)
   * [Resizable Dialogs in OWLNext](Resizable Dialogs in OWLNext)
   * [List View Control tips and tricks](List View Control tip and tricks)
+  * [Optimization of a ListView Control - a case study](ListView_control_optimization)
+  * [Virtualized List View with grouping](Virtualized List View with grouping)

 &lt;br/&gt;
 ### Message handling
@@ -71,7 +73,6 @@
   * [Calling 32-bit DLL from 64-bit application in C++](Calling 32-bit DLL from 64-bit application in C++)
   * [Using Windows Forms from OWLNext applications](Using Windows Forms from OWLNext applications)
   * [Selecting and restoring GDI objects in TDC](Selecting_and_restoring_objects_in_TDC)
-  * [Optimization of a ListView Control - a case study](ListView_control_optimization)

 &lt;br/&gt;
 ### Old material
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ognyan Chernokozhev</dc:creator><pubDate>Thu, 13 Apr 2023 05:53:32 -0000</pubDate><guid>https://sourceforge.netb35c78a88d4bfa270737465be7555eecf342c146</guid></item><item><title>Knowledge_Base modified by Vidar Hasfjord</title><link>https://sourceforge.net/p/owlnext/wiki/Knowledge_Base/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v68
+++ v69
@@ -71,7 +71,7 @@
   * [Calling 32-bit DLL from 64-bit application in C++](Calling 32-bit DLL from 64-bit application in C++)
   * [Using Windows Forms from OWLNext applications](Using Windows Forms from OWLNext applications)
   * [Selecting and restoring GDI objects in TDC](Selecting_and_restoring_objects_in_TDC)
-  * [Optmization of a ListView Control - a case study](ListView_control_optimization)
+  * [Optimization of a ListView Control - a case study](ListView_control_optimization)

 &lt;br/&gt;
 ### Old material
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vidar Hasfjord</dc:creator><pubDate>Thu, 19 Jan 2023 03:00:18 -0000</pubDate><guid>https://sourceforge.neta09ae63787e9d5c19ebac1d4069c4518939542ce</guid></item><item><title>Knowledge_Base modified by Vidar Hasfjord</title><link>https://sourceforge.net/p/owlnext/wiki/Knowledge_Base/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v67
+++ v68
@@ -8,6 +8,18 @@

 ---
 ## Material on this wiki
+
+&lt;br/&gt;
+### Contributing
+
+  * [Contributing to the OWLNext project](Contributing)
+  * [Guidelines for contributors](https://sourceforge.net/p/owlnext/wiki/Contributing/#guidelines-for-contributors)
+  * [Submitting bugs and feature requests](https://sourceforge.net/p/owlnext/wiki/Submitting_bugs_and_feature_requests)
+  * [Coding Standards](https://sourceforge.net/p/owlnext/wiki/Coding_Standards)
+  * [Doxygen documentation guidelines](https://sourceforge.net/p/owlnext/wiki/Doxygen_documentation_guidelines)
+  * [Administering the OWLNext project site](https://sourceforge.net/p/owlnext/wiki/Contributing/#administering-the-owlnext-project-site)
+  * [Preparing and releasing a new version](https://sourceforge.net/p/owlnext/wiki/Contributing/#preparing-and-releasing-a-new-version)
+

 &lt;br/&gt;
 ### Build system
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vidar Hasfjord</dc:creator><pubDate>Thu, 19 Jan 2023 02:57:31 -0000</pubDate><guid>https://sourceforge.neteb605242b281bc6479064700ac288e670f44bb25</guid></item><item><title>Knowledge_Base modified by Ognyan Chernokozhev</title><link>https://sourceforge.net/p/owlnext/wiki/Knowledge_Base/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v66
+++ v67
@@ -59,6 +59,7 @@
   * [Calling 32-bit DLL from 64-bit application in C++](Calling 32-bit DLL from 64-bit application in C++)
   * [Using Windows Forms from OWLNext applications](Using Windows Forms from OWLNext applications)
   * [Selecting and restoring GDI objects in TDC](Selecting_and_restoring_objects_in_TDC)
+  * [Optmization of a ListView Control - a case study](ListView_control_optimization)

 &lt;br/&gt;
 ### Old material
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ognyan Chernokozhev</dc:creator><pubDate>Sun, 18 Sep 2022 23:48:38 -0000</pubDate><guid>https://sourceforge.netea576871ddae93291f4ac2271143c93a2ac82be5</guid></item><item><title>Knowledge_Base modified by Vidar Hasfjord</title><link>https://sourceforge.net/p/owlnext/wiki/Knowledge_Base/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v65
+++ v66
@@ -58,6 +58,7 @@
   * [Packaging OWLNext application for Windows Store](Packaging OWLNext application for Windows Store)
   * [Calling 32-bit DLL from 64-bit application in C++](Calling 32-bit DLL from 64-bit application in C++)
   * [Using Windows Forms from OWLNext applications](Using Windows Forms from OWLNext applications)
+  * [Selecting and restoring GDI objects in TDC](Selecting_and_restoring_objects_in_TDC)

 &lt;br/&gt;
 ### Old material
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vidar Hasfjord</dc:creator><pubDate>Wed, 14 Apr 2021 15:01:10 -0000</pubDate><guid>https://sourceforge.net9045aeee5d3e82bfed78468a4ed431a97d6f3403</guid></item></channel></rss>