Author Topic: Translations ...  (Read 8742 times)

0 Members and 1 Guest are viewing this topic.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Translations ...
« Reply #15 on: September 17, 2006, 10:21:36 PM »
Code: [Select]
this:

   (System.ComponentModel.ISupportInitialize)this.m_DataGrid.BeginInit();

should be:

  ((System.ComponentModel.ISupportInitialize)this.m_DataGrid).BeginInit();


Thanks Tony .. makes sense when I see it ..

I hadn't planned on doing much translation .. this was just an intellectual learning exercise .. it wasn't as efficient as I'd hoped, but chasing down the errors was sort of interesting.

 
I don't have time to participate these days but just want to give a nod your way Kerry -- this thread (translations, equivalencies etc) is a good idea.

I'm a little stretched too Michael, had some study time Sunday morning, so ... 
If others participate, it may turn into a reasonable resource.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Glenn R

  • Guest
Re: Translations ...
« Reply #16 on: September 17, 2006, 10:29:14 PM »
VB....yuck! :) <runs away >

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Translations ...
« Reply #17 on: September 18, 2006, 03:04:29 AM »
HEH, COME BACK HERE ...   :lmao:

As you probably know, not all of the samples use C#, some are VBNet only ... so ... I was playing just to see how the translator worked.

.. I won't sully the forum with my opinions about the language ... 
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Translations ...
« Reply #18 on: September 19, 2006, 05:57:16 AM »
I've downloaded  Instant C#:  VB to C# Converter
from http://www.tangiblesoftwaresolutions.com/


The translation seems to be a little more complete.

Quote
To purchase the Standard Edition of Instant C# for $179, click < >.
 
Demo
Would you like to see Instant C# in action?  We have a Demo Edition available which allows project conversions of up to 1000 lines and code or ASP.NET snippet conversions of up to 100 lines at a time in addition to offering dozens of sample code conversions.  To request the Demo Edition of Instant C#, click < >.


Has anyone any other recommendations ? ?


« Last Edit: September 19, 2006, 05:58:26 AM by Kerry Brown »
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.