G
Guest
Hello,
I'm using VS2003 and compactframework 1.1 SP3 on HP3715 device.
I created new WindowsCE project.
I add new TextBox to the form and change its ReadOnly property to true.
When I debug the project on the device I get Exception at the row
"this.textBox1.ReadOnly = true;"
in the InitializeComponent function.
The Message of the exception is empty.
I can use the same code on another device.
I hard reset the device, but I get the same error.
Thanks,
Sharon
I'm using VS2003 and compactframework 1.1 SP3 on HP3715 device.
I created new WindowsCE project.
I add new TextBox to the form and change its ReadOnly property to true.
When I debug the project on the device I get Exception at the row
"this.textBox1.ReadOnly = true;"
in the InitializeComponent function.
The Message of the exception is empty.
I can use the same code on another device.
I hard reset the device, but I get the same error.
Thanks,
Sharon