Results 1 to 4 of 4

Thread: [RESOLVED] [2.0] Trouble porting C# code to VB

Threaded View

  1. #1

    Thread Starter
    Frenzied Member obi1kenobi's Avatar
    Join Date
    Aug 2007
    Posts
    1,091

    Resolved [RESOLVED] [2.0] Trouble porting C# code to VB

    I was recently tasked the difficult job of porting some C# code to VB. I have no experience in writing C# code however I am comfortable with .NET and VB. So far I have successfully ported most of the code, however the following line puzzles me:

    Code:
    FillPrimitive fill = (FillPrimitive)this.examplesCrs.CrsElement.Children[0];
    How would I port this to VB? The FillPrimitive part in parentheses puzzles me...
    Last edited by obi1kenobi; Dec 31st, 2008 at 07:31 AM.
    Please rate helpful ppl's posts. It's the best 'thank you' you can give

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width