Linney,
I'm not sure what step your asking if I rebooted after but I rebooted this AM.
As I mentioned yesterday in Set Program Access and Defaults I selected Outlook Express as Outlook wasn't an option and thanfully Send To/Mail Recipient changed from Thunderbird to Outlook Express.
This AM I...
Linney,
I am an administrator on my computer. I went to Set Program Access and Defaults and Outlook doesn't appear as an option. Outlook express does and the only other choice is "use my current email program". I went ahead and tried setting it there to outlook express and that appears to...
Linney,
Thanks I checked and I do have Outlook selected in IE6 under Mail, Newsgroup and Calendar. I reselected them and tried again but it doesn't help. Thunderbird still popped up.
I'm moving from Mozilla Thunderbird to Outlook 2000. I find that even though I have set Outlook to be my default email software when I use the send to/mail recipient option in windows explorer it still launches Thunderbird.
Please help!
This is my first attempt to print in a VB program. I have a richtextbox that I'd like to print to the defualt printer. Can anyone point me to any sample code?
I just started writing a program to send the contents of a text box via email. I click the button and it pops up a new mail message with prefilled to, subject and body fields and leaves it there for me to modify and send. As mailto: doesn't allow large bodies I'm using MAPI to do this. What I...
Thanks to everyone for their help.
I found the answer finally at http://www.bdragon.com/lair/2005/08/27_xmlexception_the_data_at_th/
it's doc.load("c:\test.xml") and not doc.LoadXml("c:\test.xml")
Can someone help me figure out why this isn't working? I always get the exception "The data at the root level is invalid. Line 1, position 1." on the doc.loadxml line.
Dim doc As Xml.XmlDocument = New Xml.XmlDocument
Dim reader As New Xml.XmlTextReader("c:\test.xml")...
In this program I have to "watch" a database table for new records being added. When a record is added I take part of the data and create a soap message which is sent to another company. The other company sends a reply back and the reply is added to the record in the database table and then a...
I would like to know the best way to have a program start working on startup and keep looping until someone clicks file exit. It needs to go as fast as possible.
I've used a loop like:
dim continue as boolean = true
do while continue
I sprinkle application.doevents inside the loop so the...
My current thoughts on my latest project involve having a main thread that takes a batch of records retrieved by an sql query and hands the records first in first out to the next available worker thread to process and update the record.
To accomplish this I forsee the need to communicate with...
I don't send it, it comes from another company. I get it with the following command which passes a request string to them.
xmlReply = proxy.validate(requestMsg)
It looks like the answer to my question would be.
Dim doc As New XmlDocument
doc.LoadXml(xmlReply)
Dim actNbr As XmlNodeList =...
I've got a xml file I receive as one long string. I use:
Dim doc As New XmlDocument
doc.LoadXml(xmlString)
I can't figure out how to see the values of the fields that have been passed to me. For instance how would I put the account_number or better yet the reply_code into a textbox? (I...
Brian,
Consumes a web service? Headless? I don't understand, but I don't really have time to get into that now.
I was inquiring which of the many choices to make when starting a new project in Visual Studio. I usually use "Windows Application" but I thought the soap client might need to be...
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.