StrataFrame Forum
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
Ribbon look and feel with SF form?
http://forum.strataframe.net/Topic9263.aspx
By Chan
-
6/2/2007
Hi,
Anyone experienced to create ribbon form using SF form? How?
Thank you
By StrataFrame Team
-
6/4/2007
We experimented with this when we were looking into inheriting DevExpress's form for skinning support. The only way to do this is to modify the source code for the MicroFour StrataFrame Business.dll in the BaseForm.vb file and change the inherits from System.Windows.Forms.Form to DevEx's ribbon form. You would have to go change the source code and recompile it each time you get a new version of SF's source code.