473,396 Members | 2,061 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Accessibility MSAA

Dear all,
Is Accessibility supported for NativeWindow in C# .Net.
If yes, please please provide help links.

A sample code for building the msaa server for a window is shown below.
The microsoft msaa client AccExplorer32.exe is not able to call my server.
Please let me know if there is anything else to be done there.
case WM_GETOBJECT:
{
if (m.LParam.ToInt64() == -4)
{
System.Guid guid = new System.Guid
("{618736E0-3C3D-11CF-810C-00AA00389B71}");
try
{
ToolTipAccessibleObject tooltipObj = new ToolTipAccessibleObject();
Accessibility.IAccessible iAccessible = tooltipObj;
IntPtr comptr = Marshal.GetIUnknownForObject (iAccessible);

unsafe
{
m.Result = LresultFromObject (&guid, m.WParam, comptr);
//m.Result is some +ve value (196, ....) .. i think it succeeds
}
Marshal.Release (comptr);

}
catch (Exception exception)
{
throw exception;
}
}
this.DefWndProc(ref m);
return;
}

Thanks for your time,

Nov 22 '05 #1
0 1409

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Mythili Madhav | last post by:
Hi, I need to write a wrapper around MSAA in Python for having my own control classes like MyApplication, MyWindow, MyPushButton etc which I think is basically to subclass from MSAA's classes. I...
12
by: JAMESICUS | last post by:
Refer to ..... http://news.com.com/2100-1032-5063444.html James Pickering Pickering Pages http://www.jp29.org/
9
by: Barbara de Zoete | last post by:
I am getting more and more confused as to the meaning of the words 'accessibility' and 'usability' *in the context of the world wide web*. What do these two words mean? How do they differ from one...
0
by: Chougule Vinay | last post by:
Dear all, Is Accessibility supported for NativeWindow in C# .Net. If yes, please please provide help links. A sample code for building the msaa server for a window is shown below. The microsoft...
5
by: Dave Henson | last post by:
Hi I am checking a site for accessibility and Dreamweaver suggests making sure that the menu is accessible via keyboard as well as mouse (i.e device-independent). A question has arisen which is...
54
by: richard_quick_uk | last post by:
Hi, If anyone's got the time I'd really appreciate any feedback on the accessibility of this site: http://www.cata.co.uk/_index.a­sp
8
by: Pete Davis | last post by:
First of all, I apologize for cross-posting to so many groups, but clearly there are only 2 people on the planet that understand MS Accessibility in ..NET and I'm hoping I might reach just one of...
4
by: waltborders | last post by:
Hi, Because the blind are unable to use a mouse, keyboard navigation is key. A major difficulty is that not all windows forms controls are keyboard 'tab-able' or 'arrow-able' or have "tab...
1
by: krishnakant Mane | last post by:
this question is streight forward, short and sweet. I am developing some applications and being blind myself, expect that including me, all other blind people must be able to use it. so my...
8
by: cms-hispano.org | last post by:
i'm building a site about extreme accessibility, i.e.: how (and why) to get sites to become fully accessible, *beyond* W3C Web Accessibility Initiative guidelines. it's far from being completed (i...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.