I was refering to the API PrintDialog (which is in comdlg32.dll), this is not an object that I can put on a form. I already searched the object browser. I know that I can modify the behavior of the PrintDialog by changing the Flags in the structure passed to the PrintDialog API, but I can't find one that will make the window modal (I'm talking here about the window opened by PrintDialog, which allows the user to select the printer and so on). I don't wanna use the ShowPrinter method from the common dialog control (this one from comdlg32.ocx) which has problems with NT.
Thanx.
Bye gone!