Bingo,
Any idea if what you recommended is really working?
What I recommended was, that you can display the dialog - not more.
(Sorry, this is not my native language and it happens sometimes, that I
don´t realize the core of a question...)
I´m not sure, but think, that the FaceID of a control is the same
whether it is an english, german or something else system. On OL 2000
this shows up the dialog:
Dim cmd As CommandBarButton
Set cmd = Application.ActiveInspector.CommandBars.FindControl(, 4)
cmd.Execute
As Ken said, there is no way to configure the dialog via OOM. If you
have a tool like Spy++ (e.g. from Visual Basic) and a lot of time, than
you can get the window handles of some controls on this dialog and try
to manipulate them. But probably it is more effective to create your own
dialog.
--
Viele Grüße
Michael Bauer
Michael,
I cannot find a button for Print out. Any idea if what
you recommended is really working? Thanks. B