<?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: VBA Equivalent of VLAX-GET ??? in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972517#M56228</link>
    <description>I just had no idea what's Terry working on until your reply and my visit to
Terry's website. Now my excuses to Frenk, too :-)

"michael puckett" &lt;SP&gt; wrote in message news:404defd3$1_2@newsprd01...
&amp;gt; Easy oh sensitive one: Nothing against your
&amp;gt; vlax class -&amp;gt; I just find it funny suggesting
&amp;gt; Terry use your code in one of his commercial
&amp;gt; apps. I could be wrong, but I just don't see
&amp;gt; him doing it ...
&amp;gt;
&amp;gt; "Frank Oquendo" &lt;FRANKO&gt; wrote in message
&amp;gt; news:404ded3e$1_3@newsprd01...
&amp;gt; michael puckett wrote:
&amp;gt; &amp;gt; lol yer killin' me.
&amp;gt;
&amp;gt; What do you find funnt? Maksim did not appear to engaging in
&amp;gt; an attempt at
&amp;gt; humor.
&amp;gt;
&amp;gt; --
&amp;gt; There are 10 kinds of people. Those who understand binary
&amp;gt; and those who
&amp;gt; don't.
&amp;gt;
&amp;gt; http://code.acadx.com
&amp;gt; (Pull the pin to reply)
&amp;gt;
&amp;gt;&lt;/FRANKO&gt;&lt;/SP&gt;</description>
    <pubDate>Tue, 09 Mar 2004 17:00:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-03-09T17:00:58Z</dc:date>
    <item>
      <title>VBA Equivalent of VLAX-GET ???</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972507#M56218</link>
      <description>With vlax-get, you can pass it an object and a string and it will return
the property.  Is there an equivalent in VBA?  In other words if you
have a property name in a string variable, how can you extract a variant
value from an object like an acadobj, such as "TextString" or "Color"?

Thanks in advance!

Terry</description>
      <pubDate>Sat, 06 Mar 2004 23:30:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972507#M56218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-06T23:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Equivalent of VLAX-GET ???</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972508#M56219</link>
      <description>CallByName ...

(it's quite useful).

"Terry W. Dotson" &lt;DOTSON&gt; wrote in message
news:404A5F04.D5ABFFC6@dotsoft.com...
&amp;gt; With vlax-get, you can pass it an object and a string and it will return
&amp;gt; the property.  Is there an equivalent in VBA?  In other words if you
&amp;gt; have a property name in a string variable, how can you extract a variant
&amp;gt; value from an object like an acadobj, such as "TextString" or "Color"?
&amp;gt;
&amp;gt; Thanks in advance!
&amp;gt;
&amp;gt; Terry&lt;/DOTSON&gt;</description>
      <pubDate>Sun, 07 Mar 2004 00:01:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972508#M56219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-07T00:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Equivalent of VLAX-GET ???</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972509#M56220</link>
      <description>michael puckett wrote:
 
&amp;gt; CallByName ...

Much appreciated, but its not available in 2000, which I have to
support.

Terry</description>
      <pubDate>Mon, 08 Mar 2004 14:54:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972509#M56220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-08T14:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Equivalent of VLAX-GET ???</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972510#M56221</link>
      <description>That's surprising. You have VB Pro/Ent - Why not wrap it in a tiny dll (w/other
functionality)?

"Terry W. Dotson" &lt;DOTSON&gt; wrote in message
news:404C890A.457FDFB@dotsoft.com...
michael puckett wrote:

&amp;gt; CallByName ...

Much appreciated, but its not available in 2000, which I have to
support.

Terry&lt;/DOTSON&gt;</description>
      <pubDate>Mon, 08 Mar 2004 14:59:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972510#M56221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-08T14:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Equivalent of VLAX-GET ???</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972511#M56222</link>
      <description>Terry,

Did you consider using VLAX class, like in http://code.acadx.com/?

Regards,
Maksim Sestic

"Terry W. Dotson" &lt;DOTSON&gt; wrote in message
news:404C890A.457FDFB@dotsoft.com...
&amp;gt; michael puckett wrote:
&amp;gt;
&amp;gt; &amp;gt; CallByName ...
&amp;gt;
&amp;gt; Much appreciated, but its not available in 2000, which I have to
&amp;gt; support.
&amp;gt;
&amp;gt; Terry&lt;/DOTSON&gt;</description>
      <pubDate>Tue, 09 Mar 2004 14:14:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972511#M56222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-09T14:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Equivalent of VLAX-GET ???</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972512#M56223</link>
      <description>lol yer killin' me.

"Maksim Sestic" &lt;OFFICE&gt; wrote in
message news:404dd19e_3@newsprd01...
Terry,

Did you consider using VLAX class, like in
http://code.acadx.com/?

Regards,
Maksim Sestic

"Terry W. Dotson" &lt;DOTSON&gt; wrote in message
news:404C890A.457FDFB@dotsoft.com...
&amp;gt; michael puckett wrote:
&amp;gt;
&amp;gt; &amp;gt; CallByName ...
&amp;gt;
&amp;gt; Much appreciated, but its not available in 2000, which I
have to
&amp;gt; support.
&amp;gt;
&amp;gt; Terry&lt;/DOTSON&gt;&lt;/OFFICE&gt;</description>
      <pubDate>Tue, 09 Mar 2004 16:07:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972512#M56223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-09T16:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Equivalent of VLAX-GET ???</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972513#M56224</link>
      <description>michael puckett wrote:
&amp;gt; lol yer killin' me.

What do you find funnt? Maksim did not appear to engaging in an attempt at
humor.

-- 
There are 10 kinds of people. Those who understand binary and those who
don't.

http://code.acadx.com
(Pull the pin to reply)</description>
      <pubDate>Tue, 09 Mar 2004 16:14:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972513#M56224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-09T16:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Equivalent of VLAX-GET ???</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972514#M56225</link>
      <description>Easy oh sensitive one: Nothing against your
vlax class -&amp;gt; I just find it funny suggesting
Terry use your code in one of his commercial
apps. I could be wrong, but I just don't see
him doing it ...

"Frank Oquendo" &lt;FRANKO&gt; wrote in message
news:404ded3e$1_3@newsprd01...
michael puckett wrote:
&amp;gt; lol yer killin' me.

What do you find funnt? Maksim did not appear to engaging in
an attempt at
humor.

--
There are 10 kinds of people. Those who understand binary
and those who
don't.

http://code.acadx.com
(Pull the pin to reply)&lt;/FRANKO&gt;</description>
      <pubDate>Tue, 09 Mar 2004 16:24:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972514#M56225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-09T16:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Equivalent of VLAX-GET ???</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972515#M56226</link>
      <description>&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Oh, it seems that I made very (very) stupid mistake with that hillarious
reply. My excuses to Terry :-)

"Frank Oquendo" &lt;FRANKO&gt; wrote in message
news:404ded3e$1_3@newsprd01...
&amp;gt; michael puckett wrote:
&amp;gt; &amp;gt; lol yer killin' me.
&amp;gt;
&amp;gt; What do you find funnt? Maksim did not appear to engaging in an attempt at
&amp;gt; humor.
&amp;gt;
&amp;gt; --
&amp;gt; There are 10 kinds of people. Those who understand binary and those who
&amp;gt; don't.
&amp;gt;
&amp;gt; http://code.acadx.com
&amp;gt; (Pull the pin to reply)
&amp;gt;
&amp;gt;&lt;/FRANKO&gt;</description>
      <pubDate>Tue, 09 Mar 2004 16:35:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972515#M56226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-09T16:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Equivalent of VLAX-GET ???</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972516#M56227</link>
      <description>It was not a stupid mistake Maksim; I just thought
it was funny (I have a strange sense of humour).

"Maksim Sestic" &lt;OFFICE&gt; wrote in
message news:404df2a8_2@newsprd01...
:-) Oh, it seems that I made very (very) stupid mistake with
that hillarious
reply. My excuses to Terry :-)

"Frank Oquendo" &lt;FRANKO&gt; wrote in message
news:404ded3e$1_3@newsprd01...
&amp;gt; michael puckett wrote:
&amp;gt; &amp;gt; lol yer killin' me.
&amp;gt;
&amp;gt; What do you find funnt? Maksim did not appear to engaging
in an attempt at
&amp;gt; humor.
&amp;gt;
&amp;gt; --
&amp;gt; There are 10 kinds of people. Those who understand binary
and those who
&amp;gt; don't.
&amp;gt;
&amp;gt; http://code.acadx.com
&amp;gt; (Pull the pin to reply)
&amp;gt;
&amp;gt;&lt;/FRANKO&gt;&lt;/OFFICE&gt;</description>
      <pubDate>Tue, 09 Mar 2004 16:56:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972516#M56227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-09T16:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Equivalent of VLAX-GET ???</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972517#M56228</link>
      <description>I just had no idea what's Terry working on until your reply and my visit to
Terry's website. Now my excuses to Frenk, too :-)

"michael puckett" &lt;SP&gt; wrote in message news:404defd3$1_2@newsprd01...
&amp;gt; Easy oh sensitive one: Nothing against your
&amp;gt; vlax class -&amp;gt; I just find it funny suggesting
&amp;gt; Terry use your code in one of his commercial
&amp;gt; apps. I could be wrong, but I just don't see
&amp;gt; him doing it ...
&amp;gt;
&amp;gt; "Frank Oquendo" &lt;FRANKO&gt; wrote in message
&amp;gt; news:404ded3e$1_3@newsprd01...
&amp;gt; michael puckett wrote:
&amp;gt; &amp;gt; lol yer killin' me.
&amp;gt;
&amp;gt; What do you find funnt? Maksim did not appear to engaging in
&amp;gt; an attempt at
&amp;gt; humor.
&amp;gt;
&amp;gt; --
&amp;gt; There are 10 kinds of people. Those who understand binary
&amp;gt; and those who
&amp;gt; don't.
&amp;gt;
&amp;gt; http://code.acadx.com
&amp;gt; (Pull the pin to reply)
&amp;gt;
&amp;gt;&lt;/FRANKO&gt;&lt;/SP&gt;</description>
      <pubDate>Tue, 09 Mar 2004 17:00:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972517#M56228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-09T17:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Equivalent of VLAX-GET ???</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972518#M56229</link>
      <description>michael puckett wrote:
 
&amp;gt; That's surprising. You have VB Pro/Ent - Why not wrap it
&amp;gt; in a tiny dll (w/other functionality)?

Since I had a reasonably limited set, I just used some select case
statements.  These days I'm also trying to limit DLL dependencies. :-)

Thanks, Terry</description>
      <pubDate>Tue, 09 Mar 2004 17:20:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972518#M56229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-09T17:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Equivalent of VLAX-GET ???</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972519#M56230</link>
      <description>michael puckett wrote:
 
&amp;gt; It was not a stupid mistake Maksim; I just thought
&amp;gt; it was funny (I have a strange sense of humour).

Everybody relax.  :!)  Franks code is not substandard in any way, I
just avoid all dependencies except for Autodesk and Microsoft.

Terry</description>
      <pubDate>Tue, 09 Mar 2004 17:24:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972519#M56230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-09T17:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Equivalent of VLAX-GET ???</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972520#M56231</link>
      <description>Whatever works reliably :)

&lt;DIGRESS&gt;Re: Limiting dll dependencies, if it's a case of
minimizing file distributions you can always bind your dlls
in a parent exe using pebundle type utilities.
Notwithstanding the compression / security aspects of
same&lt;/DIGRESS&gt;.

Cheers.

"Terry W. Dotson" &lt;DOTSON&gt; wrote in message
news:404DFCF7.BA84E51C@dotsoft.com...
michael puckett wrote:

&amp;gt; That's surprising. You have VB Pro/Ent - Why not wrap it
&amp;gt; in a tiny dll (w/other functionality)?

Since I had a reasonably limited set, I just used some
select case
statements.  These days I'm also trying to limit DLL
dependencies. :-)

Thanks, Terry&lt;/DOTSON&gt;</description>
      <pubDate>Tue, 09 Mar 2004 17:28:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972520#M56231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-09T17:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Equivalent of VLAX-GET ???</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972521#M56232</link>
      <description>Sipping tea: I'm relaxed, and just to make
clear, I wasn't suggesting Franks code was
inferior.

Cheers all :)

"Terry W. Dotson" &lt;DOTSON&gt; wrote in message
news:404DFDCB.7DED837C@dotsoft.com...
michael puckett wrote:

&amp;gt; It was not a stupid mistake Maksim; I just thought
&amp;gt; it was funny (I have a strange sense of humour).

Everybody relax.  :!)  Franks code is not substandard in any
way, I
just avoid all dependencies except for Autodesk and
Microsoft.

Terry&lt;/DOTSON&gt;</description>
      <pubDate>Tue, 09 Mar 2004 17:30:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972521#M56232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-09T17:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Equivalent of VLAX-GET ???</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972522#M56233</link>
      <description>Hi...&lt;BR /&gt;
&lt;BR /&gt;
I did a DLL for me. But just is for TEXT Entity.&lt;BR /&gt;
&lt;BR /&gt;
Example&lt;BR /&gt;
&lt;BR /&gt;
Option Explicit&lt;BR /&gt;
&lt;BR /&gt;
Private P As New Get_Property&lt;BR /&gt;
&lt;BR /&gt;
Private Sub cmdPropiedad_Click()&lt;BR /&gt;
    Dim objsel As AcadText&lt;BR /&gt;
    Dim pnt As Variant&lt;BR /&gt;
    Dim PntInsercion As Variant&lt;BR /&gt;
    Dim sTexto As String&lt;BR /&gt;
    Dim txtColor As Long&lt;BR /&gt;
    utilGet.GetEntity objsel, pnt, vbCr &amp;amp; "Seleccione texto: "&lt;BR /&gt;
    'Dato por defecto TextString&lt;BR /&gt;
    sTexto = P.VB_Get_Property(objsel)&lt;BR /&gt;
    'Punto de Insercion del texto&lt;BR /&gt;
    PntInsercion = P.VB_Get_Property(objsel, "insertionpoint")&lt;BR /&gt;
    'Color del texto&lt;BR /&gt;
    txtColor = P.VB_Get_Property(objsel, "color")&lt;BR /&gt;
    'etc... etc...&lt;BR /&gt;
End Sub</description>
      <pubDate>Wed, 10 Mar 2004 13:05:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vba-equivalent-of-vlax-get/m-p/972522#M56233</guid>
      <dc:creator>Speed_CAD</dc:creator>
      <dc:date>2004-03-10T13:05:00Z</dc:date>
    </item>
  </channel>
</rss>

