Click here to Skip to main content
15,886,067 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionModeless Onscreen Keyboard Pin
kamaljagesia21-Jun-11 5:35
kamaljagesia21-Jun-11 5:35 
AnswerRe: Modeless Onscreen Keyboard Pin
Richard MacCutchan21-Jun-11 6:00
mveRichard MacCutchan21-Jun-11 6:00 
AnswerRe: Modeless Onscreen Keyboard Pin
Rajesh R Subramanian21-Jun-11 8:47
professionalRajesh R Subramanian21-Jun-11 8:47 
AnswerRe: Modeless Onscreen Keyboard Pin
Chris Meech21-Jun-11 8:55
Chris Meech21-Jun-11 8:55 
GeneralRe: Modeless Onscreen Keyboard Pin
Rajesh R Subramanian21-Jun-11 9:40
professionalRajesh R Subramanian21-Jun-11 9:40 
GeneralRe: Modeless Onscreen Keyboard Pin
Chris Meech21-Jun-11 9:48
Chris Meech21-Jun-11 9:48 
GeneralRe: Modeless Onscreen Keyboard Pin
Rajesh R Subramanian21-Jun-11 9:53
professionalRajesh R Subramanian21-Jun-11 9:53 
AnswerRe: Modeless Onscreen Keyboard Pin
Rajesh R Subramanian21-Jun-11 9:52
professionalRajesh R Subramanian21-Jun-11 9:52 
In addition to what I suggested previously, Chris give you a very valuable suggestion. The message he pin pointed is in C#.

If you're using MFC, then you could see the example in this page: Changing the styles of a window created in MFC[^]. The list of available extended window styles is here: Extended Window Styles[^], and you should be specifically interested in WS_EX_TOOLWINDOW and WS_EX_NOACTIVATE.

If you're using Win32 programming, then you could set the style of the window while making a call to CreateWindow[^]. Pay attention to the third parameter, which is DWORD dwStyle.

Hope that helps. Smile | :)
"Real men drive manual transmission" - Rajesh.

QuestionRegarding Memory Mapped Pin
manju 321-Jun-11 2:52
manju 321-Jun-11 2:52 
AnswerRe: Regarding Memory Mapped Pin
«_Superman_»21-Jun-11 6:17
professional«_Superman_»21-Jun-11 6:17 
GeneralRe: Regarding Memory Mapped Pin
manju 323-Jun-11 2:39
manju 323-Jun-11 2:39 
GeneralRe: Regarding Memory Mapped Pin
enhzflep23-Jun-11 11:06
enhzflep23-Jun-11 11:06 
GeneralRe: Regarding Memory Mapped Pin
manju 323-Jun-11 20:25
manju 323-Jun-11 20:25 
GeneralRe: Regarding Memory Mapped Pin
enhzflep23-Jun-11 21:12
enhzflep23-Jun-11 21:12 
GeneralRe: Regarding Memory Mapped Pin
manju 323-Jun-11 22:19
manju 323-Jun-11 22:19 
GeneralRe: Regarding Memory Mapped Pin
enhzflep24-Jun-11 0:12
enhzflep24-Jun-11 0:12 
GeneralRe: Regarding Memory Mapped Pin
manju 324-Jun-11 2:07
manju 324-Jun-11 2:07 
GeneralRe: Regarding Memory Mapped Pin
manju 32-Aug-11 19:49
manju 32-Aug-11 19:49 
Questionfp:precise vs. fp:strict performance Pin
Alex_GR21-Jun-11 2:37
Alex_GR21-Jun-11 2:37 
QuestionReceive a client event when file on web server is modified Pin
pscholl21-Jun-11 0:54
pscholl21-Jun-11 0:54 
AnswerRe: Receive a client event when file on web server is modified Pin
Mark Salsbery21-Jun-11 8:18
Mark Salsbery21-Jun-11 8:18 
GeneralRe: Receive a client event when file on web server is modified Pin
pscholl22-Jun-11 1:34
pscholl22-Jun-11 1:34 
GeneralRe: Receive a client event when file on web server is modified Pin
Mark Salsbery22-Jun-11 7:55
Mark Salsbery22-Jun-11 7:55 
QuestionSort the list of files available in a folder. Pin
lucky_122120-Jun-11 23:02
lucky_122120-Jun-11 23:02 
AnswerRe: Sort the list of files available in a folder. Pin
Cedric Moonen21-Jun-11 0:14
Cedric Moonen21-Jun-11 0:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.