
| ||||||||||||||||||||||||||||||||||||||||||||
| Comfort Software :: Forums :: Development | |||
|
|||
How move the O-S-Keyboard in x/y-position at window left side |
| Author | Post |
| multi |
| ||
![]() Joined: Thu Jun 24 2010, 05:30pm Posts: 5 | Hello, i want to move my Keyboard exactly x-Pixels left at my acktive window. It is not a problem if i have allways the same resolution on my screen. But the customers have to change the resolution sometimes. Does anybody have an idea to do that so? Thanks' for your helping. [ Edited Sat Jun 26 2010, 07:00pm ] | ||
| Back to top |
| Comfort |
| ||
![]() ![]() ![]() Joined: Wed Sep 19 2007, 03:42pm Posts: 600 | It's better to handle message WM_DISPLAYCHANGE. But you can check it by a timer (e.g. every 5 seconds). Have a nice day | ||
| Back to top |
| multi |
| ||
![]() Joined: Thu Jun 24 2010, 05:30pm Posts: 5 | Yes, I will do that so. My problem is really how can I change my Screen Keyboard always positioned directly next to a particular objekt (e.x. Frame)? Can you please give me a small example in VB6 code? Thanks' vor advance. | ||
| Back to top |
| Moderators: Comfort |