Hello, i'm using infragistics suite for WindowsForms and i'd like to know if styling an app is compatible with SmartClient.
Thanks
Hi,
I'm not sure what you mean by SmartClient. To me, application styling and SmartClient are two totally separate things and one has nothing to do with the other. Perhaps you are using the term in a way in which I am unfamiliar.
I'm using .net windows forms to build my app, but it's SmartClient i'm using as way to users to access it.My question is, by using styling in my app through the infragistics AppStyling.StyleManager, will it be styled, beside the fact of the style file is detached of the .exe file.
Sorry for my confused english...
i've been running some tests, but when loading the app i can't find the style files.do i must bring the files to the client side or is there a way to point to the files on the server location?
My solution was to store the location of the file storage server on the DB, and on the load while getting the user information, i'll get the theme of his preference and its server location.
The styles files have to be available to the exe on the client machine. You could embed the files into your exe as resources and then load them as streams, I think, using GetManifestResource.