P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Oct 10th, 2003 07:48 AM Post subject: Get Computer Name, non API way |
|
|
| Code: | Private Sub Form_Load()
MsgBox Environ("computername")
End Sub |
_________________ No one is completely useless. They can at least be an example of what to avoid. |
|