|
-
Aug 16th, 2001, 03:43 PM
#1
Thread Starter
Stuck in the 80s
Message Box
Is there a way to change the icon of a message box to an icon I've made?
-
Aug 17th, 2001, 03:35 PM
#2
Thread Starter
Stuck in the 80s
-
Aug 17th, 2001, 03:55 PM
#3
Member
I had an application where I wanted to increase the font size of a message box. I added a new form and a little code in a module and made it so that it would work just like the standard message box, but with a larger font.
You could probably do the same thing.
There is probably a way to do it with a hook function, but I don't know how.
-
Aug 20th, 2001, 01:37 AM
#4
Kevin Swanson is correct. Just create your own message box with a form, a label, and an imagebox. You can also modal the form to give it the Msgbox effect.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|