I have this class below in my project,
public class cmbKeyExt: TestGlobalsCS.cmbKey
{
public cmbKeyExt():base() {}
public bool fClearWithSync()
{
if (this.fClear()==true)
{
this.v_iItems=0;
this.sTmpCode="";
this.Items.Clear();
return true;
}
return false;
}
I will add to this calss WM_LBUTTONDONW message and processing this message
Regards,
Pawel
Gabriele G. Ponti - 25 Aug 2005 13:03 GMT
Override the WndProc method.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr
fsystemwindowsformscontrolclasswndproctopic.asp