Results 1 to 18 of 18

Thread: Stupid inherits issue, or not?. [resolved]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2000
    Posts
    770

    Stupid inherits issue, or not?. [resolved]

    I have 3 classes

    Public Class Form1
    Public Class Search
    Public Class XYZ

    1. The Search class is a multithreaded object that is called from a method in Form1.

    2. The XYZ class contains a method that is called from Search.

    3. XYZ contains the InStr() function, however, VB.NET says:

    "Overload resolution failed because no accessible 'InStr' can be called without a narrowing conversion"


    So, im not sure if this is an inheritance issue or not. Does anyone know what i'm doing wrong? Thanks.
    Last edited by nkad; Feb 3rd, 2005 at 02:31 PM.

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