what i wanna do is, to be able to write a custom path in an edit box, and then open that folder clicking a button..
I tryed
ShellExecute("EXPLORE", "open", string , NULL, NULL, SW_SHOWNORMAL);
the string is a widestring that i have saved the path to.
it would probally be bedst if I could take the path directly from the edit box, instead of using a variable.
Im pretty new to this, but i'll be glad if someone would tell me what to do to make it work.
I tryed
ShellExecute("EXPLORE", "open", string , NULL, NULL, SW_SHOWNORMAL);
the string is a widestring that i have saved the path to.
it would probally be bedst if I could take the path directly from the edit box, instead of using a variable.
Im pretty new to this, but i'll be glad if someone would tell me what to do to make it work.