Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by EnemyGateIsDown

  1. EnemyGateIsDown

    Sending SMTP E-mail with attachments

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

    Sending SMTP E-mail with attachments

    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 =...
  3. EnemyGateIsDown

    File System Object

    Thanks.. thats exactly what Im after.. Im slowly getting to grips with the VB.NET object heirarchy :-) Cheers, Chris
  4. EnemyGateIsDown

    File System Object

    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 &...
  5. EnemyGateIsDown

    File System Object

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

    Storing Config Items for a vb.net application

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

    Wait Command

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

    Windows Service Project Type

    Thanks.. I have standard so it looks like I need enterprise.. C.
  9. EnemyGateIsDown

    Windows Service Project Type

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

    What is an ASP.NET Web Service?

    P.s. Is there somewhere that I can download additional Visual Studio 2003 project types? Chris
  11. EnemyGateIsDown

    What is an ASP.NET Web Service?

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

    What is an ASP.NET Web Service?

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

    Window size

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

    Using a url to update a lotus appointment

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

    Boot Problem

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

Part and Inventory Search

Back
Top