jgiese.wci
(Joshua Giese)
February 3, 2020, 4:29pm
8
If necessary you can try some of the techniques for turning a screen into a handheld screen too, which also requires stripping your undesired controls out.
You have to customize an existing screen to do what you need it to, or take a UD form and force it to form and fit the handheld style.
Here is my base code I use to do that
// Add these usings
using Infragistics.Win.UltraWinToolbars;
using Infragistics.Shared;
using Infragistics.Win;
using Infragistics.Win.UltraWinDock;
using Infragistics.Win.UltraWinStatusBar;
using System.Reflection;
public class Script
{
public void InitializeCustomCode()
{
// You need to add a replacement…