S Shaul Jan 4, 2005 #1 Hi I want to diable the IR checkBox from C# code is it possible? many thanks Shaul
E Ed Kaim Jan 4, 2005 #2 I think you can handle this through a reg key, but I haven't tried it. Do a search for "disable" on http://msdn.microsoft.com/library/d.../en-us/wceobex/html/coconobexregistrykeys.asp.
I think you can handle this through a reg key, but I haven't tried it. Do a search for "disable" on http://msdn.microsoft.com/library/d.../en-us/wceobex/html/coconobexregistrykeys.asp.
D Darren Beckley Jan 4, 2005 #3 There is an example in C++ in MSDN, perhaps you could port that to C# using P/Invoke? http://msdn.microsoft.com/library/en-us/wceobex/html/cmconServerImplementation.asp Hope that helps, Darren
There is an example in C++ in MSDN, perhaps you could port that to C# using P/Invoke? http://msdn.microsoft.com/library/en-us/wceobex/html/cmconServerImplementation.asp Hope that helps, Darren