Click here to Skip to main content
16,007,163 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: PPP protocol in C? Pin
Christian Graus8-Apr-08 1:19
protectorChristian Graus8-Apr-08 1:19 
GeneralGet Message Pin
dSolariuM5-Apr-08 21:37
dSolariuM5-Apr-08 21:37 
GeneralRe: Get Message Pin
Mark Salsbery6-Apr-08 8:56
Mark Salsbery6-Apr-08 8:56 
GeneralRe: Get Message Pin
dSolariuM6-Apr-08 19:37
dSolariuM6-Apr-08 19:37 
GeneralRe: Get Message Pin
Luc Pattyn7-Apr-08 1:08
sitebuilderLuc Pattyn7-Apr-08 1:08 
GeneralRe: Get Message Pin
Mark Salsbery7-Apr-08 6:00
Mark Salsbery7-Apr-08 6:00 
GeneralRe: Get Message Pin
Kuldeep Bhatnagar9-Apr-08 22:46
Kuldeep Bhatnagar9-Apr-08 22:46 
QuestionEntering "What's This?" Mode Programmatically? Pin
Oddball4-Apr-08 6:47
Oddball4-Apr-08 6:47 
Hello, everyone. I am designing an application that is intended for use with a touch-screen monitor, so all of the GUI elements need to be big, friendly, and easy to poke.

I would like to provide context-sensitive help for various controls on the main form, and thought that I might just watch for the WM_HELP message that is sent whenever a control is clicked on when in "What's This?" mode, entered by clicking the "?" help button on the title bar. That bit works fine, but I am running into an unexpected problem.

Since the "?" button is much too small for my touch-screen requirements, I thought that I would include a larger help button elsewhere on the form that would accomplish the same thing. I have been totally unable to find any way to programmatically trigger "What's This?" mode, though. The "?" button doesn't even seem to send a message to WndProc() when it is clicked. Does anyone know what occurs when this button is clicked, and how to accomplish the same thing programmatically?

If not, does anyone have any suggestions for providing context-sensitive help that doesn't require something silly, like putting a check in the form of if(helpMode) { ShowHelpMessage(this); return; } at the start of the click event for every single control?

Thanks very much!
AnswerRe: Entering "What's This?" Mode Programmatically? Pin
led mike7-Apr-08 4:38
led mike7-Apr-08 4:38 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
Oddball7-Apr-08 9:44
Oddball7-Apr-08 9:44 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
led mike7-Apr-08 10:19
led mike7-Apr-08 10:19 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
led mike7-Apr-08 10:40
led mike7-Apr-08 10:40 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
Oddball9-Apr-08 4:31
Oddball9-Apr-08 4:31 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
led mike9-Apr-08 6:05
led mike9-Apr-08 6:05 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
Oddball9-Apr-08 6:18
Oddball9-Apr-08 6:18 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
led mike9-Apr-08 6:29
led mike9-Apr-08 6:29 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
Oddball14-Apr-08 7:51
Oddball14-Apr-08 7:51 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
Luc Pattyn7-Apr-08 10:41
sitebuilderLuc Pattyn7-Apr-08 10:41 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
Oddball9-Apr-08 4:39
Oddball9-Apr-08 4:39 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
Luc Pattyn9-Apr-08 6:22
sitebuilderLuc Pattyn9-Apr-08 6:22 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
Oddball14-Apr-08 7:49
Oddball14-Apr-08 7:49 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
Luc Pattyn14-Apr-08 7:53
sitebuilderLuc Pattyn14-Apr-08 7:53 
GeneralRuns Commands in order Pin
newkid3-Apr-08 3:46
newkid3-Apr-08 3:46 
GeneralRe: Runs Commands in order Pin
led mike3-Apr-08 5:00
led mike3-Apr-08 5:00 
Generalsigned to unsigned char conversion Pin
vikramaditya2343-Apr-08 2:39
vikramaditya2343-Apr-08 2:39 

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.