AutoCAD, AutoCAD Architecture (ACA/ADT), Revit Architecture, Revit MEP, Revit Structure, BIM, CAD, AutoLISP, VBA, VB, VB.NET, C#, databases, Access, SQL Server, FlexNet (FLEXlm), license usage reporting, software design, development, customization, integration...
Saturday, December 31, 2005
Get the latest feed icon
Friday, December 30, 2005
Thursday, December 29, 2005
Convert C# to VB.NET code
Maybe you are like me mostly using either C# or VB.NET and not developing full time so the syntax is not there in your memory to easily convert back and forth between the languages. You might have found a nice snipped of csharp code and want it in VB.NET.
Here are some options I've used.
Here is a free online converter: http://www.kamalpatel.net/ConvertCSharp2VB.aspx
The free converter can also be downloaded and run offline.
Another online converter can be found here:
http://www.developerfusion.co.uk/utilities/convertcsharptovb.aspx
and her:
http://www.developerfusion.co.uk/utilities/convertvbtocsharp.aspx
Another option is to use the free Open Source .NET IDE SharpDevelop http://www.icsharpcode.net/ that has functionality to also convert code. Look at Tools>Convert Buffer C# to VB.NET and Convert Buffer VB.NET to C#.
Autodesk asks 'How often do you read blogs?'
Autodesk is asking about your bloggin' behavior at www.websurvs.com/s/PAGE1/www/index.html. One question is a bit too modest in its breadth: Q: Approximately how often do you read blogs that are directly related to your industry or profession?A: Every day -- 1-6 times a week -- 1-3 times a month -- Less than once a month -- Never They left out this option: Several times a day.I would say that they also left another option and that is if you read blogs with a reader like Bloglines or RSS Bandit you can be notified when there is something new to be read.
Tuesday, December 27, 2005
Meet the interactive Autodesk advisor Diana
Monday, December 26, 2005
Lock the users from messing with your dynamic blocks
Here is a tip from one of my classes at AU.
Since we started using AutoCAD 2006 I've added this row to our acad.lsp that loads for all users. (setvar "BLOCKEDITLOCK" 1)
By setting the system variable BLOCKEDITLOCK to 1 you disallows opening of the Block Editor and editing of dynamic block definitions. In a multiuser company it can be useful if you have prepared a lot of dynamic blocks and don't want the users to mess with them.
From the help documentation about BLOCKEDITLOCK: Disallows opening of the Block Editor and editing of dynamic block definitions. When BLOCKEDITLOCK is set to 1, double-clicking a dynamic block in a drawing opens the Reference Edit dialog box. If the block contains attributes, double-clicking the block reference opens the Enhanced Attribute Editor 0 - Specifies that the Block Editor can be opened 1 - Specifies that the Block Editor cannot be opened
Thursday, December 22, 2005
Architectural Desktop 2006 Expert Certification

Saturday, December 17, 2005
Autodesk University Main Stage Presentation download available
Autodesk – Discussion Groups – DWF – Autodesk University Main Stage presentation.Autodesk University Main Stage Presentation download available By RobiNZ on CAD Autodesk University Scott Sheppard has posted video of the Autodesk University Main stage presentation. ... It’s a big, or huge, video file to down-load but well worth seeing. If you want to view it as presented at AU you’ll need a 20 x 80 ft screen, but it still looks great on a desktop monitor
DWG and PDF are alike
Thursday, December 15, 2005
Visual Studio Add-Ins Every Developer Should Download Now
Wednesday, December 14, 2005
Kill a process in VB.NET
res = AcroExchAVDoc.Close(False) Dim myProcesses As Process() = Process.GetProcessesByName("acrobat") Dim myProcess As Process For Each myProcess In myProcesses If myProcess.MainWindowTitle = "" Then myProcess.Kill() Next myProcess
PS. I have not tried this yet but it could be worth trying to use Marshal.FinalReleaseComObject(AcroExchAVDoc)
Microsoft and Autodesk Broaden Strategic Alliance with DWF
The MSN Search and retrieval support of DWF’s is scheduled to be available in early 2006 and Autodesk’s support of Microsoft XAML is planned for early 2007.
Tuesday, December 13, 2005
Handouts from AU 2005 classes
PDF handouts from my classes can now be downloaded from AU Online http://www.autodesk.com/auonline (They where updated with the latest yesterday so if you already downloaded them, do it again to get the latest) I had two Plant Design classes PD12-1 (Multidiscipline CAD Usage at an EPC Company) and PD13-1 (Plant Design Tips and Tricks) To get the files I used in the PD13-1 class log in to AU Connect. You will find the files on the group Plant Design. Look for Shared Group Files.
I also had the chance to assist three classes that where interesting: Hands-On Migration Class with Bud Schroeder People, People, Everywhere: Build your own graphical facility Phone Directory with DWF with Brian Mathews Introduction to dbConnect for Facilities Management with Scott McFarlane
I also attanded several classes and labs as well as some usability studies. But there were so many other classes I would have loved to go to so it's great with having so much posted on Au Online. So now I can continue my AU studies from home.
Update: The PD13-1 session was unfortunately not recorded in good quality and will not be available to view.
Monday, December 12, 2005
Take the Autodesk blog survey
Some of the latest blog posts
Contact Us
| About JTB World |
Website General Terms of Use |
Privacy Policy
^ Top of page
© 2004- JTB World. All rights reserved.