Hi, > > int col = lesson.GetPositionFromControl((TableLayoutPanel)sender).Column; > > int row = lesson.GetPositionFromControl((TableLayoutPanel)sender).Row; > > > > is also giving -1 for both (as does > > GetRow/GetColumn((TLP)sender).Row/Column) > > > > ??? What is going on? > > You are asking the tablelayoutpanel for the column and row (the cell) > fo the tablelayoutpanel :). You need to supply an argument that is a > child control of the tablelayoutpanel.
Sorry for this being a dumb question, but can you explain this? I'm doing things I've never done before, so you need to be gentle with me ;-) TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen!
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
