multiple conditions

  1. dv2020

    Resolved Refresh Winform Crystal Report Simultaneously

    Hi All, I'm trying to have all three of my crystal reports refresh at the same time. I am using the code below but receiving an error. //Allowing three task to execute at a time ParallelOptions parallelOptions = new ParallelOptions {...
  2. bags

    Multiple conditions in while loop

    Hello guys. I am trying to create a program to estimate the square root of a number, without using the built-in Math. functions. I have a recipe that must be followed, I think you can understand it in the loop. But for some reason it appears that the while loop is getting exited before I get the...
Back
Top Bottom