Re: Send To Menu/Drag And Drop Question
- Posted by Virtual B <behaviorself at netzero.net> Nov 12, 2006
- 558 views
Thanks Chris. That seems to have done the trick. Chris Bensler wrote: > > behaviorself at netzero.net wrote: > > > > Thanks for the response Bernie. I probably could have been a bit more > > clear about my actual problem. Sorry about that, but I haven't had a > > lot of time for quite a while, and everything I do is a little rushed. > > > > I can set up the Send To menu without a problem. The point I'm getting > > stuck at is processing the command line. I've tried using > > command_line(), but it only returns the first two arguments. So all I > > end up recieving is C:\EUPHORIA\BIN\EXW.EXE and the path and name of my > > program. I'm assuming this is because I don't have my user type in any > > information. Is there a routine I can call that will return the name > > of the file the user wants to open (using the Send To menu, of course). > > > > Thanks again, > > > > Virtual B. > > As far as I know, the Send To menu should work just like drag and drop. > I suspect you didn't create the shortcut correctly.. > did you include %1 after your executable in the shortcut? > Eg.. Target: "c:\Euphoria\bin\exw.exe" %1 > you need to pass the argument through youur shortcut, or else it's just > launching > the app alone. > > > Chris Bensler > ~ The difference between ordinary and extraordinary is that little extra ~ > <a href="http://empire.iwireweb.com">http://empire.iwireweb.com</a> - Empire > for Euphoria