Search results for query: *

  1. G

    an array of buttons or indeed other objects

    solution #Region "Public Variable Declarations" 'variables that determine which keys are allowed to be pressed. Public allowDecimalPoint As Boolean = True Public disableAlphabeticCharacters As Boolean = False Public disableNumericCharacters As Boolean = False Public...
  2. G

    an array of buttons or indeed other objects

    solved I have solved the problem, I will post the solution this afternoon.
  3. G

    an array of buttons or indeed other objects

    because ms in their great wisdom got rid of control arrays, my simple graphic keyboard (developed for touchscreens that i often use) needs to be recoded completely when it comes to .net. so, rant over. here is a small portion of what I am trying to do. my projects generally go to industrial...
  4. G

    An error with a user control

    user control error Sorry. I will give a bit of background to make my situation more clear. I have done a project recently in VB6 as an activeX. Then I inserted this activeX into a separate project, and a few other projects as well. Now while I have a bit of spare time at work (waiting for...
  5. G

    An error with a user control

    I am creating a user control for a project because I want to reuse it in the future. I managed to create one and build it and then I inserted it into a form to test it. It worked fine. I then created another control (the first was just to test the water), my real one and built it. When I try...
Back
Top