|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ActiveX can't creat object?Hi All,
Dim myMail Set myMail = CreateObject("CDONTS.NewMail") it shows "ActiveX can't creat object" error message, what should I do? Does that mean I have to add some .bas file? Could you please advice? Thank you very much! Best regards, Boki. Hi Boki,
First, notice that this is a group for VB.NET, not for VB6 or VBScript. That said, the CDONTS library is not installed on all Windows, only on servers. There are two versions of CDO and some confusion. See: http://www.outlookcode.com/d/cdo.htm -- Show quoteHide quoteBest regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio You can code, design and document much faster: http://www.mztools.com "Boki" <bokit***@ms21.hinet.net> escribió en el mensaje news:1148973587.805908.85700@g10g2000cwb.googlegroups.com... > Hi All, > > Dim myMail > Set myMail = CreateObject("CDONTS.NewMail") > > it shows "ActiveX can't creat object" error message, what should I do? > > Does that mean I have to add some .bas file? > Could you please advice? > > Thank you very much! > > Best regards, > Boki. > Carlos J. Quintero [VB MVP] 寫é“:
Show quoteHide quote > Hi Boki, Hi Thanks a lot!> > First, notice that this is a group for VB.NET, not for VB6 or VBScript. > > That said, the CDONTS library is not installed on all Windows, only on > servers. There are two versions of CDO and some confusion. See: > http://www.outlookcode.com/d/cdo.htm > > -- > > Best regards, > > Carlos J. Quintero > > MZ-Tools: Productivity add-ins for Visual Studio > You can code, design and document much faster: > http://www.mztools.com > > > "Boki" <bokit***@ms21.hinet.net> escribió en el mensaje > news:1148973587.805908.85700@g10g2000cwb.googlegroups.com... > > Hi All, > > > > Dim myMail > > Set myMail = CreateObject("CDONTS.NewMail") > > > > it shows "ActiveX can't creat object" error message, what should I do? > > > > Does that mean I have to add some .bas file? > > Could you please advice? > > > > Thank you very much! > > > > Best regards, > > Boki. > > Best regards, Boki.
Check if an object is treatable as string/char
Common VB nomenclature Thread issue ?? Data in datagridview from a text file referencing cells in Excel and finding empty cells Working with multiple displays Access to Access Database Need I internet programming with Socket? create registry value - bug in VS? Result of a query into a variable in VB.NET |
|||||||||||||||||||||||