<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic non-rectangular buttons in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/non-rectangular-buttons/m-p/1554981#M36746</link>
    <description>I want to use non-rectangular buttons in my VBA form. (eg. circular, elliptical or any odd shaped polygon). How can this be done?</description>
    <pubDate>Mon, 13 Feb 2006 08:43:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-02-13T08:43:15Z</dc:date>
    <item>
      <title>non-rectangular buttons</title>
      <link>https://forums.autodesk.com/t5/vba-forum/non-rectangular-buttons/m-p/1554981#M36746</link>
      <description>I want to use non-rectangular buttons in my VBA form. (eg. circular, elliptical or any odd shaped polygon). How can this be done?</description>
      <pubDate>Mon, 13 Feb 2006 08:43:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/non-rectangular-buttons/m-p/1554981#M36746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-13T08:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: non-rectangular buttons</title>
      <link>https://forums.autodesk.com/t5/vba-forum/non-rectangular-buttons/m-p/1554982#M36747</link>
      <description>The standard controls that come with VB &amp;amp; VBA are plain vanilla do not support the sorts of things you want to do. &lt;BR /&gt;
&lt;BR /&gt;
You have two choices:&lt;BR /&gt;
&lt;BR /&gt;
 (1) use (buy) a third party control or controls suite from a vendor like Infagistics, FarPoint, DeveloperExpress, etc (peruse the ads in a Microsoft development oriented magazine like MSDN Journal). You might also look thru the products on a site like Programmers Paradise. Unless your requirements are really odd, there should be a product that will does what you want.&lt;BR /&gt;
&lt;BR /&gt;
(2) you can write your own User Controls -- but this is a  tedious, specialized and somewhat advanced programming task. Look thru building User Controls in any comprehensive VB reference or "how-to" book. Personally, I would do this only as a very last resort.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps.&lt;BR /&gt;
&lt;BR /&gt;
Victor</description>
      <pubDate>Tue, 14 Feb 2006 15:35:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/non-rectangular-buttons/m-p/1554982#M36747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-14T15:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: non-rectangular buttons</title>
      <link>https://forums.autodesk.com/t5/vba-forum/non-rectangular-buttons/m-p/1554983#M36748</link>
      <description>I believe you are asking to take a region and creat a skin.  This is a technique for irregular forms and buttons.&lt;BR /&gt;
&lt;BR /&gt;
Google irregular buttons.  You can also look for SetWindowRgn and CreateEllipticRgn API's which might help you.&lt;BR /&gt;
&lt;BR /&gt;
one thing though...I believe after you have applied this technique an Elliptical button will still have a rectanglular boundary that the user can click while the skin looks elliptical.&lt;BR /&gt;
&lt;BR /&gt;
Never tried this with VBA so get back to the group with your findings.&lt;BR /&gt;
&lt;BR /&gt;
G'Luck,&lt;BR /&gt;
&lt;BR /&gt;
Bob Coward</description>
      <pubDate>Tue, 14 Feb 2006 16:06:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/non-rectangular-buttons/m-p/1554983#M36748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-14T16:06:47Z</dc:date>
    </item>
  </channel>
</rss>

