Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - TaskPanel and Click Events
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

TaskPanel and Click Events

 Post Reply Post Reply
Author
Message
SteveStraley View Drop Down
Groupie
Groupie


Joined: 25 November 2005
Status: Offline
Points: 46
Post Options Post Options   Thanks (0) Thanks(0)   Quote SteveStraley Quote  Post ReplyReply Direct Link To This Post Topic: TaskPanel and Click Events
    Posted: 25 November 2005 at 10:34pm
Hi All,

Could someone help point me in the right direction.  Using the TaskPanel example program, where do I put code to act upon the selection of items in the TaskPanel.  I am programming in C# so the tutorial doesn't help and am new to the language.

Any/all advice would be of GREAT help.

Thanks,

Steve
Back to Top
SteveStraley View Drop Down
Groupie
Groupie


Joined: 25 November 2005
Status: Offline
Points: 46
Post Options Post Options   Thanks (0) Thanks(0)   Quote SteveStraley Quote  Post ReplyReply Direct Link To This Post Posted: 29 November 2005 at 12:49pm
All -

I indirectly found the answer to my question.   All interested, the code to kick off the click is:

this.oTaskPanel.ItemClick += new AxXtremeTaskPanel._DTaskPanelEvents_ItemClickEventHandler(th is.oTaskPanel_ItemClick);

In VS 2005 the stub for this new method can be automatically generated.

Hope this helps someone....

Steve
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 29 November 2005 at 3:01pm
You can find the events by clicking on the lightning bolt in the properties window when you have the control selected in form view.  You don't need to manually type that in.

This can be done in all .NET versions, not just 2005
Back to Top
SteveStraley View Drop Down
Groupie
Groupie


Joined: 25 November 2005
Status: Offline
Points: 46
Post Options Post Options   Thanks (0) Thanks(0)   Quote SteveStraley Quote  Post ReplyReply Direct Link To This Post Posted: 30 November 2005 at 11:18am
Thanks - I wish I had known that before trying the other.

Steve
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.