<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Issue with pushbutton in VS2017</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Issue with pushbutton in VS2017]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 00:10:34 +0000</pubDate>
  <lastBuildDate>Sun, 13 May 2018 16:29:37 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=23638</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Issue with pushbutton in VS2017 : Hello Ron,I have confused buttons...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23638&amp;PID=76796&amp;title=issue-with-pushbutton-in-vs2017#76796</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23638<br /><strong>Posted:</strong> 13 May 2018 at 4:29pm<br /><br /><span style=": rgb248, 248, 252;">Hello Ron,</span><br style=": rgb248, 248, 252;"><br style=": rgb248, 248, 252;"><span style=": rgb248, 248, 252;">I have confused buttons because seen "toolbar" but it is toolbar of VisualStudio.<br></span><br>So I investigated this question and can confirm that problem exists.&nbsp; In C# VS solution you can choose method for Click event in appropriate tab Events of pane Properties. But default event for PushButton in designer is DropDown.<br><br>I can't find how to fix it now. I've found solution for controls which written on C# , but our ActiveX library written on C++. I have added this task in our task base.<br><span style=": rgb248, 248, 252;"><br>Regards,</span><br style=": rgb248, 248, 252;"><span style=": rgb248, 248, 252;">&nbsp;Oleksandr Lebed</span>]]>
   </description>
   <pubDate>Sun, 13 May 2018 16:29:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23638&amp;PID=76796&amp;title=issue-with-pushbutton-in-vs2017#76796</guid>
  </item> 
  <item>
   <title><![CDATA[Issue with pushbutton in VS2017 : Hello,I am talking about the XtremeSuiteControls,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23638&amp;PID=76795&amp;title=issue-with-pushbutton-in-vs2017#76795</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8896">Ron</a><br /><strong>Subject:</strong> 23638<br /><strong>Posted:</strong> 12 May 2018 at 4:05pm<br /><br />Hello,<div><br></div><div>I am talking about the XtremeSuiteControls, not the commandbars. The axPushbutton is causing the issue. So please review your answer.</div><div><br></div><div>Thank you</div>]]>
   </description>
   <pubDate>Sat, 12 May 2018 16:05:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23638&amp;PID=76795&amp;title=issue-with-pushbutton-in-vs2017#76795</guid>
  </item> 
  <item>
   <title><![CDATA[Issue with pushbutton in VS2017 : Hello Ron,PushButton don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23638&amp;PID=76794&amp;title=issue-with-pushbutton-in-vs2017#76794</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23638<br /><strong>Posted:</strong> 12 May 2018 at 3:48pm<br /><br />Hello Ron,<br><br>PushButton&nbsp; don't exist for CommandBar/Ribbon, maybe you mean&nbsp;xtpControlButton ?<br><br>Such button's clicking is handled in CommandBars_Execute method, see our C# RibbonSample<br><table width="99%"><tr><td><pre class="BBcode">private void CommandBars_Execute(object eventSender, AxXtremeCommandBars._DCommandBarsEvents_ExecuteEvent eventArgs)<div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; switch (eventArgs.control.Id)</div>&nbsp; &nbsp; &nbsp; &nbsp; {</pre></td></tr></table><br>Regards,<br>&nbsp;Oleksandr Lebed<br><br>]]>
   </description>
   <pubDate>Sat, 12 May 2018 15:48:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23638&amp;PID=76794&amp;title=issue-with-pushbutton-in-vs2017#76794</guid>
  </item> 
  <item>
   <title><![CDATA[Issue with pushbutton in VS2017 : I have encountered a major issue...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23638&amp;PID=76791&amp;title=issue-with-pushbutton-in-vs2017#76791</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8896">Ron</a><br /><strong>Subject:</strong> 23638<br /><strong>Posted:</strong> 10 May 2018 at 4:26pm<br /><br />I have encountered a major issue with adding controls suite 18.3.0&nbsp; (but also 17.1.0) as the pushbutton is not providing a click event. The click event as well as the 'clickevent' event are not triggering.<div>Normal forms buttons are fine. The axhost says that the click event for example is not available.</div><div>When I add a pushbutton,&nbsp; it looks fine but as soon as I click it opens the designer code for a 'dropdown' event! And that is not even triggering when clicking the button.</div><div><br></div><div>I can not do anything more than I have done.</div><div><br></div><div>1. Add a reference to the xtremesuitecontrols 18.3 (registered)</div><div>2. Add the controls to the toolbar</div><div>3. Select the pushbutton</div><div>4. Click on it to get the code for the click event opened.</div><div>...</div><div><br></div><div>Can anyone tell me what I do wrong here? I am programming for over 30 years and experienced in .NET but i have not seen this behavior before.</div><div><br></div><div>Thanks,</div><div>Ronald</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 10 May 2018 16:26:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23638&amp;PID=76791&amp;title=issue-with-pushbutton-in-vs2017#76791</guid>
  </item> 
 </channel>
</rss>