how to make screen keyboard popup in full screen?

jagr

Member
i wrote a small program that requires some text entry.
i used the fullscreen function in formlib.dll to remove the menu and title bar

however the screen keyboard doesnt show when when the textboxes are selected so the user cannot input text

is there a call to make the screen keyboard show up without the menu bar?
 

sitajony

Active Member
Licensed User
You can show the KeyBoard...
Even if your Form is in fullscreen your keyboard can be show...
Use hw as Hardware Hardware.dll:
hw.SIPEnabled=True
 
Top