Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 161
Default Context-Sensitive Help

Hi,

I want to add some context-sensitive help functionality to a tool that I've
built. By this, I mean that I want to have butons next to various things (on
forms, not worksheets) that will bring up a small message box with some
relevant help text in.

Questions:
1) It would be nice to have a button that is the small blue circle with
white question mark that is the standard MS help link. Can this be done or do
the buttons have to be rectangles?
2) What would be really clever would be if the "button" was actually a
hotspot so that the user only has to place the cursor over the object to
activate the help file (ie. no clicking). Can XL do this?
3) I was going to have the button activation just bring up a simple message
box with the help text. Is there a better/more efficient way of building in
some help text (I've never used help files before and am still learning VB,
so plain English explanations would be appreciated :-) )

TIA

Dave
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Context-Sensitive Help

Before you can decide on how to present the help to the user, you must
define where that help text is stored. The solution will vary
depending on whether you are using real chm help files, some sort of
text file (txt or xml) or have the help text stored in a range of
cells in a (perhaps hidden) worksheet.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)



On Tue, 10 Mar 2009 06:33:03 -0700, Risky Dave
wrote:

Hi,

I want to add some context-sensitive help functionality to a tool that I've
built. By this, I mean that I want to have butons next to various things (on
forms, not worksheets) that will bring up a small message box with some
relevant help text in.

Questions:
1) It would be nice to have a button that is the small blue circle with
white question mark that is the standard MS help link. Can this be done or do
the buttons have to be rectangles?
2) What would be really clever would be if the "button" was actually a
hotspot so that the user only has to place the cursor over the object to
activate the help file (ie. no clicking). Can XL do this?
3) I was going to have the button activation just bring up a simple message
box with the help text. Is there a better/more efficient way of building in
some help text (I've never used help files before and am still learning VB,
so plain English explanations would be appreciated :-) )

TIA

Dave

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,549
Default Context-Sensitive Help


Q1. An Image Control can hold a picture and has a click event.
Q2. Use a controls "ControlTipText" property to provide hints not long messages.
Q3. There is no "easy" help system - see Chip Pearson's response.
--
Jim Cone
Portland, Oregon USA



"Risky Dave"
wrote in message
Hi,

I want to add some context-sensitive help functionality to a tool that I've
built. By this, I mean that I want to have butons next to various things (on
forms, not worksheets) that will bring up a small message box with some
relevant help text in.

Questions:
1) It would be nice to have a button that is the small blue circle with
white question mark that is the standard MS help link. Can this be done or do
the buttons have to be rectangles?
2) What would be really clever would be if the "button" was actually a
hotspot so that the user only has to place the cursor over the object to
activate the help file (ie. no clicking). Can XL do this?
3) I was going to have the button activation just bring up a simple message
box with the help text. Is there a better/more efficient way of building in
some help text (I've never used help files before and am still learning VB,
so plain English explanations would be appreciated :-) )
TIA
Dave
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Context sensitive hekp Ed[_31_] Excel Programming 0 January 26th 08 12:05 AM
Context-sensitive Actions pane JanF Excel Programming 1 March 10th 06 01:18 AM
Context sensitive help Jon Bailes Excel Programming 2 January 14th 05 01:19 PM
Context sensitive menu Mark[_36_] Excel Programming 5 March 3rd 04 01:50 PM
context sensitive help Malcolm Excel Programming 0 November 19th 03 02:00 PM


All times are GMT +1. The time now is 08:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"