User Profile

Collapse

Profile Sidebar

Collapse
SteepAndDeep
SteepAndDeep
Last Activity: Aug 22 '08, 05:31 PM
Joined: Mar 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SteepAndDeep
    started a topic general data grid question

    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.
    See more | Go to post

  • 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...
    See more | Go to post

    Leave a comment:


  • 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.
    See more | Go to post

    Leave a comment:


  • SteepAndDeep
    started a topic .net mobile debugging issue

    .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...
    See more | Go to post
    Last edited by SteepAndDeep; Jul 21 '08, 06:39 PM. Reason: spelling
No activity results to display
Show More
Working...