473,382 Members | 1,447 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,382 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 1407

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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.