How to SendInput without using User32.dll
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.