Hello,
I have integrated the designercontrol into my own application, and I want to have the position shown in the statusbar into my own statusbar, how can I do this?
And how do I get the report checker into my own interface (calling from a menubar)?
Thanks
Paul
Location of selectedobject or mouse
Re: Location of selectedobject or mouse
Hello,
Please see the sample project in the attachment.
Thank you.
Please see the sample project in the attachment.
Thank you.
- Attachments
-
- WindowsApplication2.zip
- (7.92 KiB) Downloaded 191 times
Re: Location of selectedobject or mouse
Great thanks.
Do you also have an answer on how to call the report checker from my own toolbar?
Thanks
Paul
Do you also have an answer on how to call the report checker from my own toolbar?
Thanks
Paul
Re: Location of selectedobject or mouse
Hello,
Please try to use the following code:
Thank you.
Please try to use the following code:
Code: Select all
sbpReportChecker.Click += delegate
{
designer.RunReportChecker(ToolBar);
};