The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: IAO on July 19, 2005, 07:37:41 PM

Title: Edit box
Post by: IAO on July 19, 2005, 07:37:41 PM
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.
Title: Re: Edit box
Post by: Mark Jones on July 20, 2005, 03:48:50 AM
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.
Title: Re: Edit box
Post by: IAO on July 21, 2005, 05:59:26 PM
 
Thaks,very much, mr.
Mark Jones 


Title: Re: Edit box
Post by: IAO on July 26, 2005, 08:12:56 PM
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.