Search results for query: *

  • Users: John-Boy1
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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
  7. 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