Michael Rezvanov
Administrator
Total messages: 387
Registration date: 31.01.2007
|
Created:
18.07.2007 01:10:45
|
Hi all,
Here is the tip on how to create specific window rules for Load/Save dialogs.
Firstly let's create a rule for Open dialogs, we will require the following indexes in the target window:
| Code |
|---|
window class: #32770
window caption-substring match: Open
program: - (simply disable this item)
|
A target window for Save dialogs:
| Code |
|---|
window class: #32770
window caption-substring match: Save As
program: -
|
Change settings and enjoy new functionality of dialog boxes.
|