RE: [CONNECT DgnPlatformNet] Windows Form Z-order
Hi Jon, is your form "a pure WinForms" or you inherit it from Bentley WinForm adapter? I have not tested WinForms in CONNECT Edition yet, but in V8i if you want to have a form well integrated into...
View ArticleRE: Active angle in VBA
Hi Xavi, active settings can be access using ActiveSettings object (so in your case it's ActiveSettings.Angle). With regards, Jan
View ArticleActive angle in VBA
Hi everybody ,Anybody knows , how to get the active angle in VBA ???? , what in microstation basic was MbeSettings.angle.Thanks for your help , best regards !!!
View ArticleMDL CONNECT Migration tool ignore some files
Hi all,We are trying to use the MDL CONNECT migration tool (migrate.bat) to convert some V8i mdls to CONNECT, but it looks the process igore some files.Does anybody have any tip or idea to solve it? Is...
View ArticleRE: [CONNECT DgnPlatformNet] Windows Form Z-order
That is correct, must inherit from Bentley.MicroStation.WinForms.Adapter in combination with AttachAsTopLevelForm(addin, true); There is a problem with Bentley Winforms showing in the visual studio...
View ArticleRE: [CONNECT DgnPlatformNet] Windows Form Z-order
[quote user="Maury"]Bentley.MicroStation.WinForms.Adapter[/quote]Thanks, Jan and Maury, for reminding me about that! Like so much in the .NET API, it's not documented.[quote user="Maury"]...in...
View ArticleRE: mdlSharedCell
Hi Christmas,[quote user="Christmas050873"]I'd like to know more about the mdlSharedCell API. [/quote]Consult MicroStation SDK documentation, namely MDLAPIFunctionReference.chm.[quote...
View ArticleRE: mdlSharedCell
[quote user="Christmas050873"]What functions are in the Shared Cell API?[/quote]I'll take a wild guess that you want to do something with Shared Cells in VBA. VBA doesn't have much support for Shared...
View ArticlemdlSharedCell
I'd like to know more about the mdlSharedCell API. Specifically what functions are in it? Also how do I interface/use them?Thanks in advance,Christmas May
View ArticleRE: [Connect VBA] Password a module
You can do it using a Hex Editor. You can see an article about this herwww.geofumadas.com/romper-password-una-macro-vba-microstation
View Article[Connect VBA] Password a module
I'm being told by a developer that when they password a VBA module it causes Connect to abort. For that reason they will not be upgrading any of their utilities for Connect. Could anyone here verify...
View ArticleRE: [Connect VBA] Password a module
Hi David, there was a Defect 278661 to address this issue with VBA password protected modules. This issue should be solved with Update 1 and I tried to reproduce it now with Update 3 and worked fine...
View ArticleRE: Get Begin -End point of a arc and curve
Both Arcs and Curves have StartPoint and EndPoint properties (in VBA), that you can access similar to: Dim oArcElement As ArcElement Set oArcElement = Element With oArcElement dPrimaryRadius =...
View ArticleRE: Get Begin -End point of a arc and curve
Please follow the MicroStation Programming forum best practices.Identify Your PlatformPlease identify the version of MicroStation, or other product such as PowerDraft, that you are using: MicroStation...
View ArticleRE: Get Begin -End point of a arc and curve
Thanks Bob and Jon , as you say bob it works perfectly !! Ok Jon I will follow the instructions !! Thanks again !!
View ArticleGet Begin -End point of a arc and curve
Hi ,Anybody knows how to get the begin and end point of a curve and a arc ????Thanks for your help !!
View ArticleRE: VBA load project in V8i
Hi Xavi, I recommend to read "MicroStation VBA Environment Variables" chapter in MicroStation VBA help file, especially a paragraph "Names of standard projects". With regards, Jan
View ArticleRE: VBA load project in V8i
Perfect Jan , with the variable MS_VBAAUTOLOADPROJECTS I can load all the projects of VBA that I want , perfect , thanks !!
View Article