Re: PostMessage() Error
- From: "one2001boy@xxxxxxxxx" <one2001boy@xxxxxxxxx>
- Date: Fri, 23 Feb 2007 07:36:45 -0800
Igor Tandetnik wrote:
the problem is summarized as the following:
int main()
{
....
while (fgets(psBuffer, BUFFER_SIZE, stdin) != NULL) {
PostString(hwndText, psBuffer);
}
What kind of window are you sending keystrokes to? Is it, say, an Edit control?
Does the application in question support Paste command? You could probably put all your text onto clipboard, then simulate a paste.
I am talking about Gnuplot wgnuplot.exe, yes, it supports edit control.
not sure how to get the standard input into clickboard and then simulate paste to GUI application?
thanks.
.
- Follow-Ups:
- Re: PostMessage() Error
- From: Alexander Grigoriev
- Re: PostMessage() Error
- From: Igor Tandetnik
- Re: PostMessage() Error
- References:
- PostMessage() Error
- From: one2001boy@xxxxxxxxx
- Re: PostMessage() Error
- From: David Webber
- Re: PostMessage() Error
- From: Igor Tandetnik
- Re: PostMessage() Error
- From: one2001boy@xxxxxxxxx
- Re: PostMessage() Error
- From: Igor Tandetnik
- PostMessage() Error
- Prev by Date: Re: Moving data from array to deque
- Next by Date: Re: Moving data from array to deque
- Previous by thread: Re: PostMessage() Error
- Next by thread: Re: PostMessage() Error
- Index(es):
Relevant Pages
|