Help with finding Help on VB.net
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm hoping someone can direct me to some general help on VB.net for Acad.
I have some fairly long VBA programs that I use for my small company that just don't work that well in 2012 so am trying to migrage to VB.net. Thus far my searching has failed to find the help files or documents that are usefull. (I'm sure they must exist)
I've been using VBA for 10+ years but am new to vb.net. I have figured out how to create basic programs using VS 2010 and get them running but it seems every thing I want to do requires an hour or 2 google search to figure out. An example of simple things I want to know how to do...
simple things like have the user select and acad entity and read it's properties. Ther must be somewhere that will show me the vb.net equivilent of VBA's GetEntity method and more importantly how to use it. (I did find on the Autdesk site a list of vb.net equivalents for VBA commands but no details on them)
or for example extracting the xdata from an entity,
Thanks in advance for any help.
David