G
Guest
I'm new to CE - old vb6 programmer; some .Net, but mostly asp.net.
I'm writing a simple program for a handheld computer (scanner). I am using
VS 2003 .NET Compact Framework - smart device application – Windows CE
format. I am programming for a Psion Teklogix WorkAboutPro handheld device
which has a full keyboard. It does not support pocket pc, but it does use
windows ce.net 4.1. I already have a huge program (vb6) in production
(automobile processing plant) with these units. I did not have to deal with
windows ce for the first set of programs as I was using remote desktop to
have the unit login to a windows server, and there was no program on the unit
itself
..
The customer has now asked for a "store it forward" program to be used when
they are out of range of the wireless access points, so I now am having to
actually write and deploy directly to the device. It is quite an experience
trying to program this unit.
When I hit the tab or enter key, nothing happens to move to the next
control. I'm suspecting that this is the expected behavior, but I haven't
been able to figure out how to move to the next control, say after a scan
completes, or the user enters something from the keyboard in the 1st control.
In regular vb.net, the cursor moves to the next field when the user presses a
tab key. In regular vb.net, tab will move to the next control, but not in
the compact framework.
I have set the 2 textbox controls to accepts enter and accepts tab, but
still nothing happens when I hit enter or tab.
I've been looking for an answer, but have not found one yet in the old
posts. I also have not been able to find books on the subject.
I'm writing a simple program for a handheld computer (scanner). I am using
VS 2003 .NET Compact Framework - smart device application – Windows CE
format. I am programming for a Psion Teklogix WorkAboutPro handheld device
which has a full keyboard. It does not support pocket pc, but it does use
windows ce.net 4.1. I already have a huge program (vb6) in production
(automobile processing plant) with these units. I did not have to deal with
windows ce for the first set of programs as I was using remote desktop to
have the unit login to a windows server, and there was no program on the unit
itself
..
The customer has now asked for a "store it forward" program to be used when
they are out of range of the wireless access points, so I now am having to
actually write and deploy directly to the device. It is quite an experience
trying to program this unit.
When I hit the tab or enter key, nothing happens to move to the next
control. I'm suspecting that this is the expected behavior, but I haven't
been able to figure out how to move to the next control, say after a scan
completes, or the user enters something from the keyboard in the 1st control.
In regular vb.net, the cursor moves to the next field when the user presses a
tab key. In regular vb.net, tab will move to the next control, but not in
the compact framework.
I have set the 2 textbox controls to accepts enter and accepts tab, but
still nothing happens when I hit enter or tab.
I've been looking for an answer, but have not found one yet in the old
posts. I also have not been able to find books on the subject.