XSharpPublic icon indicating copy to clipboard operation
XSharpPublic copied to clipboard

Add option to VS IDE to convert xsfrm to Windows Forms Form

Open RobertvanderHulst opened this issue 1 year ago • 4 comments

Chris, Can you add code to convert a form definition based on a xsfrm to a windows forms form (like you're also doing in VOExporter). I will then add that to the context menu in the solution explorer. The code should accept a xsfrm file name, and also a Form.prg file name. The code should create the Form.Prg and Form.Designer.prg I will hook this up to the context menu of the solution explorer. It is probably a good idea to add a "translation table" that translates the original VOWED type to a fully qualified class name. By adding that table a user can also decide to map a control to a control from for example the DevExpress suite.

RobertvanderHulst avatar Oct 15 '23 09:10 RobertvanderHulst