Wb-FreeKill Posted March 2, 2005 Posted March 2, 2005 Hi, i was making a small script, and want to browse another computer on the network, i have a Client/server script, with Larry's dll. Could i somehow open the FileopenDialog on the server, and browse the client?
Andre Posted March 2, 2005 Posted March 2, 2005 FileOpenDialog('Test','\\client\c$','Images (*.jpg;*.bmp)') Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
SlimShady Posted March 2, 2005 Posted March 2, 2005 I just tested Andre's script and I can confirm that it works.
Wb-FreeKill Posted March 2, 2005 Author Posted March 2, 2005 (edited) okay, great!But if i want to do it with Larry's au3xtra.dll, so i get the clients info to use with fileopendialog.Then i would have to specifi for The Servers FileOpenDialog, were it can get the info. So i guees it would be something like sends a request to the client, for the info?Something like:If $FileOpenDialogBtn ThenGetInfo = $ret = DLLCall("au3xtra.dll","int","TCPRecv", "int",$ConnectedSocket, "str", "", "int", 512 )FileOpenDialog('Test','$GetInfo','Images (*.jpg;*.bmp)')EndIf Edited March 2, 2005 by Wb-FreeKill
Andre Posted March 2, 2005 Posted March 2, 2005 (edited) Hi, I don't know how the functions in the au3xtra.dll work but, when u use tcp communication u know the address of your client right ? So then FileOpenDialog('Test','\\'& $ClientIpOrSomethingLikeThat & '\c$','Images (*.jpg;*.bmp)') Andre Edited March 2, 2005 by Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
Wb-FreeKill Posted March 2, 2005 Author Posted March 2, 2005 "FileOpenDialog('Test','\\client\c$','Images (*.jpg;*.bmp)')" if it was on the network only, no client/server how would this look like? lets say i want to type the ip
Wb-FreeKill Posted March 2, 2005 Author Posted March 2, 2005 FileOpenDialog('Test','\\client\c$','Images (*.jpg;*.bmp)') Just testet it at home, my other computer on the networks is called Server, so i ran this: FileOpenDialog('Test','\\server\c$','Images (*.jpg;*.bmp)') it just pops up a login window, to input login password, but no password has been created on the server?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now