Hi All!
The program for converting *.RC file in *.C file.
Initial *.RC file we receive "drawing" of the interface in GUI (for example PellesC).
The program is written on Basic-lang for speed of reception of result.
I have not found short and distinct (for me) a code on creation of working element TabStrip ("SysTabControl32").
Though such element is present at all GUI which I saw.
Even in MS VB to create working element TabStrip, not using TABCTL32.OCX, is uneasy.
Mr. David MacDermot has kindly given the variant of creation and work TabPages.
I study its work, but the program for WinCE as a result is necessary to me and it would be desirable to reduce quantity of a code and functions.
It at me while, unfortunately it is impossible.
Therefore as a variant I used a code from interesting development VISG. Author Alexander Karpov
http://mrhx.clan.su/Its program uses only Win-API and allows "to draw" GUI-interface and to compile a file in C ++, Delfi, Basic.
Unfortunately, it is the program does not create resource-file, all interface in one C-file.
To add/move elements of interface it is necessary to write anew them in Code.
Possibly I "have invented a bicycle" - one more and with curve wheels, but it is more convenient to me "to draw" interface in GUI PellesC.
If somebody will prompt me how to connect already created *.RC file with TabStrip to the empty project in PellesC so that it worked, I shall be grateful.
For now here this my "bicycle":
In the program (ConvertRC-to-C.exe) it is necessary to specify initial *.RC file and target *.LOG file.
Then to press the button " Write LOG ", it will be as a result written down *.LOG file, it is actually ready *.C file.
It it is possible it (is necessary) to connect to empty C-project and to fill events-code.
Sergey.