Click here to Skip to main content
15,901,426 members
Home / Discussions / C#
   

C#

 
GeneralTransparent images in a picturebox Pin
mvanschie16-Dec-04 0:36
mvanschie16-Dec-04 0:36 
GeneralSchedule-like interface graphics Pin
SolidRock16-Dec-04 0:02
SolidRock16-Dec-04 0:02 
GeneralRe: Schedule-like interface graphics Pin
Gangren16-Dec-04 1:53
Gangren16-Dec-04 1:53 
GeneralRe: Schedule-like interface graphics Pin
Anonymous24-Dec-04 1:50
Anonymous24-Dec-04 1:50 
GeneralRe: Schedule-like interface graphics Pin
Gangren24-Dec-04 2:45
Gangren24-Dec-04 2:45 
GeneralInserting Images into a Ms Access Database Pin
SeDoHo15-Dec-04 23:59
SeDoHo15-Dec-04 23:59 
GeneralRe: Inserting Images into a Ms Access Database Pin
Guinness4Strength16-Dec-04 8:49
Guinness4Strength16-Dec-04 8:49 
GeneralContext Sensitive help for Groupbox Pin
Renee Jiao15-Dec-04 23:24
Renee Jiao15-Dec-04 23:24 
Hi All,



Does any body know how to create context help for GroupBox control in C#? The System.Windows.Forms.HelpProvider class is working fine for any other controls except for Groupbox.

Here is how you can reproduce it:



Create a form, in its properties, set the MinimizeBox and MaximizeBox to false, and set HelpButton to true, then you will see a little question mark in the title bar.
Drag any controls from the toolbox to the form, remember to include a groupbox.
Drag “HelpProvider” from the toolbox into the form
Now in the properties of every control, you will see “HelpKeyword on helpProvider1”, “HelpNavigator on helpProvider1”, “HelpString on helpProvider1”, “ShowHelp on helpProvider1” in the misc panel.
For every control, set “ShowHelp on helpProvider1” to true and input whatever you like in the ”HelpString on helpProvider” row.


Ok, it’s done. You will see the context help is working for any control, except for the groupbox. Do we need to take special care of GroupBox control?


Thanks,
Renee
GeneralControls on a Form Pin
Anonymous15-Dec-04 22:21
Anonymous15-Dec-04 22:21 
GeneralRe: Controls on a Form Pin
Gangren15-Dec-04 22:33
Gangren15-Dec-04 22:33 
Generaldata base Pin
Prasadepparla15-Dec-04 21:48
Prasadepparla15-Dec-04 21:48 
GeneralRe: data base Pin
SeMartens15-Dec-04 22:35
SeMartens15-Dec-04 22:35 
GeneralRe: data base Pin
Prasadepparla15-Dec-04 23:11
Prasadepparla15-Dec-04 23:11 
GeneralRe: data base Pin
Heath Stewart15-Dec-04 23:22
protectorHeath Stewart15-Dec-04 23:22 
GeneralRe: data base Pin
SeMartens15-Dec-04 23:24
SeMartens15-Dec-04 23:24 
GeneralRe: data base Pin
Heath Stewart15-Dec-04 22:47
protectorHeath Stewart15-Dec-04 22:47 
GeneralDisable controls without highliting Pin
fracalifa15-Dec-04 21:21
fracalifa15-Dec-04 21:21 
GeneralRe: Disable controls without highliting Pin
Jay Shankar15-Dec-04 22:16
Jay Shankar15-Dec-04 22:16 
GeneralRe: Disable controls without highliting Pin
fracalifa15-Dec-04 22:48
fracalifa15-Dec-04 22:48 
GeneralRe: Disable controls without highliting Pin
Jay Shankar16-Dec-04 14:17
Jay Shankar16-Dec-04 14:17 
Generalpropagating datagrid changes in multiple tables Pin
Rashid_Mehmood15-Dec-04 20:31
Rashid_Mehmood15-Dec-04 20:31 
GeneralRe: propagating datagrid changes in multiple tables Pin
Heath Stewart15-Dec-04 22:41
protectorHeath Stewart15-Dec-04 22:41 
QuestionHow to disconnect remoting server properly? Pin
kosjanne15-Dec-04 20:28
kosjanne15-Dec-04 20:28 
AnswerRe: How to disconnect remoting server properly? Pin
Heath Stewart15-Dec-04 22:35
protectorHeath Stewart15-Dec-04 22:35 
GeneralRe: How to disconnect remoting server properly? Pin
kosjanne15-Dec-04 23:04
kosjanne15-Dec-04 23:04 

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.