Search results for query: *

  • Users: Digimstr
  • Content: Threads
  • Order by date
  1. D

    Passing data from one class to another

    Hello I Am trying to to pass information during the build of an object array into a class but receive this error Error 14 'Project_12.Payroll' is a 'type' but is used like a 'variable' \Employee.cs 104 17 Project 12 string[] rawData = _rawInfo.Split('|'); count =...
  2. D

    How to check for null while reading from file

    I apologize the solution I came up with is //Do While loop to gather each score from text file and load it into an array do { checker = gather.ReadLine(); //Check to see if the end of file has been reached if not process if it has end...
  3. D

    Proper way to call an instance of a variable.

    I working on a program that I roll some dice and want to call a specific picture box by what die is rolled. the picture boxes are named consistently pbDie1, pbDie2, etc. What I am trying to figure out is if the die roll is 1 then it should show pbDie1. I am stumped on how to doe this as the...
  4. D

    Using radios to set conditions in OBject Class

    Hello all I am working on a problem that I am using radios to set conditions then trying to add values for an equation to return back to form; My code looks like this to determine what value to set my data member to but I am getting 0 instead of defined amounts public void...
  5. D

    Message Box delima

    I am trying to create message box text programmatically so that it appears to be a receipt I have the match and such in a separate object from the form main and I can get the math and the information I need I cannot however create a message box containing the information I need. Any help would...
Back
Top Bottom