The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: ninjarider on May 14, 2006, 06:00:11 PM

Title: Windows drivers
Post by: ninjarider on May 14, 2006, 06:00:11 PM
if i have made my own driver how would i go about putting it into effect as a driver windows uses. its a mouse driver that i have written.
Title: Re: Windows drivers
Post by: ninjarider on May 15, 2006, 01:24:50 AM
Do i just create the program that im wanting to use for the driver and go into device manager and tell it to use my driver instead of what windows has speified?

Is there a better way than using the WinAPI SetCursourPos to relay the information to windows?

Title: Re: Windows drivers
Post by: Mark Jones on May 15, 2006, 07:12:18 PM
Hey Ninja. Have you seen Four-F's driver tutorials?

http://www.website.masmforum.com/tutorials/kmdtute/index.html
Title: Re: Windows drivers
Post by: IAO on May 16, 2006, 05:11:42 PM
Hi to all.

Mr. Mark Jones
I had not seen it.
This tutorial is very good. Thanks.

bye ('_').