Hi,
currently I just have the generic message box that when running comes up with an OK button to press. Is it possible to customise this box with a logo?
below is the line i'm using
TIA![]()
Please Login or Register to view this content.
Hi,
currently I just have the generic message box that when running comes up with an OK button to press. Is it possible to customise this box with a logo?
below is the line i'm using
TIA![]()
Please Login or Register to view this content.
Hi
It might be possible with some API functions and callbacks, but it would be easier to use a user form if it's really necessary just for a message box (assuming you don't want one of the native Msgbox icons).
Don
Please remember to mark your thread 'Solved' when appropriate.
You could make one from a user form and use whatever images, labels, controls etc. that you want to.
As a reminder, once your original request has been fulfilled please mark this thread as SOLVED by going to the "Thread Tools" drop down list above your first post and choosing solved.
If you are happy with my help, then please consider clicking the add reputation button in the lower left hand corner of this post.
Great, thanks. So have worked out how to create the user form, can I replace the above code with;
This will just bring up a simple box with an OK button that you click![]()
Please Login or Register to view this content.
You'll need to add an OK button and a textbox or label to hold the message text you want (I'll assume you already added the image you wanted). You can then do something like
and your OK button in the form just needs the line![]()
Please Login or Register to view this content.
in its click event.![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks