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:
How would I port this to VB? The FillPrimitive part in parentheses puzzles me...Code:FillPrimitive fill = (FillPrimitive)this.examplesCrs.CrsElement.Children[0];![]()





Reply With Quote