ActiveX Control Drag and Drop in C?

I did somehow managed to do it. Using ListBox and it's events MouseDown (to get data with IndexFromPoint method) and MouseUp (to call Calendar's DoubleClick event).

I did somehow managed to do it. Using ListBox and it's events MouseDown (to get data with IndexFromPoint method) and MouseUp (to call Calendar's DoubleClick event). Private string name = string.

Empty; private void lstNames_MouseDown(object sender, MouseEventArgs e) { if (lstNames.Items. Count == 0) name = string. Empty; else { int index = lstNames.

IndexFromPoint(e. X, e. Y); name = lstNames.Itemsindex.ToString(); } } private void lstNames_MouseUp(object sender, MouseEventArgs e) { if (name!

= string. Empty) CalendarControl_DblClick(name, null); }.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions