2
Answers

How to SendInput without using User32.dll

Ask a question
Daniel Chan

Daniel Chan

16y
13.4k
1
Is there any other way SendInput without using User32.dll? Is there other DLL file same usage as user32.dll which provided by .NET framework?

There is a SendInput function inside Microsoft.VisualBasic.DLL but it still call back User32.dll.

As i know GetPixel can be done using GDI32.DLL from windows and SYSTEM.DRAWING.DLL from .NET Framework.

Please help me on this.


Answers (2)