• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Word Basic and Dialog() (Office95)

Jeff444

Member
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?
 
Back
Top