Message 1 of 1
iBalloonFind... VB.net
Not applicable
10-19-2009
05:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have many VBA macro's that need to be changed over to VB.net so I thought I would give it a shot. I choose to convert a macro that I thought others could use.
Sometimes when I have large drawings it is difficult to find the balloons. Also some balloons would be lost in the "Break" views, I am sure most users have suffered the same. Attached you will find my first VB.net Windows program. This program will look at the current active idw and find the balloon you seek. It will create a "draft view" and draw a red circle where the balloon is. If the balloon is lost inside a break view, it will draw a red circle on the idw where the balloon should be showing.
You have two option buttons or radio buttons (as VB.net now calls them) to incrementally increase your balloon value by the value of "1-100+" or letter values "A-Z" (with the exclusions of "I" or "O"). This progarm works on both window, 64 bit, vista and windows 32 bit, xp. I am using Inventor 2010.
I hope you find the application useful, any and all comments are welcome... Even negative ones....
Sometimes when I have large drawings it is difficult to find the balloons. Also some balloons would be lost in the "Break" views, I am sure most users have suffered the same. Attached you will find my first VB.net Windows program. This program will look at the current active idw and find the balloon you seek. It will create a "draft view" and draw a red circle where the balloon is. If the balloon is lost inside a break view, it will draw a red circle on the idw where the balloon should be showing.
You have two option buttons or radio buttons (as VB.net now calls them) to incrementally increase your balloon value by the value of "1-100+" or letter values "A-Z" (with the exclusions of "I" or "O"). This progarm works on both window, 64 bit, vista and windows 32 bit, xp. I am using Inventor 2010.
I hope you find the application useful, any and all comments are welcome... Even negative ones....