>I need to do some programming on Infrared, any tutorial or lesson that I
>can
> get from the internet or you may suggest which classs should I look for in
> msdn?
Have you read the documentation that starts here?:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/irda/irda/irda_
start_page.asp
It is not a technology with which I am familiar but I _think_ that you do
infrared communication with WinSock where the sockets are of type AF_IRDA
rather than the AF_INET type that we all know and love.
You may want to post again in the kernel group
microsoft.public.win32.programmer.kernel
for more information or a pointer to a better group.
Regards,
Will