Re: Combobox: WM_SETTEXT doesn't work while Sendkeys works ???
- From: "David Youngblood" <dwy@xxxxxxxxx>
- Date: Fri, 11 May 2007 05:43:42 -0500
"Greg Wilson" <GregWilson@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote...
PROBLEM:
As mentioned, the above method works except for comboboxes. The values paste
but the *.exe acts blind to them and they don't get added to the *.exe's
database when the next record is added during the loop. Evidently, a
requisite event doesn't fire.
Have you tried using the combobox messages? If the item is already in the
combobox list, and you need to select fom the list, try CB_FINDSTRINGEXACT. If
you need to add the item, try CB_ADDSTRING.
David
.
- Follow-Ups:
- Re: Combobox: WM_SETTEXT doesn't work while Sendkeys works ???
- From: David Youngblood
- Re: Combobox: WM_SETTEXT doesn't work while Sendkeys works ???
- References:
- Combobox: WM_SETTEXT doesn't work while Sendkeys works ???
- From: Greg Wilson
- Combobox: WM_SETTEXT doesn't work while Sendkeys works ???
- Prev by Date: Re: Power on/off Monitor
- Next by Date: Re: Combobox: WM_SETTEXT doesn't work while Sendkeys works ???
- Previous by thread: Combobox: WM_SETTEXT doesn't work while Sendkeys works ???
- Next by thread: Re: Combobox: WM_SETTEXT doesn't work while Sendkeys works ???
- Index(es):