Re: [V8i VBA] Problem about Display Style
Sorry, I don't want a key-in. In batch-process (VBA RUN) if it is running too fast (I guess), it sometimes would be treated as a n unknown command and therefore unworkable. As John Frampton said...
View ArticleRe: Move view to second application window by macro / VBA
Hi,I've changed two variable names & added comments to your routine to help. The bottom line is that you have to pass the window origin and the window size to the mdl command. --Robert
View ArticleRe: Information when the cursor is on a MicroStation's element
Wish list for infosnap extra featuresLength in MUAngleZ or RLElement Type ie line , arc, cell,shape,bspline
View ArticleRe: [V8i VBA] How to check elements are 3d snapped at intersection point and...
Hi All,I have been able to develop a sample macro as suggested by sivag75 and its working well with the line element. now my question is, the method "ProjectPointOnPerpendicular2" is works only with...
View ArticleRe: [V8i VBA] How to check elements are 3d snapped at intersection point and...
Check the vba help file for "ProjectPointOnPerpendicular2" method. It applies to few more element types including Shape Element also.
View ArticleRe: Error in Bmake while compiling
PMFJI, it is getting difficult to follow this thread, so maybe it is worth backing up a bit and start with this... Have you installed the minimum requirements (e.g. Visual Studio 2005, MicroStation,...
View ArticleRe: [V8i VBA] How to check elements are 3d snapped at intersection point and...
I want to select all the elements which are in same level and want to find out intersection points among the selected elements.
View ArticleRe: Problem using fprintf (and other) from dll
Thankyou All for the help. The problem was resolved once I moved to VC2005.Thank you. Jarek
View ArticleRe: [C#] List of Microstation open Form
Some old dialogboxes are different with .NET Form. I can use the following to get all opened .NET Forms, such as Tasks, Element Information, Element Selection, etc.foreach (Form form in...
View ArticleRe: [V8i VBA] How to check elements are 3d snapped at intersection point and...
Hi,Store the selected elements in a Collection.For Each m_oElement1 in Col For Each m_oEement2 in Col ' here check the intersection between element1 and element2 and create the...
View ArticleRe: [V8i VBA] How to check elements are 3d snapped at intersection point and...
Thanks to Sivag and Jon,Finally, I got my macro to work as i expected......Best regards,Prasanna
View ArticleRe: Error in Bmake while compiling
Os is Windows 7 Professional 64-bitIt's my installed soft:use the MicroStation Developer Shell to compile one of the examplesResult is the sameC:\PROGRA~2\Bentley\MICROS~1\MICROS~1>chdir...
View ArticleRe: Move view to second application window by macro / VBA
Hi,Thanks Robert, now its more clear what´s happen in this macro :)Now I will try to add all other needed settings like view attributes and design file settings to my macro.For the view attribute I did...
View ArticleRe: Error in Bmake while compiling
Julia Frid:what is the " lowered UAC It is the strength "USER ACCESS CONTROL" from Windows from Version 7 on.You may set it to very low, is it a suggestion by Bentley?! I think!From Windows Start use...
View ArticleRe: Error in Bmake while compiling
Frank_Klein:It is the strength "USER ACCESS CONTROL" from Windows from Version 7 on.You may set it to very low, is it a suggestion by Bentley?! I think!From Windows Start use UAC.EXE and watch what...
View ArticleRe: Error in Bmake while compiling
Ok, I uninstalled all soft from Bentley and made fresh install.And I didn't get this strange error message!!!! But after compilation didn't find basic.ma on my computer.in folder with application...
View ArticleRe: Error in Bmake while compiling
Julia Frid: I didn't get this strange error message!However, something went wrong. There's a BMAKE call trace that tells us the dlmlink.mki failed at line 442. However, I am puzzled by that message...
View ArticleRe: Error in Bmake while compiling
Another option to what Jon suggests is to use the following statementbmake -a -dDLM_NO_SIGN
View Article