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


Groups > comp.lang.basic.visual.misc > #90

Re: Adding the Picture Property to a RichTextBox control (VB6)

From "Mayayana" <mayayana@invalid.nospam>
Newsgroups comp.lang.basic.visual.misc
Subject Re: Adding the Picture Property to a RichTextBox control (VB6)
Date 2011-04-23 15:56 -0400
Organization A noiseless patient Spider
Message-ID <iovaon$6ja$1@dont-email.me> (permalink)
References <be977bb4-7fa1-4ae8-9751-c1d649078ef5@2g2000vbl.googlegroups.com> <ef6bf455-0be3-47bb-8eb5-5dda86621124@l2g2000prg.googlegroups.com> <iould2$me$1@dont-email.me> <9a9dd650-5759-423b-a207-d371a9dd7bba@w9g2000prg.googlegroups.com>

Show all headers | View raw


> Any ideas?

   I don't know. did you try Mike's method? I tried
downloading the vbAccelerator control, which has
a Picture property, but when I tried running the
program I got error 429 (unable to load ActiveX object)
and then the IDE crashed. Unfortunately, VBAccelerator
code is excessivly complex and they intertwine a lot of their
own DLLs and doodads. At the same time they include almost
nothing in terms of documentation. It can take awhile to
get their code working....if it works at all.

  But their method looks like it's pretty simple. Like you
they're using WS_EX_TRANSPARENT to make the RTB
transparent. Then the Picture property just sets the
Picture property of the underlying UserControl.

  I downloaded the compiled control, which came as a
single OCX file in a ZIP. So one would expect that should
work once registered. But it didn't.

Back to comp.lang.basic.visual.misc | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Adding the Picture Property to a RichTextBox control (VB6) Jason Bodine <jbodine1974@gmail.com> - 2011-04-19 02:02 -0700
  Re: Adding the Picture Property to a RichTextBox control (VB6) Jason Bodine <jbodine1974@gmail.com> - 2011-04-23 05:04 -0700
    Re: Adding the Picture Property to a RichTextBox control (VB6) "Mayayana" <mayayana@invalid.nospam> - 2011-04-23 09:51 -0400
      Re: Adding the Picture Property to a RichTextBox control (VB6) Jason Bodine <jbodine1974@gmail.com> - 2011-04-23 11:52 -0700
        Re: Adding the Picture Property to a RichTextBox control (VB6) "Mayayana" <mayayana@invalid.nospam> - 2011-04-23 15:56 -0400
        Re: Adding the Picture Property to a RichTextBox control (VB6) "Mike Williams" <Mike@WhiskyAndCoke.com> - 2011-04-23 21:41 +0100
    Re: Adding the Picture Property to a RichTextBox control (VB6) "Mike Williams" <Mike@WhiskyAndCoke.com> - 2011-04-23 16:43 +0100

csiph-web