Note that there are some explanatory texts on larger screens.

plurals
  1. UScompetent_tech
    primarykey
    data
    text
    plurals
    1. COYour best bet is to review the detailed getting started documentation that is provided for this control: [Getting Started](http://objectlistview.sourceforge.net/cs/gettingStarted.html#gettingstarted) There are also more in-depth questions and answers here: [Learning to cook](http://objectlistview.sourceforge.net/cs/recipes.html#cookbook) And a detailed tutorial on CodeProject: [A Much Easier to Use ListView](http://www.codeproject.com/KB/list/ObjectListView.aspx)
      singulars
    2. CO@ctacke - I apologize, I should have been more precise in my answer. The executables for windows mobile (my experience is with 6 and earlier) do not contain all of the same resources that those generated for Windows OSs contain. Among the missing resources is the Version resource, which is what Windows Explorer uses to display the version information in the properties dialog.
      singulars
    3. COIf you are ok with retrieving the version information at runtime, then this is very easy to do: System.Reflection.Assembly.GetExecutingAssembly.GetName.Version. As far as automatic deployments, we spent at least 2 months working on a project for this, but I was never completely satisfied with the results. Our scenario was complicated by a local database that, for the purpose of auto-upgrade, we had to keep in a separate location. We later got this working very successfully in a full windows app (running on tablets) by creating a shell app that performed the update, then launched the real app.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload