krishKM / Modern-UI-Components-for-VBA

A helper dll for VBA users to design modern UI components. No install required!
MIT License
203 stars 41 forks source link

Is there way to resize boxes? #13

Closed wsuphappyhour closed 6 years ago

wsuphappyhour commented 6 years ago

Hi, Is there way to resize boxes? BTW great job!

krishKM commented 6 years ago

Thank you. All of them or a particular box in mind?

wsuphappyhour commented 6 years ago

Hi, Drag&drop box,

Thanks

krishKM commented 6 years ago

Added.. Try to use cX & cY parameters.

    Dim FilePaths As String
    FilePaths = gDll.DLL.ShowDialogForFile("No multiple files allowed", False, CX:=820, CY:=364)
wsuphappyhour commented 6 years ago

Thanks!