User Profile
Collapse
-
general data grid question
Does microsoft have any intentions of including the datagridview in the list of available mobile controls in visual studio? The datagrid control is very clunky. What other third party datagrid controls are available or are people using? Are you happy with them? I have tried component one's control - I'm not personally a fan of that either. -
Setting the EnableScan property to true on the form activate method and set the EnableScan property to false on the deactivate method of the form seems to have resolved my issue. I tried this after receiving the following from motorla:
When you click to Terminate Debugging in Visual Studio 2005 or Visual Studio 2008, it shuts down the communication between you host PC and the MC7004. This will not necessary terminate the program... -
I am using a Symbol MC70 w/ windows Mobile 5.0 with a barcode scanner. It appears that VS cannot successfully stop debugging if a form is opened that is Enabled for barcode scanning. I am using Symbol's Dev kit 1.7. If I set the EnableScanner property to false I don't have any problems.Leave a comment:
-
.net mobile debugging issue
I am having trouble stopping debug mode within my mobile app using VS2008 in .net 2.0 mode. I am following MS best practtices as to how forms should be loaded using ShowDialog. Once a particualr form of mine is loaded and then I click the stop debugging button the app stays open (freezes) and then I need to do a soft reset on the device. This is how I am opening the form:
frmLimnology frm = new frmLimnology(Si te, true);
frm.Owner...
No activity results to display
Show More
Leave a comment: