hi all

firstable :
Hi I use vbscript into a specific application that have its own programing
inteface.

I wanted to know if it is possible to get the values of variable that have
been generated outside vbscript.
For example if i run a vbscript trough an Visual basic prog, is it possible
to get the variables defined in VB ?

secondly
Is it a way to monitor activities of a particular process (popup generating,
acces to databases ...) :

for example if my prog generate an error popup, i need to catch this event
and send a mail with vbscripting .
Is it possible ?

Thanks

Guillaume

Re: need acces to external event via vbscript by name

name
Tue Dec 30 01:24:22 CST 2003

"that have its own programing interface"


No!

"acces to databases "

Double No!

=========

If you are thinking to operate in a compiled environment,
even a missing endif will throw you off.

---------------

And the only errors you will have to deal with are those of Microsoft.

Don't even think of putting your own on top.

------------------

"i need to catch this event and send a mail with vbscripting ."


Suuuuuure.

============
Learn to walk before you can run.






"guigui" <zerze@zerez.fr> wrote in message
news:3feffc6b$0$1176$636a55ce@news.free.fr...
> hi all
>
> firstable :
> Hi I use vbscript into a specific application that have its own programing
> inteface.
>
> I wanted to know if it is possible to get the values of variable that have
> been generated outside vbscript.
> For example if i run a vbscript trough an Visual basic prog, is it
possible
> to get the variables defined in VB ?
>
> secondly
> Is it a way to monitor activities of a particular process (popup
generating,
> acces to databases ...) :
>
> for example if my prog generate an error popup, i need to catch this event
> and send a mail with vbscripting .
> Is it possible ?
>
> Thanks
>
> Guillaume
>
>


Re: need acces to external event via vbscript by guigui

guigui
Tue Dec 30 04:56:57 CST 2003

send mail is not problems but catching windows events ?
All programms interacts with windows so it must exist some thing to do for
catching popup or other things even going into darkness of memory itself !

no ?


"name" <nospam@user.com> a écrit dans le message de
news:%23HFHneqzDHA.2224@TK2MSFTNGP09.phx.gbl...
> "that have its own programing interface"
>
>
> No!
>
> "acces to databases "
>
> Double No!
>
> =========
>
> If you are thinking to operate in a compiled environment,
> even a missing endif will throw you off.
>
> ---------------
>
> And the only errors you will have to deal with are those of Microsoft.
>
> Don't even think of putting your own on top.
>
> ------------------
>
> "i need to catch this event and send a mail with vbscripting ."
>
>
> Suuuuuure.
>
> ============
> Learn to walk before you can run.
>
>
>
>
>
>
> "guigui" <zerze@zerez.fr> wrote in message
> news:3feffc6b$0$1176$636a55ce@news.free.fr...
> > hi all
> >
> > firstable :
> > Hi I use vbscript into a specific application that have its own
programing
> > inteface.
> >
> > I wanted to know if it is possible to get the values of variable that
have
> > been generated outside vbscript.
> > For example if i run a vbscript trough an Visual basic prog, is it
> possible
> > to get the variables defined in VB ?
> >
> > secondly
> > Is it a way to monitor activities of a particular process (popup
> generating,
> > acces to databases ...) :
> >
> > for example if my prog generate an error popup, i need to catch this
event
> > and send a mail with vbscripting .
> > Is it possible ?
> >
> > Thanks
> >
> > Guillaume
> >
> >
>