Search results for query: *

  • Users: SDavied
  • Content: Threads
  • Order by date
  1. S

    Outlook Express password encryption?

    I am writting an application that will set-up an e-mail account on outook express. This is for the company I work for. We get a lot of calls from customers having problems configuring e-mail clients to use with our mail server. We would like to diminish this with an auto-set-up app. I know...
  2. S

    Trace Route Program

    I'm trying to write a trace route program. It needs to return: Address of each hop Time to each hop Total number of hops Total round trip time I first thought that the Ping() class would be useful, but only for counting hops. I need some ideas on how to do this. Scott D.
  3. S

    Class as property of another class

    I need to use a class as a property of another class. Not sure what's wrong with this: //Employee class has a Tab as a member <Serializable()> Public Class Employee Private _class As EmployeeClass Private _name As String Private _password As String Private _tab As Tab...
Back
Top