There's plenty of examples out there for other languages. Are there any examples for vb.net?
A:
They are the same objects, used in the same way (in the same way that the BCL classes are used across all .NET languages the way - string.Format
works exactly the same in C#, F#, VB.NET etc...).
All you need to do is translate the C# to VB.NET. There are online tools that will do that for you.
Oded
2010-10-22 18:39:44
I've tried many snippets and converting for the last few hours. Maybe its a noob error. I'm just trying to scrape a local html file and used the provided hap util to determine the correct xpath
shaiss
2010-10-22 18:43:12
@shaiss - perhaps the issue is with your XPath, not with examples being in C#.
Oded
2010-10-22 18:44:03
C# IS the problem, being c#
Erx_VB.NExT.Coder
2010-10-23 21:58:22