My english is poor but I try. (Is my first message.)
Two questions:
1.- I can auto select a edit Box, when it take focus.
2.- Is posibble convert one file.rc to one file.dlg directly with
some program.
excuse me, if is very stupid.
Hi Maitreya. Welcome to the group. :)
Quote
1.- I can auto select a edit Box, when it take focus.
It should be possible. Perhaps look at
EN_UPDATE and
EM_GETSEL in the Win32.hlp file.
Quote
2.- Is posibble convert one file.rc to one file.dlg directly with some program.
Not that I've seen. Probably because the 'some program' will not know where to place the controls.
Thaks,very much, mr.
Mark Jones
I write this for any person with desire conver one .rc file to one .dlg file.
The program RadAsm, in Projects menu, have one "Res2Dlg" (Res to Dlg convert).
But you take one .exe, .dll or .ocx and it convert to .dlg with equal parameter.
By, By.