CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2004
    Location
    Pakistan(Skardu)
    Posts
    64

    Question Multithreading in VB.Net

    Hi Expert,
    I have a function in my class named

    Func(arg1,arg2)

    i wish to apply multithreading on it..how can I do that..
    any demos or examples..
    please help

    From Adnanio Brzzz

  2. #2
    Join Date
    Mar 2007
    Location
    Argentina
    Posts
    579

    Re: Multithreading in VB.Net

    Quote Originally Posted by kku View Post
    Hi Expert,
    I have a function in my class named

    Func(arg1,arg2)

    i wish to apply multithreading on it..how can I do that..
    any demos or examples..
    please help

    From Adnanio Brzzz
    Arguments are read only?
    do each thread share data/output?
    [Vb.NET 2008 (ex Express)]

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