Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to open icon file on Mac?

Answer: Use the NSImageMBS class like this:
Example
dim f as FolderItem = SpecialFolder.Desktop.Child("test.ico")
dim n as new NSImageMBS(f)

window1.Backdrop = n.CopyPictureWithMask

The biggest plugin in space...