Forum: VB.NET Jun 8th, 2009 |
| Replies: 3 Views: 382 I used this converter: http://www.dotnetspider.com/convert/Csharp-To-Vb.aspx. It seems to compile the app then use the MSIL to convert it to VB, which is the best way of translation. If this... |
Forum: VB.NET Jul 17th, 2004 |
| Replies: 4 Views: 19,240 Just did a little checking, and I found out that the Msflexgrid is a COM Control. When working with .NET, it is very desirable to stay with pure managed code (for example, use .NET controls, instead... |
Forum: VB.NET Jul 17th, 2004 |
| Replies: 4 Views: 19,240 Have you tried using a DataGrid? |