TextBox read only propery problem

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Can you try running this code via the debugger? Set the debugger to break on
all CLR exceptions and you can at least see the type of the exception etc.
in the debugger.
 
Hello,
My InitializeComponents is very short. Its a new project with only one field.
I cannot find a solution for this problem.
I think its the new rom version for this PPC.
I tried to ask in HP forum but no solution there.

Thanks,
Sharon.
 
Thanks you all for the reply,
I found the solution.
I had Hewbre UI software on the PDA, When I removed it, it workes.

Sharon
 
Back
Top