translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 5 of 5 questions

Get a Windows Forms control by name in C#

Stackoverflow

I have a ToolStripMenuItem called myMenu. How can I access this like so:

/* Normally, I would do: */
this.myMenu... etc.

Tags: 
  • c#
  • winforms
  • string
  • controls
  • accessibility

Difference between access specifier and access modifier

Stackoverflow

I've read around on the internet and I've heard people say

Access specifiers ::

Tags: 
  • c#
  • oop
  • programming-languages
  • accessibility

Automation using Java Access Bridge

I can capture text from UI controls (button/Editbox/Checkbox etc) in Java Applications, using

Tags: 
  • java
  • c#
  • swing
  • accessibility
  • java-access-bridge

How to override maximum 32x32 mouse size in Windows like this program can

I'd like for my program to be able to override the maximum imposed mouse size of 32x32 much like the program in the picture attached does, the cursor pictured is 72x72.

Tags: 
  • c#
  • registry
  • mouse
  • accessibility

c# how to find URL from browser using AccessibleObjectFromPoint

hi i done some research and find out the way to get browser URL using AccessibleObjectFromPoint or by this you can access any UI element so please tell me whats wrong in my code

Tags: 
  • c#
  • windows
  • accessibility
  • iaccessible