Hello-
In an application that I am developing using VB.Net with ArcObjects 9.3, I am trying to display the "Select By Location" dialog box in my code. I know that I can call it directly using the UID through the ICommandItem interface, but I also need access to the parameters set by the dialog box (something that I don't think is possible with the UID method) . Is there a way to do this somehow that I'm missing, similar to the way that you can call the "Select By Attribute" dialog box using the IQueryAttributes interface?
Thanks,
Matt