Network Scan Form

Hi All

Is it possible for me to create a form, with the following fields:-

UserName ComputerName OS IPAddress ComputerModel NetworkAdaptor

I would like a button when clicked on that it scans the network and lists all pcs with the above information, is this possible.

Regards

Douglas Bell

Subject: Network Scan Form

Yes it’s possible.

ST

Subject: RE: Network Scan Form

Hi Stephen or anyone that can help, can you point me in the right direction as I have no idea on how to do this, at the moment my Design skills go as far as creating some simple views and forms.

Regards

Douglas Bell

Subject: RE: Network Scan Form

Hi,

some information can be read from the windows-environment variable using “Environ(1-255)” - function.

For others you have to use the windows api.

Search this forum for “win API” and you should find tons of examples. :-))

Als look here for scipt examples:

http://www.openntf.org/Projects/codebin/codebin.nsf/CodeSearch/93B6B3A143845CFE86256EC90044C8E5

http://www.openntf.org/Projects/codebin/codebin.nsf/CodeSearch/07A9AA06F546523C88256BDC000CC189

An other option is to downlaod this free application and look how it is done:

http://www.openntf.org/projects/pmt.nsf/c08c980fd84b796b85256c590070ccdc/4b8bb945aa120c8d86256e23004e5b04!OpenDocument

Bye

Hynek

PS: If you dont find a solution post again.

If have the necessary code for sure but cant find it right now.

Subject: RE: Network Scan Form

Hi Hynek

Thanks for your post, the examples in the Openntf.org site are way above my head, but I will give it a try.

Regards

Douglas Bell