Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Regarding multithreading

Regarding multithreading

Scheduled Pinned Locked Moved Visual Basic
3 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    praveenkumar palla
    wrote on last edited by
    #1

    If method to be invoked in thread is "callThread()"(without parameters) we are following Thread testThread=new Thread(Addressof callThread) testThread.start() But I want to the method which has some parameters ex: callThread(ByVal s as string,ByVal i as integer) { } how should i call this method using threading Please advice me Thanks in advance Praveen Kumar Palla

    D 1 Reply Last reply
    0
    • P praveenkumar palla

      If method to be invoked in thread is "callThread()"(without parameters) we are following Thread testThread=new Thread(Addressof callThread) testThread.start() But I want to the method which has some parameters ex: callThread(ByVal s as string,ByVal i as integer) { } how should i call this method using threading Please advice me Thanks in advance Praveen Kumar Palla

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      praveenkumar palla wrote:

      how should i call this method using threading

      That depends on which version of VB.NET you're using. 2002, 2003, 2005, or 2008??

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007

      P 1 Reply Last reply
      0
      • D Dave Kreskowiak

        praveenkumar palla wrote:

        how should i call this method using threading

        That depends on which version of VB.NET you're using. 2002, 2003, 2005, or 2008??

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007

        P Offline
        P Offline
        praveenkumar palla
        wrote on last edited by
        #3

        thanks for the response using VB.Net 2005

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups