<?xml version="1.0" encoding="windows-1250" ?>
<?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>CAD F&#243;rum : SendCommand</title>
  <link>https://www.cadforum.cz/forum/</link>
  <description><![CDATA[Toto je XML obsahový kanál serveru; CAD F&#243;rum : CAD programov&#225;n&#237; : SendCommand]]></description>
  <pubDate>Tue, 12 May 2026 06:57:37 +0000</pubDate>
  <lastBuildDate>Wed, 18 Oct 2006 09:15:03 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum/RSS_post_feed.asp?TID=3272</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD F&#243;rum]]></title>
   <url>https://www.cadforum.cz/forum/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum/</link>
  </image>
  <item>
   <title><![CDATA[SendCommand : .. to bude t&#253;m, &#382;e to je pr&#237;kaz...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=3272&amp;PID=15207&amp;title=sendcommand#15207</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=628">Andrej</a><br /><strong>Předmět:</strong> 3272<br /><strong>Zasláno:</strong> 18.říj.2006 v 09:15<br /><br />.. to bude tým, že to je príkaz ?&nbsp; a nieje to premenná..., aha... dobre.<DIV>Inak sa to nedá ? okrem snedcomm...</DIV>]]>
   </description>
   <pubDate>Wed, 18 Oct 2006 09:15:03 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=3272&amp;PID=15207&amp;title=sendcommand#15207</guid>
  </item> 
  <item>
   <title><![CDATA[SendCommand : P&#345;es SendCommand v&#225;m to pojede,...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=3272&amp;PID=15206&amp;title=sendcommand#15206</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=9">Vladimír Michl</a><br /><strong>Předmět:</strong> 3272<br /><strong>Zasláno:</strong> 18.říj.2006 v 09:00<br /><br />Přes SendCommand vám to pojede, přes SetVariable ne.]]>
   </description>
   <pubDate>Wed, 18 Oct 2006 09:00:49 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=3272&amp;PID=15206&amp;title=sendcommand#15206</guid>
  </item> 
  <item>
   <title><![CDATA[SendCommand : ... ups... trochu som to doplietol...  P&#244;vodne...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=3272&amp;PID=15205&amp;title=sendcommand#15205</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=628">Andrej</a><br /><strong>Předmět:</strong> 3272<br /><strong>Zasláno:</strong> 18.říj.2006 v 08:49<br /><br /><img src="http://www.cadforum.cz/forum/smileys/smiley2.gif" height="17" width="17" border="0" align="absmiddle" alt="Wink" /><img src="http://www.cadforum.cz/forum/smileys/smiley32.gif" height="17" width="18" border="0" align="absmiddle" alt="Clap" />&nbsp;... ups... trochu som to doplietol...<DIV>&nbsp;</DIV><DIV>Pôvodne som chcel aby to fungovalo na SendCommand. Takže by to malo na SendCommand vyzerať takto....</DIV><DIV>&nbsp;</DIV><DIV>ThisDrawing.SendCommand "UCSICON" &amp; vbCr &amp; "N" &amp; vbCr</DIV><DIV>&nbsp;</DIV><DIV>...ale potom som to chcel spaviť na SetVariable...</DIV><DIV>&nbsp;</DIV><DIV>..ani takto to nejede..., ak som to správne pochopil..</DIV><DIV>&nbsp;</DIV><DIV>Dim sysVarData As Variant<BR>Dim strData As String</DIV><DIV>sysVarName = "_SHADEMODE"<BR>strData = "_2D"<BR>sysVarData = strData<BR>ThisDrawing.SetVariable sysVarName, sysVarData</DIV>]]>
   </description>
   <pubDate>Wed, 18 Oct 2006 08:49:46 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=3272&amp;PID=15205&amp;title=sendcommand#15205</guid>
  </item> 
  <item>
   <title><![CDATA[SendCommand : a kde &#382;e je ten SendCommand? p&#345;es...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=3272&amp;PID=15204&amp;title=sendcommand#15204</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=9">Vladimír Michl</a><br /><strong>Předmět:</strong> 3272<br /><strong>Zasláno:</strong> 18.říj.2006 v 08:37<br /><br />a kde že je ten SendCommand?<DIV>přes ten by to zřejmě běželo - SHADEMODE totiž není proměnná, ale příkaz (spíš tedy _SHADEMODE), a parametr musí být "2D" (spíš tedy "_2D"), nikoliv 2D.</DIV>]]>
   </description>
   <pubDate>Wed, 18 Oct 2006 08:37:37 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=3272&amp;PID=15204&amp;title=sendcommand#15204</guid>
  </item> 
  <item>
   <title><![CDATA[SendCommand : Ahojte...  Vo VBa si chcem nap&#237;sa&#357;...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=3272&amp;PID=15203&amp;title=sendcommand#15203</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=628">Andrej</a><br /><strong>Předmět:</strong> 3272<br /><strong>Zasláno:</strong> 18.říj.2006 v 08:32<br /><br />Ahojte...<DIV>&nbsp;</DIV><DIV>Vo VBa si chcem napísať makro, kde si môžem nastavovať príkaz SHADEMODE...., čiže idem na to cez SendCommand., takto....</DIV><DIV>&nbsp;</DIV><DIV>Dim sysVarName As String<BR>Dim sysVarData As Variant<BR>Dim strData As String</DIV><DIV>&nbsp;</DIV><DIV>sysVarName = "SHADEMODE"<BR>strData = 2D<BR>sysVarData = strData<BR>ThisDrawing.SetVariable sysVarName, sysVarData</DIV><DIV>...</DIV><DIV>&nbsp;</DIV><DIV>Ale neviem prečo mi to nechce fungovať <img src="http://www.cadforum.cz/forum/smileys/smiley5.gif" height="17" width="17" border="0" align="absmiddle" alt="C&#111;nfused" />&nbsp;Proste neviem poslať ten 2D string...</DIV><DIV>čo s tým ???</DIV><DIV>&nbsp;</DIV><DIV>Vďaka</DIV><DIV>&nbsp;</DIV><DIV>Andrej.</DIV>]]>
   </description>
   <pubDate>Wed, 18 Oct 2006 08:32:32 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=3272&amp;PID=15203&amp;title=sendcommand#15203</guid>
  </item> 
 </channel>
</rss>