User Profile
Collapse
-
Yeah, I am trying to get to the bottom of why the object is not being initialized but when I attach visual studio to the debugger and launch, it does not seem to be hitting the breakpoint set within the parent's InitializeCompo nent(). Any ideas on how else I can debug this issue?... -
I am not 100% sure that I understand exactly what you're trying to accomplish but if I am on the right track:
There are many ways to solve your problem but you might want to look at creating an input class and then create 7 instances of that class. then you can create an output object and add them to the relevant input class.
A place to start:
...Code:public class Input { privateLeave a comment:
-
C# Custom Event Question
Hi I am writing a custom tab control. I am capturing a caption property in a page which then changes the caption of the associated tab. (Similar to window's tab control).
I am using a delegate to capture the event of the change of the property and then I am changing the text value of the associated tab. The problem is that after I added the delegate code, I am unable to render the form in the designer. It's telling me that the 'Object...
No activity results to display
Show More
Leave a comment: