Search results for query: *

  • Users: triplemaya
  • Content: Threads
  • Order by date
  1. T

    Access to instance of a class from a different module

    I have an object - UpTime - which keeps track of elapsed time using a standard timer. This is instantiated in the main program flow. Under certain conditions the user is given an option to start again, in a dialog box, and then the timer needs to be zeroed. The problem is that when the ok button...
  2. T

    Basic help function visibility

    My program is crashing because of an error "conversion from string "" to type integer is not valid" The program gets a number of values from text boxes, so I'm assuming this is where the problem is, and I'm presuming it is when CInt is called on an empty string. I've written a little function...
  3. T

    Search difficulties

    Hi. I am trying to solve a problem in some code I have inherited, but when I search for a string in VS 2005 express, I cannot find it. I presume that the string is in the project somewhere, because it is displayed in an error message. The string is "Error on load file". I am pretty sure this is...
  4. T

    Hide Tab

    Hi. I have an app which puts up seven tabs in a basic window, and I need to get rid of two of them. If I delete them, I get a massive list of compile errors - I assume this is because of all of the things on that tab which no longer have a home. The obvious thing to do seems to be to hide these...
  5. T

    .NET version problem

    I am making a simple application in visual studio .net 2005 express. It runs fine on my computer. However, when I go to use it on another computer, it doesn't work. It demands .net version 2.0.50727. I have tried it on a computer with .net 2.0, but this is no good. The application itself only...
Back
Top