<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem with File geodatabase in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6612#M167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;AS IGXdialog interface belongs to destop ,so i cant use in arcengine&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://hi.baidu.com/007day/blog/item/c6475eaf0dcd41fefaed5068.html"&gt;http://hi.baidu.com/007day/blog/item/c6475eaf0dcd41fefaed5068.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Feb 2011 08:48:50 GMT</pubDate>
    <dc:creator>Venkata_RaoTammineni</dc:creator>
    <dc:date>2011-02-03T08:48:50Z</dc:date>
    <item>
      <title>Problem with File geodatabase</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6605#M160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying&amp;nbsp; to browse File geodatabase using common dialog box and open the feature dataset and then feature class in arcengine9.31 but unable to do it can any one help me&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jan 2011 09:58:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6605#M160</guid>
      <dc:creator>sujaygarapati</dc:creator>
      <dc:date>2011-01-29T09:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with File geodatabase</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6606#M161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What's happening when you try this? Please give some more details. Are you sure you've sucessfully checked out a license?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 15:11:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6606#M161</guid>
      <dc:creator>JohnHauck</dc:creator>
      <dc:date>2011-01-31T15:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with File geodatabase</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6607#M162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;this is the code i wrote&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Private Sub OpenDialog_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OpenDialog.Click&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim openFileDialog As System.Windows.Forms.OpenFileDialog = New System.Windows.Forms.OpenFileDialog&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; openFileDialog.InitialDirectory = "c:\"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; openFileDialog.Filter = "File GBD (*.GDB)|*.GDB"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; openFileDialog.FilterIndex = 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; openFileDialog.RestoreDirectory = True&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; openFileDialog.Multiselect = False&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If openFileDialog.ShowDialog = System.Windows.Forms.DialogResult.OK Then&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 08:51:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6607#M162</guid>
      <dc:creator>sujaygarapati</dc:creator>
      <dc:date>2011-02-01T08:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with File geodatabase</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6608#M163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A file geodatabase is a folder that contains many files that make up the database.&amp;nbsp; You can't browse to a folder using a file browser; you need to use a folder browser.&amp;nbsp; Or just use the standard IGxDialog used by the ArcGIS Desktop applications.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 12:11:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6608#M163</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2011-02-01T12:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with File geodatabase</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6609#M164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for&amp;nbsp; replaying,i&amp;nbsp; am trying&amp;nbsp; arcengine,i created a form which will will export shape file to feature class (FileGDB----&amp;gt;Dataset-----&amp;gt;Featureclass),can you please provide any code&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 02:30:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6609#M164</guid>
      <dc:creator>sujaygarapati</dc:creator>
      <dc:date>2011-02-02T02:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with File geodatabase</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6610#M165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use the search box at the top of the page.&amp;nbsp; There is also a link to the archived forums where you can also search.&amp;nbsp; There is also a sample for using the IGxDialog in the developer help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 12:16:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6610#M165</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2011-02-02T12:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with File geodatabase</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6611#M166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;AS IGXdialog interface belongs to destop ,so i cant use in arcengine&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 02:35:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6611#M166</guid>
      <dc:creator>sujaygarapati</dc:creator>
      <dc:date>2011-02-03T02:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with File geodatabase</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6612#M167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;AS IGXdialog interface belongs to destop ,so i cant use in arcengine&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://hi.baidu.com/007day/blog/item/c6475eaf0dcd41fefaed5068.html"&gt;http://hi.baidu.com/007day/blog/item/c6475eaf0dcd41fefaed5068.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 08:48:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6612#M167</guid>
      <dc:creator>Venkata_RaoTammineni</dc:creator>
      <dc:date>2011-02-03T08:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with File geodatabase</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6613#M168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you ever resolve this?? What a pain that ESRI removed this very important functionality in Engine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 20:20:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/problem-with-file-geodatabase/m-p/6613#M168</guid>
      <dc:creator>DebbieAlger</dc:creator>
      <dc:date>2014-11-17T20:20:56Z</dc:date>
    </item>
  </channel>
</rss>

