All,

I'm using RB to create "Empty Services" (for use with Windows).  The problem 
I'm running into 
is that hardly any of the frameworks are available to you from an RB 
standpoint.  For 
instance, one of the main things this service needs to do is launch other 
applications.  Well, it 
seems that the following can't be done:


dim f as folderItem

f = DesktopFolder
f = f.child("OtherApplication.exe")

if f <> nil then
  f.launch
end if



I am told by the IDE that the ".launch" function is not available to me.  I 
would love to find out 
that this is a mere syntax problem, and not a limitation of "Empty Service"s.  
Any assistance 
would be appreciated.

Regards,
Michael
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to