DeepMaroon
04-29-2009, 03:22 PM
I am using the activeX component in my project and have enabled the "Advanced" ToolBar i.e.
MPCMap.Toolbars.Item("Advanced").Visible = True
Is there a way to capture the end-user inputs and interactions with the toolbar? I'd like to retrieve the text entered into the toolbars search/find location textbox and or the showfinddialog. I'd also like to make the textbox readonly until a certain event is triggered.
MPCMap.Toolbars.Item("Advanced").Visible = True
Is there a way to capture the end-user inputs and interactions with the toolbar? I'd like to retrieve the text entered into the toolbars search/find location textbox and or the showfinddialog. I'd also like to make the textbox readonly until a certain event is triggered.