CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1998
    Posts
    1

    16 bit Sheridan VBX 's



    I'm looking for a fairly painless way to convert a vb4 16 bit app -> vb6 32 bit app which has a lot of code based around the sheridan data controls.

    Sheridan don't offer 32 bit versions of these vbx's and don't supply anything that would help , so does anyone know of any conversion routines that would aid this process.


    Scott




  2. #2
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: 16 bit Sheridan VBX 's



    You have a problem..

    Since VBX are 16 bit, 32 bit apps don't support them, so if you can't find 32 but controls, guess you're stuck....

    I don't know the sheridan controls (except for the tab), but maybe it's possible to do something like that yourself ( with VB 5 + you can create your own controls as you know).

    Or maybe you can find similar controls from another vendor



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

Featured