Jump to content

Unable to Retrieve the Correct Size of On-Screen Keyboard (TabTip.exe) Using Win32 APIs


Recommended Posts

Guest Shaik Rizwan1
Posted

Dear Microsoft Support,I am currently working on a C# application where I am trying to interact with the On-Screen Keyboard (TabTip.exe) using Win32 API calls, specifically FindWindow, GetWindowRect, and SetWindowPos. However, I am encountering an issue where the size of the keyboard window is always returned as 0x0 (Width=0, Height=0) using GetWindowRect, even though I can see the keyboard on screen.Steps I’ve Taken:I start the On-Screen Keyboard (TabTip.exe) using Process.Start().I use FindWindow to locate the window by its class name (IPTip_Main_Window).I attempt to retrieve the window size

 

Continue reading...

  • Replies 0
  • Created
  • Last Reply

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...