Does anyone know how to show quick select dialog by click on button on my new autocad form.
I use SendStringToExecute method, but it sends the command after closed the dialog
AcadApp.DocumentManager.MdiActiveDocument.SendStringToExecute("__QSELECT", true, true, false);
the above code dose not work, any one can help thanks to all