<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:georss="http://www.georss.org/georss" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0"><id>tag:blogger.com,1999:blog-8467396942183518214</id><updated>2009-11-12T22:41:22.270-05:00</updated><title type="text">My MS Access Blog</title><subtitle type="html">Tips, tricks, best practices and more about Microsoft Office Access and Visual Basic for Applications (VBA). Links to great articles and posts around the web plus some things I've learned that I'd like to share.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/posts/summary" /><link rel="alternate" type="text/html" href="http://mymsaccessblog.blogspot.com/search/label/Treeview" /><link rel="hub" href="http://pubsubhubbub.appspot.com/" /><author><name>Stephen</name><uri>http://www.blogger.com/profile/13190848153946763046</uri><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><link rel="self" href="http://feeds.feedburner.com/blogger/fpDE" type="application/atom+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry><id>tag:blogger.com,1999:blog-8467396942183518214.post-4386868120679585861</id><published>2009-09-08T10:02:00.003-04:00</published><updated>2009-11-07T06:28:40.877-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="forms" /><category scheme="http://www.blogger.com/atom/ns#" term="working example" /><category scheme="http://www.blogger.com/atom/ns#" term="Treeview" /><title type="text">Treeview Example- Filling Recursively, Populating With Names of Folders</title><link rel="replies" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/4386868120679585861/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=8467396942183518214&amp;postID=4386868120679585861" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8467396942183518214/posts/default/4386868120679585861" /><link rel="self" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/posts/default/4386868120679585861" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogger/fpDE/~3/FIui2kz3Vnk/treeview-example.html" title="Treeview Example- Filling Recursively, Populating With Names of Folders" /><author><name>Stephen</name><uri>http://www.blogger.com/profile/13190848153946763046</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="05435751151241029066" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><content type="html">Here's another working Treeview example from the code archive at UtterAccess.
Quote: This little database illustrates the implementation of Microsoft Knowledge Base Article Q20981 (How to Fill a...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/blogger/fpDE/~4/FIui2kz3Vnk" height="1" width="1"/&gt;</content><feedburner:origLink>http://mymsaccessblog.blogspot.com/2009/09/treeview-example.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8467396942183518214.post-4861414671602296957</id><published>2009-09-04T19:58:00.005-04:00</published><updated>2009-11-07T06:41:17.809-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="forms" /><category scheme="http://www.blogger.com/atom/ns#" term="how-to" /><category scheme="http://www.blogger.com/atom/ns#" term="Treeview" /><category scheme="http://www.blogger.com/atom/ns#" term="vba" /><title type="text">Using Right-Click With Treeview Nodes</title><link rel="replies" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/4861414671602296957/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=8467396942183518214&amp;postID=4861414671602296957" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8467396942183518214/posts/default/4861414671602296957" /><link rel="self" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/posts/default/4861414671602296957" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogger/fpDE/~3/A7SSAUKv--s/using-right-click-with-treeview-nodes.html" title="Using Right-Click With Treeview Nodes" /><author><name>Stephen</name><uri>http://www.blogger.com/profile/13190848153946763046</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="05435751151241029066" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">6</thr:total><content type="html">Lets say you have a treeview and you want a user to be able to right-click a node and then be able to either delete it, copy it, or view details about it.
How do you trap the right-click event? How...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/blogger/fpDE/~4/A7SSAUKv--s" height="1" width="1"/&gt;</content><feedburner:origLink>http://mymsaccessblog.blogspot.com/2009/09/using-right-click-with-treeview-nodes.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8467396942183518214.post-5100755407703972003</id><published>2009-03-17T21:11:00.007-04:00</published><updated>2009-11-07T07:30:17.973-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="forms" /><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><category scheme="http://www.blogger.com/atom/ns#" term="working example" /><category scheme="http://www.blogger.com/atom/ns#" term="Treeview" /><category scheme="http://www.blogger.com/atom/ns#" term="My Treeview Project" /><title type="text">My Treeview Project | Episode 6: Images for the Nodes</title><link rel="replies" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/5100755407703972003/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=8467396942183518214&amp;postID=5100755407703972003" title="8 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8467396942183518214/posts/default/5100755407703972003" /><link rel="self" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/posts/default/5100755407703972003" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogger/fpDE/~3/OgcQhJS8n-8/my-treeview-project-episode-6-images.html" title="My Treeview Project | Episode 6: Images for the Nodes" /><author><name>Stephen</name><uri>http://www.blogger.com/profile/13190848153946763046</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="05435751151241029066" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">8</thr:total><content type="html">This (at long last) is Episode 6 of My Treeview Project.

In Episode 1 we started with the "Hello World" treeview
In  Episode 2 we built a treeview that showed some simple data from the Northwind...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/blogger/fpDE/~4/OgcQhJS8n-8" height="1" width="1"/&gt;</content><feedburner:origLink>http://mymsaccessblog.blogspot.com/2009/03/my-treeview-project-episode-6-images.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8467396942183518214.post-7504381108831193401</id><published>2009-03-16T16:41:00.004-04:00</published><updated>2009-03-17T14:12:59.457-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Listview" /><category scheme="http://www.blogger.com/atom/ns#" term="reference documentation" /><category scheme="http://www.blogger.com/atom/ns#" term="working example" /><category scheme="http://www.blogger.com/atom/ns#" term="Treeview" /><title type="text">Access TreeView-ListView Basics from Database Journal</title><link rel="replies" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/7504381108831193401/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=8467396942183518214&amp;postID=7504381108831193401" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8467396942183518214/posts/default/7504381108831193401" /><link rel="self" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/posts/default/7504381108831193401" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogger/fpDE/~3/80WMv2JNKjM/access-treeview-listview-basics-from.html" title="Access TreeView-ListView Basics from Database Journal" /><author><name>Stephen</name><uri>http://www.blogger.com/profile/13190848153946763046</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="05435751151241029066" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><content type="html">Here's a treeview article I haven't run across before: Access TreeView-ListView Basics from Database Journal walks the reader through creation of a form with a treeview and a listview.
It doesn't...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/blogger/fpDE/~4/80WMv2JNKjM" height="1" width="1"/&gt;</content><feedburner:origLink>http://mymsaccessblog.blogspot.com/2009/03/access-treeview-listview-basics-from.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8467396942183518214.post-7011463507485246494</id><published>2008-09-14T20:21:00.011-04:00</published><updated>2009-11-07T07:28:17.146-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="forms" /><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><category scheme="http://www.blogger.com/atom/ns#" term="working example" /><category scheme="http://www.blogger.com/atom/ns#" term="Treeview" /><category scheme="http://www.blogger.com/atom/ns#" term="My Treeview Project" /><title type="text">My Treeview Project | Episode Five: Using The Treeview To Select Records to View/Edit</title><link rel="replies" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/7011463507485246494/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=8467396942183518214&amp;postID=7011463507485246494" title="19 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8467396942183518214/posts/default/7011463507485246494" /><link rel="self" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/posts/default/7011463507485246494" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogger/fpDE/~3/Ump4E1e38iw/my-teeview-project-episode-5-using.html" title="My Treeview Project | Episode Five: Using The Treeview To Select Records to View/Edit" /><author><name>Stephen</name><uri>http://www.blogger.com/profile/13190848153946763046</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="05435751151241029066" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_ZSrHUkbaXhg/SNBc4mSR-FI/AAAAAAAAAD0/cnsUhjFNDQw/s72-c/Episode5CompleteSmaller.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">19</thr:total><content type="html">In episode 5 we'll make the treeview really do domething. We'll use it to select records from the products and categories tables that we want to see or edit. The work you'll have to do in this...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/blogger/fpDE/~4/Ump4E1e38iw" height="1" width="1"/&gt;</content><feedburner:origLink>http://mymsaccessblog.blogspot.com/2008/09/my-teeview-project-episode-5-using.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8467396942183518214.post-2286356669393409895</id><published>2008-03-29T07:09:00.009-04:00</published><updated>2009-11-07T07:33:23.421-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="forms" /><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><category scheme="http://www.blogger.com/atom/ns#" term="Treeview" /><category scheme="http://www.blogger.com/atom/ns#" term="My Treeview Project" /><title type="text">My Treeview Project | Episode Four: Expand All and Collapse All Buttons</title><link rel="replies" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/2286356669393409895/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=8467396942183518214&amp;postID=2286356669393409895" title="10 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8467396942183518214/posts/default/2286356669393409895" /><link rel="self" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/posts/default/2286356669393409895" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogger/fpDE/~3/kxlFLf4LjiQ/my-treeview-project-episode-4-expand.html" title="My Treeview Project | Episode Four: Expand All and Collapse All Buttons" /><author><name>Stephen</name><uri>http://www.blogger.com/profile/13190848153946763046</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="05435751151241029066" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">10</thr:total><content type="html">In episode 4 we'll take the treeview we designed in episode 3 and add buttons 
for "collapse all" and "expand all". This will let us get started working with 
the nodes in a treeview.
In previous...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/blogger/fpDE/~4/kxlFLf4LjiQ" height="1" width="1"/&gt;</content><feedburner:origLink>http://mymsaccessblog.blogspot.com/2008/03/my-treeview-project-episode-4-expand.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8467396942183518214.post-3198009499958871402</id><published>2008-03-13T10:08:00.023-04:00</published><updated>2009-11-07T07:36:25.209-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="forms" /><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><category scheme="http://www.blogger.com/atom/ns#" term="Treeview" /><category scheme="http://www.blogger.com/atom/ns#" term="My Treeview Project" /><title type="text">My Treeview Project</title><link rel="replies" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/3198009499958871402/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=8467396942183518214&amp;postID=3198009499958871402" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8467396942183518214/posts/default/3198009499958871402" /><link rel="self" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/posts/default/3198009499958871402" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogger/fpDE/~3/XYPEfpMgWR8/my-treeview-project.html" title="My Treeview Project" /><author><name>Stephen</name><uri>http://www.blogger.com/profile/13190848153946763046</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="05435751151241029066" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">6</thr:total><content type="html">Treeviews are really powerful interface components. I love building with them. They aren't easy to get started with, though, for a few reasons: they can't be bound to data so you have to fill them...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/blogger/fpDE/~4/XYPEfpMgWR8" height="1" width="1"/&gt;</content><feedburner:origLink>http://mymsaccessblog.blogspot.com/2008/03/my-treeview-project.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8467396942183518214.post-3386553711807824451</id><published>2008-03-11T22:12:00.015-04:00</published><updated>2009-11-07T07:48:34.111-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="forms" /><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><category scheme="http://www.blogger.com/atom/ns#" term="Treeview" /><category scheme="http://www.blogger.com/atom/ns#" term="vba" /><category scheme="http://www.blogger.com/atom/ns#" term="My Treeview Project" /><title type="text">My Treeview Project | Episode Three: Changing How the Treeview Looks</title><link rel="replies" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/3386553711807824451/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=8467396942183518214&amp;postID=3386553711807824451" title="10 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8467396942183518214/posts/default/3386553711807824451" /><link rel="self" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/posts/default/3386553711807824451" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogger/fpDE/~3/yb-Db8XNOtM/my-treeview-project-episode-three.html" title="My Treeview Project | Episode Three: Changing How the Treeview Looks" /><author><name>Stephen</name><uri>http://www.blogger.com/profile/13190848153946763046</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="05435751151241029066" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">10</thr:total><content type="html">Here's what we'll end up withafter this episode.


In Episode 1: The Hello World! Treeview we built the simplest of treeviews, just to introduce some of the concepts. In Episode 2: Northwind...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/blogger/fpDE/~4/yb-Db8XNOtM" height="1" width="1"/&gt;</content><feedburner:origLink>http://mymsaccessblog.blogspot.com/2008/03/my-treeview-project-episode-three.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8467396942183518214.post-5831343791663800016</id><published>2008-02-24T20:30:00.009-05:00</published><updated>2009-11-07T07:44:05.938-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="forms" /><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><category scheme="http://www.blogger.com/atom/ns#" term="Treeview" /><category scheme="http://www.blogger.com/atom/ns#" term="vba" /><category scheme="http://www.blogger.com/atom/ns#" term="My Treeview Project" /><title type="text">My Treeview Project | Episode Two: Northwind Categories and Products</title><link rel="replies" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/5831343791663800016/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=8467396942183518214&amp;postID=5831343791663800016" title="9 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8467396942183518214/posts/default/5831343791663800016" /><link rel="self" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/posts/default/5831343791663800016" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogger/fpDE/~3/qIKyi_zTga0/my-treeview-project-episode-two.html" title="My Treeview Project | Episode Two: Northwind Categories and Products" /><author><name>Stephen</name><uri>http://www.blogger.com/profile/13190848153946763046</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="05435751151241029066" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">9</thr:total><content type="html">In 

Episode 1: The Hello World! Treeview

we built the simplest of treeviews, just to introduce some of the concepts. 
In this episode we'll build a treeview to display products in categories.
We'll...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/blogger/fpDE/~4/qIKyi_zTga0" height="1" width="1"/&gt;</content><feedburner:origLink>http://mymsaccessblog.blogspot.com/2008/02/my-treeview-project-episode-two.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8467396942183518214.post-7085951707968025287</id><published>2008-02-21T05:10:00.003-05:00</published><updated>2009-03-16T22:04:24.141-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="reference documentation" /><category scheme="http://www.blogger.com/atom/ns#" term="forms" /><category scheme="http://www.blogger.com/atom/ns#" term="Treeview" /><title type="text">Another Treeview Reference from Microsoft</title><link rel="replies" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/7085951707968025287/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=8467396942183518214&amp;postID=7085951707968025287" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8467396942183518214/posts/default/7085951707968025287" /><link rel="self" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/posts/default/7085951707968025287" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogger/fpDE/~3/GYk4_Su5PpU/another-treeview-reference-from.html" title="Another Treeview Reference from Microsoft" /><author><name>Stephen</name><uri>http://www.blogger.com/profile/13190848153946763046</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="05435751151241029066" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><content type="html">I stumbled across this post on MSDN this morning. It gives a great overview of the treeview control that I hadn't seen before.
See also: other treeview posts on my blog.&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/blogger/fpDE/~4/GYk4_Su5PpU" height="1" width="1"/&gt;</content><feedburner:origLink>http://mymsaccessblog.blogspot.com/2008/02/another-treeview-reference-from.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8467396942183518214.post-9039438291354401363</id><published>2008-02-14T21:30:00.014-05:00</published><updated>2009-11-07T07:26:07.842-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="forms" /><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><category scheme="http://www.blogger.com/atom/ns#" term="Treeview" /><category scheme="http://www.blogger.com/atom/ns#" term="vba" /><category scheme="http://www.blogger.com/atom/ns#" term="My Treeview Project" /><title type="text">My Treeview Project | Episode One: The Hello World! Treeview</title><link rel="replies" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/9039438291354401363/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=8467396942183518214&amp;postID=9039438291354401363" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8467396942183518214/posts/default/9039438291354401363" /><link rel="self" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/posts/default/9039438291354401363" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogger/fpDE/~3/UC_RmmVmfkk/my-treeview-project-episode-1-hello.html" title="My Treeview Project | Episode One: The Hello World! Treeview" /><author><name>Stephen</name><uri>http://www.blogger.com/profile/13190848153946763046</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="05435751151241029066" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><content type="html">The hello world program is a common first exercise when learning to work in a new programming environment: a program that simply displays or prints "Hello World!". In the first episode of this new...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/blogger/fpDE/~4/UC_RmmVmfkk" height="1" width="1"/&gt;</content><feedburner:origLink>http://mymsaccessblog.blogspot.com/2008/02/my-treeview-project-episode-1-hello.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8467396942183518214.post-1238723535624018642</id><published>2008-02-13T06:00:00.004-05:00</published><updated>2009-09-10T06:23:07.813-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Listview" /><category scheme="http://www.blogger.com/atom/ns#" term="forms" /><category scheme="http://www.blogger.com/atom/ns#" term="working example" /><category scheme="http://www.blogger.com/atom/ns#" term="Treeview" /><category scheme="http://www.blogger.com/atom/ns#" term="vba" /><title type="text">A Working Treeview Example with Drag and Drop</title><link rel="replies" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/1238723535624018642/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=8467396942183518214&amp;postID=1238723535624018642" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8467396942183518214/posts/default/1238723535624018642" /><link rel="self" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/posts/default/1238723535624018642" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogger/fpDE/~3/qVn3QbjzNtw/working-treeview-example-with-drag-and.html" title="A Working Treeview Example with Drag and Drop" /><author><name>Stephen</name><uri>http://www.blogger.com/profile/13190848153946763046</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="05435751151241029066" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_ZSrHUkbaXhg/R7YzsM_G5_I/AAAAAAAAADM/_AIICFVvMy0/s72-c/Treeview.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><content type="html">Here's another working treeview sample from UtterAccess.com. This one's pretty sophisticated, with a drag and drop function used to change who staff report to and another to drag unassigned orders...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/blogger/fpDE/~4/qVn3QbjzNtw" height="1" width="1"/&gt;</content><feedburner:origLink>http://mymsaccessblog.blogspot.com/2008/02/working-treeview-example-with-drag-and.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8467396942183518214.post-7398025467241637607</id><published>2008-02-11T19:37:00.004-05:00</published><updated>2008-02-28T19:24:54.870-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="working example" /><category scheme="http://www.blogger.com/atom/ns#" term="Treeview" /><category scheme="http://www.blogger.com/atom/ns#" term="vba" /><title type="text">Using a TreeView Control as a Record Selector</title><link rel="replies" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/7398025467241637607/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=8467396942183518214&amp;postID=7398025467241637607" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8467396942183518214/posts/default/7398025467241637607" /><link rel="self" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/posts/default/7398025467241637607" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogger/fpDE/~3/WSfewwboSuk/using-treeview-control-as-record.html" title="Using a TreeView Control as a Record Selector" /><author><name>Stephen</name><uri>http://www.blogger.com/profile/13190848153946763046</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="05435751151241029066" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_ZSrHUkbaXhg/R7Durc_G5-I/AAAAAAAAADE/rVdp9CzlQIA/s72-c/New+Picture+(2).jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><content type="html">Treeview continues to be one of the most common of the search keywords that bring folk to MyMSAccessBlog. I love developing with treeviews and if I can narrow down the specific questions folk are...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/blogger/fpDE/~4/WSfewwboSuk" height="1" width="1"/&gt;</content><feedburner:origLink>http://mymsaccessblog.blogspot.com/2008/02/using-treeview-control-as-record.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8467396942183518214.post-3556950037387656320</id><published>2008-01-10T06:00:00.002-05:00</published><updated>2008-02-21T04:57:20.448-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="reference documentation" /><category scheme="http://www.blogger.com/atom/ns#" term="Treeview" /><title type="text">Getting Started with Treeviews: Posts from Microsoft</title><link rel="replies" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/3556950037387656320/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=8467396942183518214&amp;postID=3556950037387656320" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8467396942183518214/posts/default/3556950037387656320" /><link rel="self" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/posts/default/3556950037387656320" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogger/fpDE/~3/c0uwiazk9kA/getting-started-with-treeviews-posts.html" title="Getting Started with Treeviews: Posts from Microsoft" /><author><name>Stephen</name><uri>http://www.blogger.com/profile/13190848153946763046</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="05435751151241029066" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><content type="html">Treeviews are really powerful interface components. I love building with them. They aren't easy to get started with, though, for a few reasons: they can't be bound to data so you have to fill them...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/blogger/fpDE/~4/c0uwiazk9kA" height="1" width="1"/&gt;</content><feedburner:origLink>http://mymsaccessblog.blogspot.com/2008/01/getting-started-with-treeviews-posts.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8467396942183518214.post-6597893292371637909</id><published>2008-01-08T06:00:00.015-05:00</published><updated>2008-03-13T22:56:21.358-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="forms" /><category scheme="http://www.blogger.com/atom/ns#" term="working example" /><category scheme="http://www.blogger.com/atom/ns#" term="Treeview" /><title type="text">Working Treeview Example</title><link rel="replies" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/6597893292371637909/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=8467396942183518214&amp;postID=6597893292371637909" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8467396942183518214/posts/default/6597893292371637909" /><link rel="self" type="application/atom+xml" href="http://mymsaccessblog.blogspot.com/feeds/posts/default/6597893292371637909" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogger/fpDE/~3/UiQL-9ObHas/working-treeview-example.html" title="Working Treeview Example" /><author><name>Stephen</name><uri>http://www.blogger.com/profile/13190848153946763046</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="05435751151241029066" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><content type="html">Subscribe to RSS headline updates from: Powered by FeedBurner 

Treeviews are one of my favourite user interface components to develop with. But judging by the questions on the discussion forums, a...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/blogger/fpDE/~4/UiQL-9ObHas" height="1" width="1"/&gt;</content><feedburner:origLink>http://mymsaccessblog.blogspot.com/2008/01/working-treeview-example.html</feedburner:origLink></entry></feed>
