65.9K
CodeProject is changing. Read more.
Home

Convert VB6 forms to C#

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.82/5 (17 votes)

Apr 6, 2003

viewsIcon

155000

downloadIcon

18186

Convert VB6 forms to C#

Introduction

Hi all

This program convert VB6 forms to C#. I wrote it becouse I needed convert some VB6 forms directly to C# quickly and I don't found anything like this. It is not finish yet, but maybe it can help to someone who has same problem. So far it support common VB controls and properties. Open is Data grid columns conversion, VB control events and converting rest of source code. Be carefuly with source code, it was writen very quickly and I'm testing there C# language and also different name conventions. All suggestions and comments are welcome.