Search results for query: *

  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

    A picture with clickable points

    Do you have a tutorial for that maybe ? :)
  3. 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...
  4. B

    DataReader problem

    My problem is, i need to get a table name and column name from one table X and use this table name to get in to table Y and select there the column i got from table X. I need to check the last value of that column , and see if it has exceeded its max value ( just a number ). Is this...
  5. 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()
  6. 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