Keyboard pop-up.

M

Mark Bath

OK, I have a C# application that is running maximised (no minimie button, no
maximise, no menu) so takes the full screen up.
What I would like to do is place a graphic on the screen (or a button) that
the user presses to display the pop-up keyboard.
They would then press it again to hide the keyboard.

Is this a newbie question? Is it a reall simple thing to do?

-M.
 
D

Daniel Moth

You mean the Soft Input Panel?
Drop a InputPanel control on your form. Then call InputPanel1.Enabled =
true/false as appropriate...

Cheers
Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top