enumeration

  • Thread starter Thread starter Joe Abou Jaoude
  • Start date Start date
ok thx,

do u know a good tool for converting C# to VB.Net because i don't have
c# installed on my computer, and converting the files manually is taking
lot of time, especially the big ones.

Also I searched in OpenNetCF for a datagrid extender but couldn't find
one. are you planning to write a datagrid extender class ?
Because the one i found on the net are full of bugs.i want to color some
rows, maybe color alternating rows

regards
 
Joe Abou Jaoude said:
ok thx,

do u know a good tool for converting C# to VB.Net because i don't have
c# installed on my computer, and converting the files manually is taking
lot of time, especially the big ones.

I cannot recommend any particular translator, but Google search on C# VB
Converter produce a lot of hits.
E.g. you may try this one
http://authors.aspalliance.com/aldotnet/examples/translate.aspx
Whichever translator you use, you are still going to do some work by hand.
Also I searched in OpenNetCF for a datagrid extender but couldn't find
one. are you planning to write a datagrid extender class ?
Because the one i found on the net are full of bugs.i want to color some
rows, maybe color alternating rows

If you are referring to this one
http://www.alexfeinman.com/download.asp?doc=DataGridEvenOddRows.zip
it was never intended to be production quality, but rather a demonstration
of a particular approach. You are welcome of course to build your own.
 
Back
Top