-
strPtr()?
How does on use strPtr() from VB?
Is it not documented anywhere?
Are there other such undocumented features?
Thanks.
-
Re: strPtr()?
There is also ObjPtr and VarPtr. There others also, eg: the textbox has a
clear method.
To find them, push F2, right click and select Show Hidden Members
Mike
"- John of Arc -" <666@666.666> wrote:
>How does on use strPtr() from VB?
>Is it not documented anywhere?
>Are there other such undocumented features?
>
>Thanks.
>
>
-
Re: strPtr()?
There is also ObjPtr and VarPtr. There others also, eg: the textbox has a
clear method.
To find them, push F2, right click and select Show Hidden Members
Mike
"- John of Arc -" <666@666.666> wrote:
>How does on use strPtr() from VB?
>Is it not documented anywhere?
>Are there other such undocumented features?
>
>Thanks.
>
>
-
Re: strPtr()?
> How does one use strPtr() from VB? Is it not documented
> anywhere? Are there other such undocumented features?
John: A search for "StrPtr" at http://search.microsoft.com/us/dev/ turned up
the following:
http://support.microsoft.com/support.../q199/8/24.asp
http://msdn.microsoft.com/library/bo...b5/Ch08_31.htm
---
Phil Weber
-
Re: strPtr()?
> How does one use strPtr() from VB? Is it not documented
> anywhere? Are there other such undocumented features?
John: A search for "StrPtr" at http://search.microsoft.com/us/dev/ turned up
the following:
http://support.microsoft.com/support.../q199/8/24.asp
http://msdn.microsoft.com/library/bo...b5/Ch08_31.htm
---
Phil Weber
-
Re: strPtr()?
Why not look up the myriad of answers from where you posted elsewhere?
--
MichKa
(insensitive fruitarian)
random junk of dubious value, a multilingual website, the
54-language TSI Form/Report to Data Access Page Wizard,
and lots of replication "stuff" at the (no scripts required!)
http://www.trigeminal.com/
"- John of Arc -" <666@666.666> wrote in message
news:39064efb@news.devx.com...
> How does on use strPtr() from VB?
> Is it not documented anywhere?
> Are there other such undocumented features?
>
> Thanks.
>
>
-
Re: strPtr()?
Why not look up the myriad of answers from where you posted elsewhere?
--
MichKa
(insensitive fruitarian)
random junk of dubious value, a multilingual website, the
54-language TSI Form/Report to Data Access Page Wizard,
and lots of replication "stuff" at the (no scripts required!)
http://www.trigeminal.com/
"- John of Arc -" <666@666.666> wrote in message
news:39064efb@news.devx.com...
> How does on use strPtr() from VB?
> Is it not documented anywhere?
> Are there other such undocumented features?
>
> Thanks.
>
>
-
Re: strPtr()?
Open the object browser in VB and browse the VBA library.
If you right-click within the object browser you get a "Show Hidden members"
option.
If you switch this on, you will find StrPtr listed under _HiddenModule.
Note that with anything you find out about this way:
"Microsoft does not guarantee that they will be available in future releases
of Visual Basic."
Not that you should let that put you off using StrPtr if you really need it.
Just think
about the life-time of your source code and whether it matters if the
feature you use
isn't available in the next version of VB.
Adelle.
mike <m_culley@one.net.au> wrote in message news:39066c24$1@news.devx.com...
>
> There is also ObjPtr and VarPtr. There others also, eg: the textbox has a
> clear method.
>
> To find them, push F2, right click and select Show Hidden Members
>
> Mike
>
> "- John of Arc -" <666@666.666> wrote:
> >How does on use strPtr() from VB?
> >Is it not documented anywhere?
> >Are there other such undocumented features?
> >
> >Thanks.
> >
> >
>
-
Re: strPtr()?
Open the object browser in VB and browse the VBA library.
If you right-click within the object browser you get a "Show Hidden members"
option.
If you switch this on, you will find StrPtr listed under _HiddenModule.
Note that with anything you find out about this way:
"Microsoft does not guarantee that they will be available in future releases
of Visual Basic."
Not that you should let that put you off using StrPtr if you really need it.
Just think
about the life-time of your source code and whether it matters if the
feature you use
isn't available in the next version of VB.
Adelle.
mike <m_culley@one.net.au> wrote in message news:39066c24$1@news.devx.com...
>
> There is also ObjPtr and VarPtr. There others also, eg: the textbox has a
> clear method.
>
> To find them, push F2, right click and select Show Hidden Members
>
> Mike
>
> "- John of Arc -" <666@666.666> wrote:
> >How does on use strPtr() from VB?
> >Is it not documented anywhere?
> >Are there other such undocumented features?
> >
> >Thanks.
> >
> >
>
-
Re: strPtr()?
> Why not look up the myriad of answers from where
> you posted elsewhere?
Michael: Where might that be?
---
Phil Weber
-
Re: strPtr()?
> Why not look up the myriad of answers from where
> you posted elsewhere?
Michael: Where might that be?
---
Phil Weber
-
Re: strPtr()?
microsoft.public.vb.winapi is where I saw him post....
--
MichKa
(insensitive fruitarian)
random junk of dubious value, a multilingual website, the
54-language TSI Form/Report to Data Access Page Wizard,
and lots of replication "stuff" at the (no scripts required!)
http://www.trigeminal.com/
"Phil Weber" <pweber@teleport.com> wrote in message
news:39067acd$1@news.devx.com...
> > Why not look up the myriad of answers from where
> > you posted elsewhere?
>
> Michael: Where might that be?
> ---
> Phil Weber
>
>
-
Re: strPtr()?
microsoft.public.vb.winapi is where I saw him post....
--
MichKa
(insensitive fruitarian)
random junk of dubious value, a multilingual website, the
54-language TSI Form/Report to Data Access Page Wizard,
and lots of replication "stuff" at the (no scripts required!)
http://www.trigeminal.com/
"Phil Weber" <pweber@teleport.com> wrote in message
news:39067acd$1@news.devx.com...
> > Why not look up the myriad of answers from where
> > you posted elsewhere?
>
> Michael: Where might that be?
> ---
> Phil Weber
>
>
-
Re: strPtr()?
> microsoft.public.vb.winapi is where I saw him post....
Michael: Thanks. I searched on deja.com before I asked, but couldn't find
anything. I was mostly concerned that he may have multi-posted to this
server, where I can do something about it. ;-)
---
Phil Weber
-
Re: strPtr()?
> microsoft.public.vb.winapi is where I saw him post....
Michael: Thanks. I searched on deja.com before I asked, but couldn't find
anything. I was mostly concerned that he may have multi-posted to this
server, where I can do something about it. ;-)
---
Phil Weber
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|