Search results for query: *

  • Users: Sherm
  • Order by date
  1. S

    Parallel.for Loop - result varies for each click .. why does this happen?

    Following parallel.for loop uses data of a bitarray which is 300000 bits in length. and the data is fixed not to change. So the produced results "Count_of_Found_Pattern1" must be same no matter how many times I execute the function "check" But, the issue is the values of...
  2. S

    Question call a function?

    Here you go :) Is this what you need? If you want your function to be called when the form1 starts Public Class Form1 Function Do_Following() 'This is the function we are calling item1.Enabled = False item2.Enabled = False Return Nothing End Function...
Back
Top