Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > microsoft.public.scripting.vbscript > #11152

Re: ComCtl.ListViewCtrl doesn't show itself ....

From "Mayayana" <mayayana@invalid.nospam>
Newsgroups microsoft.public.scripting.vbscript
Subject Re: ComCtl.ListViewCtrl doesn't show itself ....
Date 2015-10-16 10:21 -0400
Organization A noiseless patient Spider
Message-ID <mvr0ud$n0e$1@dont-email.me> (permalink)
References <56156a2f$0$23740$e4fe514c@news.xs4all.nl> <mv4671$j22$1@dont-email.me> <56163454$0$23736$e4fe514c@news.xs4all.nl> <mvpcqf$bl$1@dont-email.me> <5620cfee$0$23803$e4fe514c@news.xs4all.nl>

Show all headers | View raw


| Well, Its actually for the other side of the equation, the 
scripting-engine.
| I've implemented loading a non-installed control, and now would like to 
see
| if I can create the equivalent of "wscript.ConnectObject()" for it (so I 
can
| accept callbacks to the scripting-engine).
|
| For testing purposes I need a control which generates events.  The 
ListView
| was just the last control of a few which all seemed to work, but stayed
| invisible. I just assumed I missed/forgot to do something.

  If it didn't need to be visible then wouldn't a
few arrays or dictionaries serve the same purpose?

  It sounds like you've got deep into an intriguing
project. Hopefully you'll be back with a report
if you turn up anything fun. :)

  I've used wscript.ConnectObject with ActiveX EXEs,
like a component I made for sending email directly
via an SMTP server. I've found it maddeningly
limited, though. Since the script is a single string of
operations it's very limited in the handling of events.
The only thing one can do is to call a function and
then loop, waiting for an event to "fire". I find something
like an HTA luxurious by comparison. With the GUI there's
room for a facsimile of asynchronous operation.

Back to microsoft.public.scripting.vbscript | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

ComCtl.ListViewCtrl doesn't show itself .... "R.Wieser" <address@not.available> - 2015-10-07 20:56 +0200
  Re: ComCtl.ListViewCtrl doesn't show itself .... GS <gs@v.invalid> - 2015-10-07 18:28 -0400
    Re: ComCtl.ListViewCtrl doesn't show itself .... "R.Wieser" <address@not.available> - 2015-10-08 11:18 +0200
      Re: ComCtl.ListViewCtrl doesn't show itself .... "Mayayana" <mayayana@invalid.nospam> - 2015-10-15 19:31 -0400
        Re: ComCtl.ListViewCtrl doesn't show itself .... "R.Wieser" <address@not.available> - 2015-10-16 12:25 +0200
          Re: ComCtl.ListViewCtrl doesn't show itself .... "Mayayana" <mayayana@invalid.nospam> - 2015-10-16 10:21 -0400
            Re: ComCtl.ListViewCtrl doesn't show itself .... "R.Wieser" <address@not.available> - 2015-10-16 17:22 +0200
              Re: ComCtl.ListViewCtrl doesn't show itself .... "Mayayana" <mayayana@invalid.nospam> - 2015-10-16 12:09 -0400
                Re: ComCtl.ListViewCtrl doesn't show itself .... "R.Wieser" <address@not.available> - 2015-10-16 18:35 +0200
                Re: ComCtl.ListViewCtrl doesn't show itself .... "Mayayana" <mayayana@invalid.nospam> - 2015-10-16 12:49 -0400
                Re: ComCtl.ListViewCtrl doesn't show itself .... "R.Wieser" <address@not.available> - 2015-10-17 01:00 +0200
    Re: ComCtl.ListViewCtrl doesn't show itself .... noone@no.void (Reventlov) - 2015-10-15 21:43 +0000
    Re: ComCtl.ListViewCtrl doesn't show itself .... "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2015-10-15 23:54 +0200

csiph-web