I wouldn't know what's that SendInput about but
function SendInput; external user32 name 'SendInput';
states that it's in the user32.dll. That Microsoft claims never to have heard of it, is not very surprising... Their API "manuals" contain more than one flaw :)
Of course this doesn't solve your problem. I too would like to know what you're planning,
Evarest
Main Topics
Browse All Topics





by: Slick812Posted on 2003-06-02 at 09:58:10ID: 8630956
hello YousefEisa, What makes you think that there is an API function called "SendInput", I have never heard of this, so I did a search at www.msdn.com (the MS developer information site) and they do NOT have it there.
What is it you want to do? You say that " allow me to insert characters into any Active window". . . Do you think that all windows are the same? The method you use will depend on the type (Class) of window, and some other factors.