Dialog Editor: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
A simple graphical editor for generating static "dialog" | A simple graphical editor for generating static "dialog" resources, assigning IDs and placing controls, even your own custom controls. | ||
When you save a project with Dialog Editor it will generate two files: | |||
* .RES file. This are Dialog Editor resource files. | |||
* .DLG file. A text file. | |||
[[image:dialoge_1.png]] | |||
== Source and References == | == Source and References == | ||
* [[IBM_VAC_3.0|VAC/C++ 3.0 package]] | |||
* [[IBM_VAC_4.0|VAC/C++ 4.0 package]] | |||
* [[IBM Toolkit]] version 4.5 included in eComStation 2.1 CD#2 - It included version 4.00.000 | |||
==Latest Version== | |||
* Version 4.00.000 | |||
== License == | == License == | ||
IBM Abandonware | IBM Abandonware | ||
==Author== | |||
* [[IBM]] | |||
[[Category:Tools]] | [[Category:Tools]] |
Revision as of 17:52, 11 November 2013
Description
A simple graphical editor for generating static "dialog" resources, assigning IDs and placing controls, even your own custom controls.
When you save a project with Dialog Editor it will generate two files:
- .RES file. This are Dialog Editor resource files.
- .DLG file. A text file.
Source and References
- VAC/C++ 3.0 package
- VAC/C++ 4.0 package
- IBM Toolkit version 4.5 included in eComStation 2.1 CD#2 - It included version 4.00.000
Latest Version
- Version 4.00.000
License
IBM Abandonware