How can I display a form that is TopMost for only my application, but not other applications?
The idea is to create the ‘bound’ table in your dataset, and then add an extra ‘unbound’ column. The steps are to derive a custom columnstyle that overrides Paint where you calculate and draw the unbound value. You can also override Edit to prevent the user from selecting your unbound column. Then to get your datagrid to use this special column style, you create a tablestyle and add the column styles to it in the order you want the columns to appear in the datagrid. Here are code snippets that derive the column and use the derived column. You can download a working sample.
Related Questions
- Do you offer a ready-made application form on www.kopra.org or is it recommended to send individually customized applications to each company? Are there certain documents or certificates that need to be sent with every application?
- How can I display a form that is TopMost for only my application, but not other applications?
- How do I create a form that is TopMost for only my application, but not other applications?