Hi,
I'm new to Script.
-want to create GUI window,it should have drop down list.
-want to add network folder path and save in the list
and.should have connect button,and it should connect to specified n/w path using windows credentials.
-Tell now i just created GUI window,Below is the script i tried.Want to know how to enable add button for network path and connect to it.
#include <GUIConstantsEx.au3>
#include <GuiListBox.au3>
#include <MsgBoxConstants.au3>
Main()
Fun