Search results for query: *

  1. P

    Basic question about ByVal and ByRef time span

    How long do these passing methods last? I just want to make sure that I have these lifespans correct. ByVal variables lasts for the entire program time, while ByRef variables last until the procedure ends. Am I correct?
  2. P

    making menu strips disable code?

    got it! thanks!
  3. P

    making menu strips disable code?

    Ok, I think I see. So the user could use a checkbox to chose whether he wants to round off his conversions or not. If the box is not selected, (i.e. the temperature will round), then run a particular section of code. If it is selected, then run a separate, but similar code that does round the...
  4. P

    making menu strips disable code?

    Well, you find it in the toolbox, then put it in the place you want to. Then you double click it to put it into the code. From that, you can have it run if the box is "checked", and if it isn't, it doesn't run the function, I don't have my code with me, but I can look at it when I get home...
  5. P

    making menu strips disable code?

    So could I use a check box to determine the boolean variable or not?
  6. P

    making menu strips disable code?

    Is it possible for a menu to disable code? If so, what is it? I'm starting a project that converts Fahrenheit to Celsius. I want to have the user to have the option of making the calculator round off or not. The project can already convert. I'm just adding extras. Thanks!
  7. P

    prefix for menu strips?

    Ok, Thanks!
  8. P

    prefix for menu strips?

    Hello everyone, I was wondering if there was a prefix for menu strips and the sub-menu strips. Thanks
Back
Top