Q:How to allow pictures in text 
Author Message
 Q:How to allow pictures in text

I read through the FAQ and couldn't find anything on this.
If its reference somewhere else, could someone kindly point me to
it?

My question is, how do I create a text editing box that allows
pictures like Paint-Brush, graphs etc to be inserted in between
texts? Like what WRITE is doing.

Thanks in advance for any help rendered!

Regards,
Collin Ng
+-------------------------------------------------------------------+


|                                               Datel : 243-1493    |
| Web Page : http://www.*-*-*.com/ :8000/~sf7225714/www.html        |
+-------------------------------------------------------------------+



Sun, 19 Jul 1998 03:00:00 GMT  
 Q:How to allow pictures in text

infinite reservoirs of wisdom:

Quote:
>My question is, how do I create a text editing box that allows
>pictures like Paint-Brush, graphs etc to be inserted in between
>texts?

You can't. You need a custom control editor, and they're usually
expensive.

Jens
--
Everything I said are the opinions of someone else.
I just cut-and-pasted.

Jens Balchen jr.       http://www.sn.no/~balchen



Sun, 19 Jul 1998 03:00:00 GMT  
 Q:How to allow pictures in text

infinite reservoirs of wisdom:

Quote:
>Not even with OLE?

You'd need another tool, like Word (or Write, yes, that's an
idea. Is Write OLE-compatible? It isn't registered in my
registry.), to use OLE.

Jens
--
Everything I said are the opinions of someone else.
I just cut-and-pasted.

Jens Balchen jr.       http://www.sn.no/~balchen



Mon, 20 Jul 1998 03:00:00 GMT  
 Q:How to allow pictures in text


: infinite reservoirs of wisdom:

: >My question is, how do I create a text editing box that allows
: >pictures like Paint-Brush, graphs etc to be inserted in between
: >texts?

: You can't. You need a custom control editor, and they're usually
: expensive.

Not even with OLE?

Regards,
Collin Ng
+-------------------------------------------------------------------+


|                                               Datel : 243-1493    |
| Web Page : http://gamma.ntu.ac.sg:8000/~sf7225714/www.html        |
+-------------------------------------------------------------------+



Mon, 20 Jul 1998 03:00:00 GMT  
 Q:How to allow pictures in text


: infinite reservoirs of wisdom:

: >Not even with OLE?

: You'd need another tool, like Word (or Write, yes, that's an
: idea. Is Write OLE-compatible? It isn't registered in my
: registry.), to use OLE.

: Jens
: --

Thanks Jens,

I think I got the basic idea that VB does not support this directly.
I was thinking though, if I could use something like the DDE examples
in Visual Basic's knowledge base to do the same for WRITE. But I suppose
I would need to know if WRITE supports this and some informations from
WRITE to make use of it right?

BTW, what is the difference between using DDE and OLE?

<Collin Ng>
+--------------------------------------------------------_--------------+
|  ##  ##   ##  ##    With luving greetings from        I I             |
|  ##  ##       ##                                      I~I             |
|  ######   ##  ##    CCc      NNn    Datel :      __   I~I  _  _   /~) |
|  ##  ##   ##  ""    |  ollin | |g   243-1493     \ \  I_I/I-II-I/~/'  |
|  ##  ##   ##  ##    CCc      N N                  \~~\'   `-'`-'~I    |
|  E-mail :                                          \_ ) ~\_ /~~  )    |


+---------------------------------------------------------|~   ~|-------+
| Web Page :  http://gamma.ntu.ac.sg:8000/~sf7225714/www.html           |
+-----------------------------------------------------------------------+



Tue, 21 Jul 1998 03:00:00 GMT  
 Q:How to allow pictures in text

infinite reservoirs of wisdom:

Quote:
>I think I got the basic idea that VB does not support this directly.

Yup.

Quote:
>I was thinking though, if I could use something like the DDE examples
>in visual basic's knowledge base to do the same for WRITE.

Since you're heading for a DDE solution, I can't help but wonder
why you need this text box. I mean, the OLE part has the
advantage that the user won't notice it's Write; they'll think
it's you. But with DDE, they can't be mistaken.

Quote:
>But I suppose I would need to know if WRITE supports this and
>some informations from WRITE to make use of it right?

Yes.

Quote:
>BTW, what is the difference between using DDE and OLE?

DDE is like sending commands from my brain to your brain to make
you do something.

OLE is like me taking a piece of your brain and adding it mine to
utilize it.

Jens
--
Everything I said are the opinions of someone else.
I just cut-and-pasted.

Jens Balchen jr.       http://www.sn.no/~balchen



Tue, 21 Jul 1998 03:00:00 GMT  
 Q:How to allow pictures in text

: >I think I got the basic idea that VB does not support this directly.

: Yup.

What about word underlining and etc? I mean, for only some words and
not all?

: >I was thinking though, if I could use something like the DDE examples
: >in visual basic's knowledge base to do the same for WRITE.

: Since you're heading for a DDE solution, I can't help but wonder
: why you need this text box. I mean, the OLE part has the
: advantage that the user won't notice it's Write; they'll think
: it's you. But with DDE, they can't be mistaken.

I was hoping that there might be some existing application that comes
in windows that I can make use of. Since I know write doesn't have OLE,
I tried with the OLE2 control and it didn't show up, I was wondering
if WRITE has DDE support. *grin* I guess not huh?

: >But I suppose I would need to know if WRITE supports this and
: >some informations from WRITE to make use of it right?

: Yes.

OK. Thanks.

: >BTW, what is the difference between using DDE and OLE?

: DDE is like sending commands from my brain to your brain to make
: you do something.

: OLE is like me taking a piece of your brain and adding it mine to
: utilize it.

*grin* Thanks!
Thats very clear! hehhehee.

BTW, I don't suppose you know of any OCX, or VBX that can solve my
problem?

<Black Knight>
+------------------------------------------------------------------------+
      |\/\/\/|   My Web page :                                   |\/\/\/|
      |      |                                                   |      |
      |      |   http://gamma.ntu.ac.sg:8000/~sf7225714/www.html |      |
      | (0)(0)                                                   (0)(0) |
     ?      _)   E-mail addresses:                              (_       ?
      | ,___|                                                     |___, |


     /      \                                                     /      \
+------------------------------------------------------------------------+



Fri, 24 Jul 1998 03:00:00 GMT  
 Q:How to allow pictures in text

infinite reservoirs of wisdom:

Quote:
>What about word underlining and etc? I mean, for only some words and
>not all?

No, the textboxes in VB don't support anything but (all text) in
one font style/setting etc. There are others that do, but they
usually cost. If someone would write a VBX like this and make it
freeware, people would worship the ground he walks on.

Quote:
>I was hoping that there might be some existing application that comes
>in windows that I can make use of. Since I know write doesn't have OLE,
>I tried with the OLE2 control and it didn't show up, I was wondering
>if WRITE has DDE support. *grin* I guess not huh?

I don't know, so I won't say this to bombastic: I don't think so.

Jens
--
Everything I said are the opinions of someone else.
I just cut-and-pasted.

Jens Balchen jr.       http://www.sn.no/~balchen



Fri, 24 Jul 1998 03:00:00 GMT  
 Q:How to allow pictures in text

Quote:

> BTW, I don't suppose you know of any OCX, or VBX that can solve my
> problem?

There's a complete listing of various WYSIWYG vbxs and ocxs at:
http://www.xmission.com/~imagicom/index/indxcmpt/edtfvwr.htm




Sun, 26 Jul 1998 03:00:00 GMT  
 Q:How to allow pictures in text
The RTF control in VB4 is only available in the 32 bit version.

Quote:


>Doesn't Visual basic 4 have RTF handling?  If it does then your
>problems solved (as long as you are willing to upgarde) but if not we
>use a package called ALL TEXT, it is excellent but the standard
>version that will do what you want it to is around 200 I think

--
J. Boyd Nolan, PE


Voice:(405) 739-1916    FAX:(405) 739-1095
Boeing Aerospace Operations


Mon, 27 Jul 1998 03:00:00 GMT  
 Q:How to allow pictures in text

Doesn't Visual basic 4 have RTF handling?  If it does then your
problems solved (as long as you are willing to upgarde) but if not we
use a package called ALL TEXT, it is excellent but the standard
version that will do what you want it to is around 200 I think



Tue, 28 Jul 1998 03:00:00 GMT  
 Q:How to allow pictures in text

Quote:

> >No, the textboxes in VB don't support anything but (all text) in
> >one font style/setting etc. There are others that do, but they
> >usually cost. If someone would write a VBX like this and make it
> >freeware, people would worship the ground he walks on.

> Check out the Rich Text Format Control in VB 4

RichTextBox doesn't work for graphics.  Try it.  
All those nice RTF formats in the manual
do not work.  According to several previous
posts, it is a confirmed bug per MS.




Wed, 29 Jul 1998 03:00:00 GMT  
 Q:How to allow pictures in text

Quote:
>No, the textboxes in VB don't support anything but (all text) in
>one font style/setting etc. There are others that do, but they
>usually cost. If someone would write a VBX like this and make it
>freeware, people would worship the ground he walks on.

Check out the Rich Text Format Control in VB 4
--
Terry


Thu, 30 Jul 1998 03:00:00 GMT  
 
 [ 13 post ] 

 Relevant Pages 

1. Allowing ONLY text to be typed in my text box - NO NUMBERS

2. Allowing ONLY text to be typed in my text box - NO NUMBERS

3. Allow MDI Child form to overlap Aligned Picture Box in MDI Form

4. Allow MDI Child form to overlap Aligned Picture Box in MDI Form

5. Allow MDI Child form to overlap Aligned Picture Box in MDI Form

6. sending picture box with picture and text to a printer device

7. Pictures and text in a text box

8. TableDef/Set all text fields to allow zero length

9. Protected document does not allow to insert text in fields

10. Allowing user's to enter text in RTF

11. Allowing user to save contents of form to text file

12. Which TextBox allows to align text horizontally and vertically centered

 

 
Powered by phpBB® Forum Software