Click here to Skip to main content
16,012,759 members
Home / Discussions / C#
   

C#

 
QuestionProcess object being created with null handle. Pin
Dan Neely26-Jun-06 9:15
Dan Neely26-Jun-06 9:15 
AnswerRe: Process object being created with null handle. Pin
mav.northwind26-Jun-06 9:56
mav.northwind26-Jun-06 9:56 
GeneralRe: Process object being created with null handle. [modified] Pin
Dan Neely26-Jun-06 10:24
Dan Neely26-Jun-06 10:24 
GeneralRe: Process object being created with null handle. Pin
Dan Neely26-Jun-06 10:46
Dan Neely26-Jun-06 10:46 
GeneralRe: Process object being created with null handle. Pin
Dan Neely27-Jun-06 2:41
Dan Neely27-Jun-06 2:41 
QuestionTooltip and HelpString text from external file? Pin
jbudenz26-Jun-06 9:06
jbudenz26-Jun-06 9:06 
AnswerRe: Tooltip and HelpString text from external file? Pin
led mike26-Jun-06 10:11
led mike26-Jun-06 10:11 
QuestionRe: Tooltip and HelpString text from external file? [modified] Pin
jbudenz27-Jun-06 4:59
jbudenz27-Jun-06 4:59 
I'm familiar with HelpProvider.SetHelpString, but that requires you to type the help text that you want to be displayed directly into your code:

this.helpProvider1.SetShowHelp(this.zipTextBox, true);<br />
this.helpProvider1.SetHelpString(this.zipTextBox, "Enter the zip code here.");


What I want to do is create a file (not sure what kind of file - .txt, .html, .chm?) that contains all of my help text associated with each control. The code in my windows app project would then pull the help text from this external file, instead of having to type the help text directly into my code. I want to do this so that I have one file with all of the help text, so I don't have to go through each form in my project in order to update the text.

Any suggestions?

Thanks!

-- modified at 10:59 Tuesday 27th June, 2006
AnswerRe: Tooltip and HelpString text from external file? Pin
led mike27-Jun-06 8:33
led mike27-Jun-06 8:33 
QuestionWMI InvokeMethod and Desktop Interactivity Pin
astonish26-Jun-06 9:01
astonish26-Jun-06 9:01 
QuestionHide application from process list? Pin
CodeLeon26-Jun-06 8:22
CodeLeon26-Jun-06 8:22 
AnswerRe: Hide application from process list? Pin
Not Active26-Jun-06 8:28
mentorNot Active26-Jun-06 8:28 
GeneralRe: Hide application from process list? Pin
Dan Neely26-Jun-06 8:51
Dan Neely26-Jun-06 8:51 
GeneralRe: Hide application from process list? Pin
CodeLeon26-Jun-06 11:43
CodeLeon26-Jun-06 11:43 
GeneralRe: Hide application from process list? Pin
BoneSoft26-Jun-06 12:26
BoneSoft26-Jun-06 12:26 
GeneralRe: Hide application from process list? Pin
CodeLeon26-Jun-06 12:35
CodeLeon26-Jun-06 12:35 
GeneralRe: Hide application from process list? Pin
BoneSoft27-Jun-06 3:45
BoneSoft27-Jun-06 3:45 
AnswerRe: Hide application from process list? Pin
mikanu26-Jun-06 8:43
mikanu26-Jun-06 8:43 
AnswerRe: Hide application from process list? Pin
BoneSoft26-Jun-06 8:50
BoneSoft26-Jun-06 8:50 
AnswerRe: Hide application from process list? [modified] Pin
Dave Kreskowiak26-Jun-06 8:56
mveDave Kreskowiak26-Jun-06 8:56 
JokeRe: Hide application from process list? Pin
Jun Du26-Jun-06 8:59
Jun Du26-Jun-06 8:59 
AnswerRe: Hide application from process list? Pin
Michael Dunn26-Jun-06 10:05
sitebuilderMichael Dunn26-Jun-06 10:05 
AnswerRe: Hide application from process list? Pin
Nader Elshehabi26-Jun-06 11:10
Nader Elshehabi26-Jun-06 11:10 
GeneralRe: Hide application from process list? Pin
CodeLeon26-Jun-06 11:34
CodeLeon26-Jun-06 11:34 
GeneralRe: Hide application from process list? Pin
BoneSoft26-Jun-06 12:21
BoneSoft26-Jun-06 12:21 

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.