PreTranslateMessage

  • Thread starter Thread starter Il Duce
  • Start date Start date
I

Il Duce

Hi,

In MVC++ it is possible to override PreTranslateMessage. Is this not
possible in a form under C# ?

- H
 
Hello Il,

What are u going to do?
If to prevent getting some keystrokes thus see there http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c46c.aspx#q482q

ID> Hi,
ID>
ID> In MVC++ it is possible to override PreTranslateMessage. Is this not
ID> possible in a form under C# ?
ID>
ID> - H
ID>
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Hello,

I'm making a kind of virtual keyboard in C#. I want to prevent my app
from taking the focus so I can send keystrokes to the ::GetForegroundWindow

- Henrik
 

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

Back
Top