Try to use the mail merge
iRet = objWordDoc.ConnectToNewObject("Word.Application")
IF iRet = 0 THEN
objWordDoc.Documents.Open("filename.doc")
objWordDoc.ActiveDocument.MailMerge.OpenDatasource("datafile.cvs")
objWordDoc.ActiveDocument.MailMerge.ViewMailMergeFieldCodes = False...
I'm must finish a program that use ADODC Data Access Component to connect and retrival data from SQLServer.
I have some ADODCs on my forms and these ADODC autoconnect before I try to change those connectstring to have right connectstr to Sql server.
Seem they are loaded before form load.
Is...
Thanks any way, but this method have only effect with my own program. I'm trying write a Program to change Appearancy of windows but not require to restart windows.
Please help me.
Vb5prgrmr ,
I'm using api instead of MMC(multimedia control AcitveX).
My problem is how to get and pass the MCI video handle into my win by all api, no ActiveX
Thank you, anyway
I'm making a small video player. I used api: sendMCIstring,
it work very well, but it display video on itself window. I want it appears on my own dialog. What should I do? Please tell me what api(s) I should use.
Thanks
I'm writing a small desktop utilize, but I don't know how to get a text word in a textbox (exact word at mouse pointer). If you know, please tell me api(s) I should use.
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.