User Profile

Collapse

Profile Sidebar

Collapse
deviantseev
deviantseev
Last Activity: Oct 21 '08, 08:45 PM
Joined: Sep 17 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • deviantseev
    replied to C# Custom Event Question
    in .NET
    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?...
    See more | Go to post

    Leave a comment:


  • 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
        {
            private
    ...
    See more | Go to post

    Leave a comment:


  • deviantseev
    started a topic C# Custom Event Question
    in .NET

    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...
    See more | Go to post
    Last edited by deviantseev; Sep 17 '08, 06:50 PM. Reason: Code correction
No activity results to display
Show More
Working...