william yang wrote:
> Thanks for your response, But problem is "When press mouse down(not high 
> lining, not select)" have not select yet ?

So you want to capture events.  Visual Studio is very good about 
tracking dialog element events.  Select the element in the dialog and 
double-click on the event in the lower-right pane.  EN_SELCHANGE or 
something like that should do the trick to receive notification of the 
event you are looking for.  VS will automatically fill in the class and 
basic code to capture the event.  You will still have a bit of work 
ahead of you to actually do something about the event.

-- 
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197

*NEW* MyTaskFocus 1.1
Get on task.  Stay on task.

http://www.CubicleSoft.com/MyTaskFocus/

Reply via email to