I'm trying to use CtrlSetText to change the name of a Serial static edit
field from
"Serial" to "Title". i'm using a custom dialog, of course. the trouble is
that
it doesn't work !! the "Serial" is still there. did i miss something ?
should i go
to the resources directly ?
thank you.
gaby.
Could you post your code ?
Thanks,
Jerry Dennany
jer...@mindspring.com
gaby <gabyR@BusinessLayers> wrote in message
news:396d8...@208.30.171.38...
nResult = WaitOnDialog(szDialogName);
switch (nResult)
case DLG_INIT:
// Insert your CtrlSetText inside this case
endswitch;
gaby wrote in message <396d8...@208.30.171.38>...