Re: Moving MsgBox




"NeilH" <neil@xxxxxxxxx> wrote in message news:OIbnSWlxIHA.5176@xxxxxxxxxxxxxxxxxxxxxxx
Why not just design your own Message Box?


Yeh that was my first thought when I saw that code. But in VB6 I think that'd take a bit of work to do all the resizing as needed, and anchoring the buttons to the bottom etc. In VB.NET it's easy as you'd use a flow layout and you'd get all the resizing for free, but in VB6, unless you've got a third party control it's a bit of code

.


Loading