Pre-selected the Create button when the print dialog is first opened.
Updated the list to include <CTRL><P> for creating a PDF Assigned “P” to the KeyTips for the Create PDF ribbon button and <Ctrl><P> to the ShortCut and updated the Tool Tips
This commit is contained in:
@@ -193,13 +193,16 @@ namespace VEPROMS
|
||||
_MyTimer.Tick += new EventHandler(_MyTimer_Tick);
|
||||
_MyTimer.Interval = 100;
|
||||
_MyTimer.Enabled = true;
|
||||
btnCreatePDF.Select();
|
||||
}
|
||||
|
||||
void _MyTimer_Tick(object sender, EventArgs e)
|
||||
{
|
||||
_MyTimer.Enabled = false;
|
||||
BringToFront();
|
||||
if (Automatic) RunAutomatic();
|
||||
}
|
||||
|
||||
private Timer _MyTimer;
|
||||
private void SetupForProcedure()
|
||||
{
|
||||
|
Reference in New Issue
Block a user