Search results for query: *

  1. J

    Dynamically Sending Emails

    Many thanks for your concerns. But the project im building is just for personal use and wouldn't involve sending e-mails to "unknowns". Much appreciation to both of you for your help
  2. J

    Dynamically Sending Emails

    I have a problem with adding the namespace System.Web.Mail At present the only options i have under system.web is asp hosting permission. The current programme has been developed to be a desktop application for the home user.
  3. J

    Dynamically Sending Emails

    Think creating a Smtp may be a little beyond my ;) Just to clarify if i want to use my ISP Smtp server (for example Outlook) the server address will be just 'localhost'. No need for IP addresses etc?
  4. J

    Dynamically Sending Emails

    Many Thanks John, This may sound like a stupid question but do i need to set the smtp server up? if so how do i set up a smtp server? Is this software i need to install? Or can i connect to an external smtp server? Sorry for the quantity of questions
  5. J

    Dynamically Sending Emails

    I have created a IP Thermostat programme in VB.NET I want to get it to dynamically send an e-mail message from the server to the user e-mail address when the temperature change has been confirmed. Do i have to link the programme to Outlook? Any help will be appreciated as extremely...
  6. J

    Replacing ObjectList with Text Boxes When Using Database

    I have created a ASP programme which allows you to load a list of CDs from an Access database displaying in an ObjectList. ____________________________________________________________________________ Private Sub DataLoad() Try Dim myConnection As New...
  7. J

    Revamping ASP.NET Site For A Professinal Feel

    A very interesting article, thank you. Does any one else have any suggestion to increase the look of the site?
  8. J

    OBjectList Component Problems

    I have created a simple ASP.NET Mobile Web SIte but have come across a problem when deploying it on a mobile phone. I think there is a problem with the OBject List component interacting with other components. I have been told that instead of the object list component this could be replaced by...
  9. J

    Revamping ASP.NET Site For A Professinal Feel

    I have just deployed a ASP.Net Mobile Web Site successfully which uses an Object List to show my CD collection. I know it is very simple but it was my first try and worked out pretty successful. Unfortunately the look is very basic and Im looking to revamp it to have a more professional feel...
  10. J

    Using the Systems IP Address

    Thankyou for the reply. Unfortunatley I am having a problem incorporating the code you have given me with the TCP Listner. The code used before: Imports System.Net Imports System.Net.Sockets Imports System.Net.IPAddress Dim localAdd As System.Net.IPAddress =...
  11. J

    Using the Systems IP Address

    At present im using System.Net.IPAddress to display the IP address and port number in seperate labels on the form. Instead of manually coding the IP address I want the system to dynamically take it off the computer. So this means if the programme is loaded on another machine instead of having...
  12. J

    MSComm input chararcter

    Many Thanks David the code works excellent. Does any one else on the forum know how to code for an MSComm input chararcter. If MSComm1.Input = "*!*" Then connectionimage1 = green.jpg Else connectionimage1 = clear.jpg End If Does this code make sense? Unfortunately i have been unable...
  13. J

    ASP.NET Research

    Looking for some assistance doing some research into ASP.NET security. Has anyone got any information on what the basic security features are available in ASP.NET? As well as that what are the mechanisms that improve the performance of a ASP web site for example caching? Many Thanks
  14. J

    MSComm input chararcter

    Morning everyone, Im trying to create a remote controlled thermostat programme. At present the server is sent the temperature using IP Sockets. This temperature is displayed in strData on the Server Form. I think i want to create a select case statement to send a charater to the serial port...
Back
Top