Results 1 to 4 of 4

Thread: listview missing in vb.net conversion

  1. #1

    Thread Starter
    Fanatic Member vishalmarya's Avatar
    Join Date
    Feb 2001
    Location
    New Delhi , INDIA
    Posts
    858

    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.
    Vishal Marya, MCP .net 3.5
    My Site
    http://www.vstoolsgallery.com/
    http://visualstudiogallery.msdn.micr...b-f87a909b9266





    Please indicate what version of vb you use.
    Please mark your thread resolved using the Thread Tools above.
    -----------------------------------------

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Fanatic Member vishalmarya's Avatar
    Join Date
    Feb 2001
    Location
    New Delhi , INDIA
    Posts
    858

    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
    Vishal Marya, MCP .net 3.5
    My Site
    http://www.vstoolsgallery.com/
    http://visualstudiogallery.msdn.micr...b-f87a909b9266





    Please indicate what version of vb you use.
    Please mark your thread resolved using the Thread Tools above.
    -----------------------------------------

  4. #4

    Thread Starter
    Fanatic Member vishalmarya's Avatar
    Join Date
    Feb 2001
    Location
    New Delhi , INDIA
    Posts
    858

    Re: listview missing in vb.net conversion

    anyone trying.
    Vishal Marya, MCP .net 3.5
    My Site
    http://www.vstoolsgallery.com/
    http://visualstudiogallery.msdn.micr...b-f87a909b9266





    Please indicate what version of vb you use.
    Please mark your thread resolved using the Thread Tools above.
    -----------------------------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width