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...
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.