|
-
Dec 21st, 2006, 06:54 AM
#1
Thread Starter
Fanatic Member
listview missing in vb.net conversion
i have converted a fully compiled visual baic 6 project in to
vb.net solution using the conversion utility of visual studio .net 2003 .
The listview control on all my forms are missing in the .net project.
i haven't found anything in documentation of the compatibility issues related to the listview control.
i was using listview control 6.0 ( windows common controls 6.0 )
any suggestions.
thanks.
-
Dec 21st, 2006, 08:06 AM
#2
Re: listview missing in vb.net conversion
The usual suggestion is to not use the upgrade wizard at all. It's not completely reliable because there is only limited compatibility between the two languages. Most people recommend rewriting from scratch. Even if the upgrade wizard creates a working app the code is usually nothing to be proud of.
-
Dec 21st, 2006, 08:45 AM
#3
Thread Starter
Fanatic Member
Re: listview missing in vb.net conversion
my idea of using the upgrade wizard is to get the body of the aplication .
by body i mean the form interfaces , classes and modules.
After conversion , i will go through each sub/function/property of each form , module and class and change it , as required.
But by using the wizard , at least the whole structure is in place.
what i want to know that , are there any issues regarding listview.
Thanks
-
Dec 22nd, 2006, 02:47 AM
#4
Thread Starter
Fanatic Member
Re: listview missing in vb.net conversion
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|