Hello all,
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?
Thanks if you have any ideas!
Regars
L. T. Johannessen [sig][/sig]
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?
Thanks if you have any ideas!
Regars
L. T. Johannessen [sig][/sig]