-
I created an about form for my app, which enables you to view my home page, and also to contact me.
If the machine it is installed on does not have the ability to send mail, or view web pages, errors will obviously occur.
Can anyone tell me how to detect whether or not the system has the required abilitys?
-
E-mail
I can't help with actually detecting e-mail capibilities but what if you coded:
On Error Goto bla
and just bypassed the e-mail code?!
Just a thought.
-
I could easily do that, but I would like to disable the options the user has if their system does not have the required functionality.