P
PeterB
Hi!
I'm trying to override WndProc( ref Message m) in my custom TextBox control.
Unfortunately it seems like the System.Windows.Forms.Message class is not
available in CF. Is there a was to reference this class anyway?
I tried referencing Microsoft.WindowsCE.Forms but I get the following
compile error:
WndProc(ref Microsoft.WindowsCE.Forms.Message)': no suitable method found to
override
I am not sure whether it is impossible to override the WndProc method in
this context or if I'm just using the wrong Message definition.
Ideas?
Thanks!
/ Peter
I'm trying to override WndProc( ref Message m) in my custom TextBox control.
Unfortunately it seems like the System.Windows.Forms.Message class is not
available in CF. Is there a was to reference this class anyway?
I tried referencing Microsoft.WindowsCE.Forms but I get the following
compile error:
WndProc(ref Microsoft.WindowsCE.Forms.Message)': no suitable method found to
override
I am not sure whether it is impossible to override the WndProc method in
this context or if I'm just using the wrong Message definition.
Ideas?
Thanks!
/ Peter