dodefault?



Hi,

I created a class for my treeview that I can drop onto my forms when I need
it, works fine. In adding drag and drop functionality I put code into the
classes dragdrop method. Now I have some steps I'd like performed after the
dragdrop is complete and these steps will vary based on the form used and
some of the other controls on the form. Ok, so I put code in the drag/drop
of the subclass that's on my form. Hope I'm describing that correctly.

When I run the form and perform my drag and drop it doesn't work because the
code in the parent class isn't being executed. Ok, so I put dodefault() in
the subclass method and it still doesn't work. I even put a couple
messagebox()'s in my code to see how far it gets and it still doesn't run
the parent classes code.

What am I doing wrong? I thought the purpose of the dodefault() function
was to run the code of the base class? I am just counting on it being
synchronous so that the base class completes before the subclass code runs.

Any suggestions?

Thanks in advance,
Linn


.



Relevant Pages

  • Re: Convenience constructors and non-final setters
    ... any subclass has no choice than use ... functionality, the base class might be better off as an interface. ... ColoredCartPoint and ColoredPolarPoint concrete subclasses that implement ...
    (comp.lang.java.programmer)
  • Re: SELECTing Records Into an Array Variable ???
    ... able to drag a group of records - say - from a subform and drop it into ... This kind of functionality would ... articles describing techniques for dragging and dropping data - using ... I think you could drag data from one listbox ...
    (comp.databases.ms-access)
  • Re: Is WinXP Sp3 update necessary?
    ... functionality of the DRAG and DROP files into folders ... detailed description of what happens when you perform the drag and drop ... Or you can just manually change the registry, ...
    (microsoft.public.windowsxp.general)
  • Re: Copying thumbnails - on the wish list
    ... Ah, right, drag and drop has limited functionality in the beta. ... Well, if there's not a clip in memory, Paste Album Art wouldn't work. ...
    (microsoft.public.windowsmedia.player)
  • Re: IE "steals" drag and drop to user control (dup of .general)
    ... It was the simplest of solutions, I was using a "second" user control that I ... Doing this has broken the drag and drop functionality from Windows ... I have tried disabling drag and drop in the IE security settings, ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)