Search results for query: *

  • Users: mpiontek
  • Content: Threads
  • Order by date
  1. M

    Question Unwanted Sub Routine Recursion

    I have a rather strange problem that I haven't a clue as to the cause. I have a user control that fires off a single event. The event has a parameter used to determine the action to be taken by the main form. The event handler in the main form contains a single Select construct that takes...
  2. M

    Question Removing a dll reference

    I have a class that was originally compiled as a separate .dll file and included in the project properties as a file reference. I want to take the class code and embed it into a module within the project. When I do that and remove the reference to the original .dll file, the build fails...
Back
Top