Search results for query: *

  • Users: bluetorch
  • Content: Threads
  • Order by date
  1. B

    deleting a mail in outlook from VB

    Is it possible to delete a mail in outlook from Visual Basic? How ? :) greetings
  2. B

    mail recipient

    i'm making an application and i want to send a mail to a certain person and check if he has read the mail so i can stop mailing that guy.... how can i check in VB.Net to see if he has read the mail, i think it's called mail recipient but im not totally sure.. any help is welcome thx in...
  3. B

    DataReader problem

    I have a problem with my datarader, i'm trying to read with a variable, is this possible ? example : Dim test as String = "Name" objReader(test) objReader.Close()
  4. B

    A picture with clickable points

    I need to program a system with pictures ( which are loaded from a db ) . At these pictures people can add markups, like color points, which present machines that are located in that room. These points should could get hyperlinks to another page where you can see info about that specific...
Back
Top