I've had a search through the helpfile, and a quick look on the forums, but I couldn't seem to find anything about this:
I've edited a very simple code to eject my CD drive of choice, as follows:
$CD = Inputbox("Open CD Drive", "Type drive letter:", "D", "", 50, 25, 500, 200)&":"
CDtray(""&$CD&"", "OPEN")
However, I want this to appear in a dialog with no system icon (top left corner) and no close button (top right). How can I make this happen?
Also, when the script runs, I'd like the inputbox to get focus, but by default it doesn't seem to. Again, nothing in the help file as far as I could see.
Sorry if I've just overlooked something, but I'd appreciates some pointers on this, as they are things I'll probably be using a lot.#
EDIT: I just found this and put it into my code, but it doesn't seem to be working:
WinActivate ( "Open CD Drive")