Opennetcf's datetime picker list
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Hi,
How can I fire a method when the user change the date from the
datetimepicker control ?
The control does not expose any events (there are the ones from Control, but
they are not implemented).
Thanks,
Steve
.
Relevant Pages
- Re: Using form controls from other classes.
... which control what thread B does. ... It's not clear from your post what "information" is being generated by classes A through E. However, assuming they can be represented as an event, raised whenever the information needs to be presented to something (e.g. a logging class), then you can just subscribe to the events in each class and log them as you see fit. ... Of course, even having decided to use events, there is still the question of how to expose them. ... If it turns out that class A never will have any need whatsoever to monitor events in classes B and C, and if classes B and C are exposed to your Form sub-class, then it could actually make some sense to not chain the events, and just have your Form sub-class subscribe directly to the events in all three classes. ... (microsoft.public.dotnet.languages.csharp) - Re: Question whether a problem with race conditions exists in this case
... So why expose an object's lock? ... You control their effective scope by controlling the availability of the reference. ... Making it part of the client's thread control is a valid thing to do, but it should be a considered act. ... (comp.lang.java.programmer) - Re: Inheriting from UserControl...
... then I submit that you don't want to just expose ... If we're taking the position buttons user control as an example, ... A "position" enumeration: TopLeft, MiddleLeft, BottomLeft, etc. ... it's bad form to allow clients to see inside your UserControl and get ... (microsoft.public.dotnet.languages.csharp) - Re: Javascript and Microsoft Windows
... If we assume that there is a JavaScript program running in the web-browser, ... The most salient aspect of a graphical user control element's current state ... Great exactly how do they expose this, ... (comp.lang.javascript) - Re: web user control protected
... If you want to expose a protected property or field, ... > use the control on a web page I just drag and drop it onto a page. ... in vs.net - I have been removing all such declarations from all of my ... (microsoft.public.vsnet.general) |
|