<?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 Re: Open winform by button in the ribbon in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/open-winform-by-button-in-the-ribbon/m-p/10216881#M16844</link>
    <description>&lt;P&gt;The semicolon ";" in Gilles answer does the same thing as a space, but it's easier to see and not miss.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Apr 2021 21:21:34 GMT</pubDate>
    <dc:creator>Ed__Jobe</dc:creator>
    <dc:date>2021-04-06T21:21:34Z</dc:date>
    <item>
      <title>Open winform by button in the ribbon</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-winform-by-button-in-the-ribbon/m-p/10216299#M16841</link>
      <description>&lt;P&gt;I am trying to open a form within a dll I created in VB.NET.&lt;/P&gt;&lt;P&gt;I want to do this with a button in the ribbon.&lt;/P&gt;&lt;P&gt;When I click on the button 'StartForm' is entered in the command line.&lt;/P&gt;&lt;P&gt;The problem is that I have to press the 'return' button before the form is displayed. Can this 'return' also be done automatic?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;    &amp;lt;Autodesk.AutoCAD.Runtime.CommandMethod("StartForm")&amp;gt;
    Public Sub xForm()
        Dim sfd As New Form1
        Application.ShowModelessDialog(sfd)
    End Sub&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 17:35:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-winform-by-button-in-the-ribbon/m-p/10216299#M16841</guid>
      <dc:creator>w.pepping</dc:creator>
      <dc:date>2021-04-06T17:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Open winform by button in the ribbon</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-winform-by-button-in-the-ribbon/m-p/10216449#M16842</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You should show the command macro of your ribbon button.&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;^C^CStartform;&lt;/LI-CODE&gt;
&lt;P&gt;should work. &lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 18:28:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-winform-by-button-in-the-ribbon/m-p/10216449#M16842</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2021-04-06T18:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Open winform by button in the ribbon</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-winform-by-button-in-the-ribbon/m-p/10216859#M16843</link>
      <description>&lt;P&gt;Thank you Gilles, you have put me in the right direction. I had no succes with your solution, but after a search on ^C^C, I found a post with the suggestion to place an empty char after the parameter-string : “StartForm “.&amp;nbsp;&lt;BR /&gt;It works now.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 21:14:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-winform-by-button-in-the-ribbon/m-p/10216859#M16843</guid>
      <dc:creator>w.pepping</dc:creator>
      <dc:date>2021-04-06T21:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Open winform by button in the ribbon</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-winform-by-button-in-the-ribbon/m-p/10216881#M16844</link>
      <description>&lt;P&gt;The semicolon ";" in Gilles answer does the same thing as a space, but it's easier to see and not miss.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 21:21:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-winform-by-button-in-the-ribbon/m-p/10216881#M16844</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2021-04-06T21:21:34Z</dc:date>
    </item>
  </channel>
</rss>

