My laptop (Windows XP client) does not currently include CDO.sys which I think is the reason I cant use system.web.mail..
Does anyone know where I can get it from?
Any help is as always greatly appreciated.
Cheers,
Chris
Hi Guys,
I want to send an SMTP email and include an attachment from my VB.NET application. When using ASP I was able to do this using a third party library as follows:
Set Mail = Server.CreateObject("Persits.MailSender")
Mail.Host = Session("Mailhost")
Mail.From =...
Hi
Yes im looking to do it in VB.Net..
strICS contains a string which makes up an iCalendar file entry looking something like:
strICS = "BEGIN:VCALENDAR" & vbCrLf
strICS = strICS & "PRODID:-//Microsoft Corporation//Outlook 9.0 MIMEDIR//EN" & vbCrLf
strICS = strICS &...
Hi guys,
Quick question, in ASP I used to used the file system object to manipulate files such as
fso = CreateObject("Scripting.FileSystemObject")
Set a = fso.CreateTextFile(session("AppDir") & "\" & ICS_ID &".ics", True)
a.WriteLine(strICS)
a.Close
How can I do the same thing in vb.net...
Hi Guys,
I generally develop Web applications in ASP.NET and use a web.config file to store user configurable items like the database connection etc.
Can anyone tell me how best to store and access these items in a VB.NET application?
Any help is as always greatly appreciated.
Cheers,
Chris
Hi guys,
I have an application which needs to scan a database every X seconds and then sleep for X seconds before scanning again.
Can anyone tell me how to make my application sleep for x seconds before continuing the loop?
Any help is as always greatly appreciated.
Cheers,
Chris
Hi Guys,
I need to develop a windows service and it appears that there should be a windows service project type in Visual Studio 2003.
However my project types list for a new project does not include it ??
Can anyone tell me how I can get this added to my list?
Any help is as always greatly...
Hi Guys,
Thanks for your help so far. I am following the details in the link you sent but I don't seem to have an option for a Windows service under Visual basic projects???
I am using Visual Studio 2003 v7.1.3088.
Cheers,
Chris
Hi Guys,
I am trying to write an app which I want to run as a service on the web server.
This application will poll the database every X seconds to find records which meet some criteria. Then based on these records it will send SMTP E-mails.
Is a web service the best way to do this in Visual...
Hi guys,
Quick question..
I have a hyperlink:
<a href="http://localhost/mrm7/updatelotusnotes.asp?EmailTo=&StartDate=30/06/2006 08:00:00&EndDate=30/06/2006 20:00:00&Location=Head Office&Subject=ds" target="new">Update Lotus Notes</a>
Can I define the size of the new window using the...
Hi guys,
I am trying to build an interface to update a lotus appointment and I was wonder whether i can build a url as is possible for outlook which will update an appointment which already exists.
Does anyone know if this is possible with Notes?
Any help is as always greatly appreciated...
Thank BigBadBen I will try burning slower.. although it didnt seem to be a corruption issue as I was able to get to the initial menu to choose the tool but in each case it creates a 50mb ram disk and then tries to load a cd driver which failed.. but as you suggest I will try burning at a slow...
Hi BigBadBen,
I downloaded Hirems CD and as you say there is a stack of tools on it which I am sure will do the job. However when I choose an option it fails when trying to load a CD driver. It tries OAKCDROM.SYS first which fails and then ATAPICD.SYS which also fails.
I have tried setting...
Hi BadBigBen
Thanks for the info. It looks like the disk will do exactly what I want. I think I may be being a bit dense here but looking through the page you linked to I cant find a download for it?
Can you point me to the right bit?
Cheers
Chris
Hi Guys..
I usually keep my main server on constantly and a couple of nights ago i came an found that it was off .. when i booted it I got an error...
I want to do a scandisk from a bootable cd to remove the open file errors that I get when I try to do a windows repair. Does anyone know where...
Hi guys,
I am trying to write an update statement which updates a single table but I need to reference another table in order to get the data I need. The query currently looks like:
update reservations, rooms set reservations.room_id = rooms.room_id
where
reservations.roomname =...
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.