TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Aditya Varma Mudunuri
NA
58
104.4k
I am having a problem with the following code below showing an error in it
Feb 16 2012 2:03 AM
if (false == UUIRTTransmitIR(
_hDrvHandle,
irCode,
(int) codeFormat,
repeatCount,
inactivityWaitTime,
null == evt ? IntPtr.Zero : evt.Handle,
IntPtr.Zero, IntPtr.Zero))
Here i am having an error in the segment of evt.Handle & showing the error as the following manner
'System.Threading.WaitHandle.Handle' is obsolete: 'Use the SafeWaitHandle property instead.
Please Find me a Solution For this problem
Reply
Answers (
1
)
How to iterate the loop as many times as the conversion is completed
Here i am having problem with the USBUI API