Word Basic and Dialog() (Office95)

Jeff444

Member
Aug 21, 2000
136
0
0
I have two questions someone might help me solve.

1)
Is it possible to change the titlename in dialogboxes that you're not making yourself?

Take this example (Word Basic, Office95):
Dim dlg As FileNew
return = Dialog(dlg)
If return = - 1 Then FileNew dlg

Does the titlename in this box always have to say "New", or can I change it?

2)
I can still access other buttons or menues outside the 'FileNew' dialogbox before I choose 'OK' or 'Cancel'. Is this a bug, or can I prevent this in any way?