From: kitesurfz on
Is it possible/easy/quick to move a source code written in Embedded
Visual Basic 3.0 to Studio .net 2005?

I use buttons, listboxes, combos, grids, labels (standard
components...) and a winsocket

Is there any wizard, automatic procedure, something?

will the code immediately (quickly) work again or will I need to cry
for hours to have my code working again?

(emb vis bas semed to be good -easy and free-, but it is buggy...), so
I am thinking to migrate

thank you

From: Chris Tacke, MVP on
No, it's not that easy and there are no tools that I'm aware of that would
make it any easier. You're moving from largely procedural code to
object-oriented code. It needs a redesign.

-Chris


"kitesurfz" <newsgr(a)pookmail.com> wrote in message
news:25fa2b37-4358-4846-adad-9129ba40f494(a)t63g2000hsf.googlegroups.com...
> Is it possible/easy/quick to move a source code written in Embedded
> Visual Basic 3.0 to Studio .net 2005?
>
> I use buttons, listboxes, combos, grids, labels (standard
> components...) and a winsocket
>
> Is there any wizard, automatic procedure, something?
>
> will the code immediately (quickly) work again or will I need to cry
> for hours to have my code working again?
>
> (emb vis bas semed to be good -easy and free-, but it is buggy...), so
> I am thinking to migrate
>
> thank you
>

From: "Pete Vickers [MVP]" pete at gui - innovations dot on
hi,
we have a tool that will migrate the GUI, but no code - take a look at
http://www.gui-innovations.com/html/evb_to_dotnet_forms.html

There is a 30 day demo

Pete


"kitesurfz" <newsgr(a)pookmail.com> wrote in message
news:25fa2b37-4358-4846-adad-9129ba40f494(a)t63g2000hsf.googlegroups.com...
> Is it possible/easy/quick to move a source code written in Embedded
> Visual Basic 3.0 to Studio .net 2005?
>
> I use buttons, listboxes, combos, grids, labels (standard
> components...) and a winsocket
>
> Is there any wizard, automatic procedure, something?
>
> will the code immediately (quickly) work again or will I need to cry
> for hours to have my code working again?
>
> (emb vis bas semed to be good -easy and free-, but it is buggy...), so
> I am thinking to migrate
>
> thank you
>