I am able to use xmlhttp in javascript but when I use it in vb.net I get unhandled exception.
Is there a better way in vb.net where I can retrieve html pages and use them in my program.
If you can provide some code snippets that would be very helpfull...
thank you
I don't think you need the "set" keyword in vb.net anymore!
am I correct?
And I isolated the problem to column attributes. For example I can't set the col property for a null value etc.
I still don't have a solution to this problem
Hi there
I have a master database (ms access 2000) that I use to develop my application and I modify it almost daily. My application is being used by several client companies already and I want to reflect those master database changes on their current databases too.
To accomplish that I wrote...
Hi there
I have a master database (ms access 2000) that I use to develop my application and I modify it almost daily. My application is being used by several client companies already and I want to reflect those master database changes on their current databases too.
To accomplish that I wrote...
I have a win2k server with exch2k and some 10 domains hosted on the same computer with smtp virtual servers for each domain. The setup as follows;
machine IP : 168.100.100.1 and no external domain pointing to this address, this is the default smtp server in exchange server.
There is another...
I am running exc2k sp3 with multiple SMTP servers on win2k sp4 with IIS.
The default smtp server is keeping the mails in queue folder for a long time and then transfer it to badmail folder.
All the other smtp server are able to send mail outside (Multiple domains are hosted with a different...
I have a vb6 component with following code
Public objContext As COMSVCSLib.ObjectContext
Public Request As Object
Public session As Object
Public Application As Object
Public Server As Object
Private rs As ADODB.Recordset
Public Function Init()
Set objContext = GetObjectContext()
Set...
I tried src='cid:somepic.gif' solution but no go!
May be I was not clear enough on what I meant . I give you the code below;
var outlookApp = new ActiveXObject("Outlook.Application");
var nameSpace = outlookApp.getNameSpace("MAPI");
var mailFolder = nameSpace.getDefaultFolder(6);
var mailItem...
yet another question?
When I follow your instructions the image is displayed in outlook without problem. But if I send the html page as an attachment instead of in the body of the email internet explorer does not display the image when the attached file opened by double clicking the attachment...
tsuji thanks for the very valuable information you provided..
How can I copy the image file from web server(intranet) to user's temporary folder so I can attach it to the email.. Or better yet how to attach images from server directly into emails in javascript and outlook active x .
Hi there
I want to attach a file to outlook email using javascript within a web page. The following code works fine without attachments.
var outlookApp = new ActiveXObject("Outlook.Application");
var nameSpace = outlookApp.getNameSpace("MAPI");
mailFolder =...
I have following code and works fine
var outlookApp = new ActiveXObject("Outlook.Application");
var nameSpace = outlookApp.getNameSpace("MAPI");
mailFolder = nameSpace.getDefaultFolder(6);
mailItem = mailFolder.Items.add('IPM.Note.FormA');
mailItem.Subject="CUSTOMER SERVICE"...
I found the solution to my problem. It may not apply to all others discussed here but I found out this:
On the 2003 server check the Domain Controller Security policy and make sure account lockout time is long enough. I found out that the Default is 600 minutes and since in our office users...
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.