<?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: Openning a . pdf document in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/openning-a-pdf-document/m-p/1547524#M37107</link>
    <description>Hi Bernie,&lt;BR /&gt;
Thnks for the reply the shell commnad you sent is not working moreover i need code for command button click event,plese help.&lt;BR /&gt;
Thanks in advance.</description>
    <pubDate>Fri, 03 Feb 2006 09:00:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-02-03T09:00:00Z</dc:date>
    <item>
      <title>Openning a . pdf document</title>
      <link>https://forums.autodesk.com/t5/vba-forum/openning-a-pdf-document/m-p/1547522#M37105</link>
      <description>Hi,&lt;BR /&gt;
 Can any one explain me hoe to open a pdf document by just click of a commnd button.&lt;BR /&gt;
&lt;BR /&gt;
Igot a pdf document name "C:w.pdf" i want to open by the click a commnd button, i have Adobe Reader 6 installed in system.&lt;BR /&gt;
Plese help.</description>
      <pubDate>Fri, 03 Feb 2006 07:11:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/openning-a-pdf-document/m-p/1547522#M37105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-03T07:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Openning a . pdf document</title>
      <link>https://forums.autodesk.com/t5/vba-forum/openning-a-pdf-document/m-p/1547523#M37106</link>
      <description>Hi Benny!&lt;BR /&gt;
&lt;BR /&gt;
Use the SHELL command of autocad (defined in acad.pgp)&lt;BR /&gt;
Test it in commandline first:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
sh c:\myFolder\myDocument.pdf&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
That's all - You can use SENDCOMMAND for the line above&lt;BR /&gt;
&lt;BR /&gt;
Greetings from Bernie from austria&lt;BR /&gt;
&lt;BR /&gt;
&lt;BENNY&gt; wrote in message news:5076425@discussion.autodesk.com...&lt;BR /&gt;
Hi,&lt;BR /&gt;
 Can any one explain me hoe to open a pdf document by just click of a commnd &lt;BR /&gt;
button.&lt;BR /&gt;
&lt;BR /&gt;
Igot a pdf document name "C:w.pdf" i want to open by the click a commnd &lt;BR /&gt;
button, i have Adobe Reader 6 installed in system.&lt;BR /&gt;
Plese help.&lt;/BENNY&gt;</description>
      <pubDate>Fri, 03 Feb 2006 08:53:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/openning-a-pdf-document/m-p/1547523#M37106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-03T08:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Openning a . pdf document</title>
      <link>https://forums.autodesk.com/t5/vba-forum/openning-a-pdf-document/m-p/1547524#M37107</link>
      <description>Hi Bernie,&lt;BR /&gt;
Thnks for the reply the shell commnad you sent is not working moreover i need code for command button click event,plese help.&lt;BR /&gt;
Thanks in advance.</description>
      <pubDate>Fri, 03 Feb 2006 09:00:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/openning-a-pdf-document/m-p/1547524#M37107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-03T09:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Openning a . pdf document</title>
      <link>https://forums.autodesk.com/t5/vba-forum/openning-a-pdf-document/m-p/1547525#M37108</link>
      <description>Hi Benny!&lt;BR /&gt;
&lt;BR /&gt;
You can also use the SHELL Command of VB&lt;BR /&gt;
&lt;BR /&gt;
private sub commandbutton .......&lt;BR /&gt;
    shell "C:\programs\adobe\........\acrord32.exe c:\myFile.pdf"     ' &lt;BR /&gt;
..... use the folders where you have Acrobat Reader installed&lt;BR /&gt;
end sub&lt;BR /&gt;
&lt;BR /&gt;
I have tested this on my system - it is rumming!&lt;BR /&gt;
&lt;BR /&gt;
Greetings from bernie from austria&lt;BR /&gt;
&lt;BR /&gt;
&lt;BENNY&gt; wrote in message news:5076475@discussion.autodesk.com...&lt;BR /&gt;
Hi Bernie,&lt;BR /&gt;
Thnks for the reply the shell commnad you sent is not working moreover i &lt;BR /&gt;
need code for command button click event,plese help.&lt;BR /&gt;
Thanks in advance.&lt;/BENNY&gt;</description>
      <pubDate>Fri, 03 Feb 2006 09:32:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/openning-a-pdf-document/m-p/1547525#M37108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-03T09:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Openning a . pdf document</title>
      <link>https://forums.autodesk.com/t5/vba-forum/openning-a-pdf-document/m-p/1547526#M37109</link>
      <description>Hi Bernie, I am verry happy to recieve your reply,your code is working, i am very thankfull to you.&lt;BR /&gt;
Bye</description>
      <pubDate>Fri, 03 Feb 2006 11:11:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/openning-a-pdf-document/m-p/1547526#M37109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-03T11:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Openning a . pdf document</title>
      <link>https://forums.autodesk.com/t5/vba-forum/openning-a-pdf-document/m-p/1547527#M37110</link>
      <description>benny said the following on 2/3/2006 1:11 AM:&lt;BR /&gt;
&amp;gt; Hi,&lt;BR /&gt;
&amp;gt;  Can any one explain me hoe to open a pdf document by just click of a commnd button.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Igot a pdf document name "C:w.pdf" i want to open by the click a commnd button, i have Adobe Reader 6 installed in system.&lt;BR /&gt;
&amp;gt; Plese help.&lt;BR /&gt;
&lt;BR /&gt;
See:&lt;BR /&gt;
http://rkmcswain.blogspot.com/2005/11/launch-pdf-from-autocad.html&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R.K. McSwain&lt;BR /&gt;
http://rkmcswain.blogspot.com</description>
      <pubDate>Fri, 03 Feb 2006 14:09:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/openning-a-pdf-document/m-p/1547527#M37110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-03T14:09:43Z</dc:date>
    </item>
  </channel>
</rss>

