Andrew Truckle
Andrew Truckle

Reputation: 19087

Is there a Borders common MFC dialog?

Does anyone know if there is a common Borders dialog that we can harness for our own MFC apps? Like this one:

enter image description here

Upvotes: 0

Views: 46

Answers (1)

IInspectable
IInspectable

Reputation: 51345

This is a custom dialog implemented by Microsoft Excel. There's neither a common dialog provided by the system nor an implementation shipped through MFC that offers this functionality.

Upvotes: 2

Related Questions