Visual basic5.0 con WORD xp

D

DAMIANO

come posso dare una stringa di testo da visual basic a
una pagina word già esistente?
Io per aprire il file Word uso


Set wb = CreateObject("Word.Basic")
wb.ChDefaultDir "C:\", 0
wb.FileOpen Name:="C:\Documents and
Settings\Cecconello\Documenti\bustagialla.doc"
wb.AppShow
wb.AppMaximize


come si può fare al posto di scrivere:
wb.label1.caption="Ciao"
oppure
wb.textbox1.text="ciao"
oppure
wb.textboxt1.text=data1.recordset("nome")

please help me!
thank
 
C

Cor

Damiano,
Questa grupo e specialemente per VB.Net. Per favore a grupo
Visual.Basic.Classic esta Herfried K. Wagner lei parlari Italiano.
Success
Cor
 
H

Herfried K. Wagner [MVP]

Hello,

DAMIANO said:
come posso dare una stringa di testo da visual basic a
una pagina word già esistente?
Io per aprire il file Word uso

This is a English language VB.NET language group. You will more likely get
an answer to your question if you post to this ng:

news://news.microsoft.com/microsoft.public.it.vb
 
H

Herfried K. Wagner [MVP]

Hello,

Cor said:
Questa grupo e specialemente per VB.Net. Per favore a grupo
Visual.Basic.Classic esta Herfried K. Wagner lei parlari Italiano.

Parli Italiano?

LOL
 
O

One Handed Man [ OHM ]

The multi-talented Mr Cor,



I didn't realise you were tri-lingual, English, Italian AND VB.NET



Regards - OHM
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top