Click here to Skip to main content
15,895,084 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionEntering "What's This?" Mode Programmatically? Pin
Oddball4-Apr-08 6:47
Oddball4-Apr-08 6:47 
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 
Mike,

led mike wrote:
You might have to track the state yourself and then invoke the help after they click on the control they want the help on.

I was afraid of that. I thought there might be a more elegant solution with hijacking the "?" button functionality, but I am getting the impression that I am now just over-complicating the issue.

I'll give it a shot, but one last question. We're rapidly leaving my realm of C++/CLI experience, (which isn't that broad anyway, since I am much more familiar with C#) so I apologize if this next one is borne of ignorance. PostMessage does not appear to be a .Net method, and MSDN indicates that it lives in user32.dll. How can I use it? Is this where C++/CLI's ability to use unmanaged code comes in? If a complete answer to this would be too lengthy, I'll be satisfied with a "you need to go learn about X some more" response this time. Wink | ;)

Thanks again.
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 
GeneralRe: signed to unsigned char conversion Pin
led mike3-Apr-08 4:48
led mike3-Apr-08 4:48 
Generalrendering multiple BufferedGraphics objects to the display Pin
cristian.fatu2-Apr-08 23:49
cristian.fatu2-Apr-08 23:49 
GeneralRe: rendering multiple BufferedGraphics objects to the display Pin
Mark Salsbery3-Apr-08 5:55
Mark Salsbery3-Apr-08 5:55 
GeneralRe: rendering multiple BufferedGraphics objects to the display Pin
cristian.fatu3-Apr-08 22:39
cristian.fatu3-Apr-08 22:39 
GeneralRe: rendering multiple BufferedGraphics objects to the display Pin
Mark Salsbery4-Apr-08 6:08
Mark Salsbery4-Apr-08 6:08 
GeneralRe: rendering multiple BufferedGraphics objects to the display Pin
cristian.fatu6-Apr-08 22:52
cristian.fatu6-Apr-08 22:52 
Generalrichtextbox Pin
rose1962-Apr-08 19:52
rose1962-Apr-08 19:52 

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.