Notifications
Clear all

[Closed] messagebox() and querybox() too small for message text

I am trying to alert users about overwriting specific file paths, but:
-but the paths are longer than can be displayed by messagebox() and query box()
-the paths are dynamically gathered data and can’t be broken up by hardcoding “

is there any way to get a bigger message box or query box?

3 Replies
1 Reply
(@denist)
Joined: 11 months ago

Posts: 0

you can always use .net MessageBox… i’m sure i’ve posted samples on this forum.

hah… i was right. so my brain still is not broken… here is it for example http://forums.cgsociety.org/showthread.php?f=98&t=994961&highlight=MessageBox

thanks dennis.