Software Archive
Read-only legacy content

Rich Text

Intel_C_Intel
Employee
717 Views
Is it possible to use Word documents with Visual Fortran? How ?
Is it possible to use rich text edit controls in Visual Fortran ?
Thanks for any help.
Oscar P.
0 Kudos
4 Replies
Intel_C_Intel
Employee
717 Views
Hi,

VF does not provide any Fortran-specific help for using rich edit controls. For example, rich edit controls are not supported by the Dialog Routines. I don't know of any reason why you couldn't use them in a VF Windows application that used the native Win32 calls, but I'm not aware of any examples.

Leo
0 Kudos
Intel_C_Intel
Employee
717 Views
Thank for your answer. if you have any guide to begin with I would appreciate it.
> Oscar P
0 Kudos
edunlop
Beginner
717 Views
You could try Winteracter - www.winteracter.com

This product allows you to develop Windows applications with high level Fortran calls - no need to use Windows API. It includes Graph, Grid and Edit controls, as well as the usual menus, toolbars, dialogs, buttons etc for your application. The edit control can do rich text.

The sit has a downloadable demo of the system - have a look.

Edmund Dunlop
0 Kudos
edunlop
Beginner
717 Views
You could try Winteracter - www.winteracter.com

This product allows you to develop Windows applications with high level Fortran calls - no need to use Windows API. It includes Graph, Grid and Edit controls, as well as the usual menus, toolbars, dialogs, buttons etc for your application. The edit control can do rich text.

The site has a downloadable demo of the system - have a look.

Edmund Dunlop
0 Kudos
Reply