From: Paulo P. <po...@gm...> - 2011-09-17 14:42:20
|
Just used a resource.rc file, pasted the contents of ws/msw/wx.rc with hardcoded paths. Then used windres to create an object and linked it to the app with GHC. Now it worked. There could be a better way to it than harcoding the paths though. On 17 September 2011 12:20, Paulo Pocinho <po...@gm...> wrote: > Hello everyone. > > Every wxhaskell gui widget I use has windows 98 appearance, on windows > 7. How can I have the standard windows 7 "look and feel"? > |