<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>K_Baker's Activities</title><link>https://communities.bentley.com/members/ee83f117_2d00_4fb0_2d00_4f88_2d00_ad0c_2d00_1de93093d1a3</link><description>K_Baker's recent activity</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Unable to make modification to gINT project  V8iSS2  Win10</title><link>https://communities.bentley.com/products/geotechnical1/f/geotechnical-announcements-forum/181031/unable-to-make-modification-to-gint-project-v8iss2-win10</link><pubDate>Thu, 13 Jun 2019 19:59:19 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:940a9952-76e1-4b82-8c0e-2b2f11780308</guid><dc:creator>K_Baker</dc:creator><description>&lt;p&gt;Hi gINT community.&amp;nbsp; I am not a gINT user, but I am trying to assist one.&amp;nbsp; They are unable to edit the gINT project.&amp;nbsp; I had another user log on to the workstation and they could edit the project without issue.&amp;nbsp; Thinking it might be server permissions, I copied the file locally&amp;nbsp;- they were still unable to edit the project.&lt;/p&gt;
&lt;p&gt;I renamed the \appdata\local\bentley\gint folder to create new settings files . . . no luck&lt;/p&gt;
&lt;p&gt;Are there any suggestions for recommended trouble shooting?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Visual Studio Tools for MicroStation V8 &amp;amp; Connect Editions</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming---forum/170883/visual-studio-tools-for-microstation-v8-connect-editions</link><pubDate>Wed, 14 Nov 2018 13:02:41 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:e4fa71b3-dac9-4ba3-b804-d7a56b4018fa</guid><dc:creator>K_Baker</dc:creator><description>&lt;p&gt;InnovoCAD solutions has just recently made their Visual Studio (2015 &amp;amp; 2017) tools available at no cost.&amp;nbsp; I have used the V8 edition for two years and it has saved us much time setting up VS projects for the MicroStation Addins that our company has developed. It was worth it&amp;#39;s purchase price . . . and now it&amp;#39;s FREE!&lt;br /&gt;&lt;br /&gt;&lt;a href="https://marketplace.visualstudio.com/search?term=Bentley&amp;amp;target=VS&amp;amp;category=All%20categories&amp;amp;vsVersion=vs15&amp;amp;sortBy=Relevance"&gt;https://marketplace.visualstudio.com/search?term=Bentley&amp;amp;target=VS&amp;amp;category=All%20categories&amp;amp;vsVersion=vs15&amp;amp;sortBy=Relevance&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Discussion Starter I</title><link>https://communities.bentley.com/achievements/21025ab1-febb-4fb4-a872-d32a921cb45c</link><pubDate>Wed, 05 Dec 2018 14:31:04 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b6d3cb3d-45d6-4f44-ba73-70bc260a4e91</guid><dc:creator /><description>Start a discussion in a forum that receives 5 replies.</description></item><item><title>Updating VBA code to the Connect Edition</title><link>https://communities.bentley.com/products/programming/f/developers-and-programming-forum/132972/updating-vba-code-to-the-connect-edition</link><pubDate>Thu, 16 Mar 2017 14:54:20 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:9e8ea379-503d-451c-94cd-91c7bf7e7c4a</guid><dc:creator>Yrjo Ala-Heikkila</dc:creator><description>&lt;p&gt;I have a couple of old VBA applications which I would like to use in Connect edition. These Declare Function lines will give me a compile error-message:&lt;/p&gt;
&lt;p&gt;Private Declare Function mdlElmdscr_extractNormal2 Lib &amp;quot;stdmdlbltin.dll&amp;quot; (ByRef normalP As Point3d, ByRef pointP As Point3d, ByVal edP As Long, ByRef inputDefaultNormal As Point3d, ByVal applyCurrTrans As Long, ByVal cleanupNormal As Long) As Long&lt;br /&gt;Private Declare Function mdlFence_isDefined Lib &amp;quot;stdmdlbltin.dll&amp;quot; () As Long&lt;br /&gt;Private Declare Function mdlMesh_convertToShapes Lib &amp;quot;stdbspline.dll&amp;quot; (ByVal pMeshDescr As Long, ByRef ppShapeDescr As Long) As Long&lt;/p&gt;
&lt;p&gt;I wonder how I should proceed with these?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[v8i vb.net] define textstyles</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming---forum/100863/v8i-vb-net-define-textstyles</link><pubDate>Thu, 11 Sep 2014 22:44:44 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:672fe0be-16cb-487b-82c5-548bf976f79a</guid><dc:creator>K_Baker</dc:creator><description>&lt;p&gt;I am trying to define the active textstyle&amp;nbsp;with the following line of VB code:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span style="font-family:courier new,courier;"&gt;oMS.CadInputQueue.SendKeyin(&amp;quot;textstyle active &amp;quot; &amp;amp; ComboBox_TextSizes.Text)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;the combo_textsizes item&amp;nbsp;is populated with valid textstyle&amp;nbsp;names read from a DGNLIB. (eg &amp;quot;1/8&amp;quot;, 3/16&amp;quot;)&amp;nbsp;&amp;nbsp; In my sub which also creates and opens a new .DGN file, the textstyle is never set correctly,&amp;nbsp;it always sets &amp;quot;None&amp;quot;.&amp;nbsp;&amp;nbsp; I have the identical line of code on the&lt;span style="font-family:courier new,courier;"&gt; SelectedIndexChanged&lt;/span&gt;&amp;nbsp; event of the combobox and it works perfectly.&amp;nbsp;&amp;nbsp;I have even tried calling the&amp;nbsp;&amp;nbsp;SelectedIndexChanged&amp;nbsp;function from my sub rather than the&amp;nbsp;.SendKeyin but nothing seems to work. &lt;br /&gt;If I do not create&amp;nbsp;the new file and simply execute on the currently opened file the textstyle is defined correctly.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s as if I&amp;#39;m trying to define the style before the design file can see them. ?????&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any suggestion on this dilemma?&amp;nbsp;&amp;nbsp; Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[v8i vb.net] modify textstyles</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming---forum/97716/v8i-vb-net-modify-textstyles</link><pubDate>Wed, 04 Jun 2014 21:43:54 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:cc28f2df-17e7-4c2a-9bac-965fb08d82fd</guid><dc:creator>K_Baker</dc:creator><description>&lt;p&gt;Attempting to change text size in the collection of textstyles I am getting error message &amp;quot;The textstyle is locked and cannot be modified&lt;/p&gt;
&lt;p&gt;Dim oTextStyle As TextStyle&lt;br /&gt;Dim tss As BCOM.TextStyles = app.ActiveDesignFile.TextStyles&lt;br /&gt;&amp;nbsp; &amp;nbsp; For Each ts As BCOM.TextStyle In tss&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; oTextStyle = app.ActiveDesignFile.TextStyles.Find(ts.Name)&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; oTextStyle.Height = 10&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; oTextStyle.Width=10&lt;br /&gt; Next&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for any suggestions&lt;/p&gt;
&lt;pre&gt;&lt;span style="white-space:normal;"&gt;
&lt;/span&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[V8i  .Net  AddIn ]  Loading DLL from network resource</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming---forum/96528/v8i-net-addin-loading-dll-from-network-resource</link><pubDate>Tue, 22 Apr 2014 18:23:07 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:d3ef6c28-1c3b-4819-b0b9-cf379ebc1280</guid><dc:creator>K_Baker</dc:creator><description>&lt;p&gt;We have a .Net AddIn (DLL) that loads and executes fine when loading from local drive (DLL is located in the MDLAPPS folder), but will not load from a network location. &amp;nbsp;We have added the network path to the MS_MDLAPPS &amp;nbsp;but still no joy. &amp;nbsp; Any suggestions on loading DLL from network location would be appreciated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[V8i  VB.Net]</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming---forum/94834/v8i-vb-net</link><pubDate>Thu, 20 Feb 2014 21:21:59 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:455e346a-ec1b-42f0-8a4d-4aa8ff609f7f</guid><dc:creator>K_Baker</dc:creator><description>&lt;p&gt;Hi BeComm . . . I&amp;#39;ve been attending the &amp;quot;School of Hard Knocks&amp;quot; route to migrate some legacy VBA code to VB.Net.&lt;br /&gt;I have used Mr. Anderson&amp;#39;s sample&amp;nbsp;proj&amp;nbsp;(VBDemo) as a starting point and was actually making some progress, but executing this &amp;nbsp;line causes MicroStation to crash&lt;br /&gt;TIA for any suggestions as to what I&amp;#39;m doing wrong.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;pre style="font-family:Consolas;background:white;color:black;font-size:13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Dim&amp;nbsp;ws&amp;nbsp;As&amp;nbsp;MicroStationDGN.Workspace
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;If&amp;nbsp;ws.IsConfigurationVariableDefined(&amp;quot;MS_CUSTOMSCALEDEF&amp;quot;)&amp;nbsp;=&amp;nbsp;True&amp;nbsp;Then       &amp;#39;  crash occurs when this line executes&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Label1.Text&amp;nbsp;=&amp;nbsp;ws.ConfigurationVariableValue(&amp;quot;MS_CUSTOMSCALEDEF&amp;quot;).ToString
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;End&amp;nbsp;If&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>