Hello,
I use the Signature Control from the MSDN in my application. The situation
is as follows: I have a tabpage - in this tabPage is a panel - and in this
panel is the panel for the SignatureControl named areaSignature.
So i add the following code to my form:
SignatureControl _signature = new SignatureControl();
_signature.Location = areaSignature.Location;
_signature.Size = areaSignature.Size;
areaSignature.Controls.Add(_signature);
myGraph=_signature.CreateGraphics();
this.panel3.Controls.Add(this.areaSignature);
The problem is I am simply not able to write in the panel with my stylo. I
do simply not know what I do have forget...Can anybody help me??
robert