Click here to Skip to main content
15,886,713 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to refresh an updated MenuStrip at runtime? Pin
Orzer2-Sep-09 21:34
Orzer2-Sep-09 21:34 
GeneralRe: How to refresh an updated MenuStrip at runtime? Pin
dean93593-Sep-09 8:20
dean93593-Sep-09 8:20 
QuestionChanging value of several comboboxes Pin
Denis J. González2-Sep-09 16:42
Denis J. González2-Sep-09 16:42 
AnswerRe: Changing value of several comboboxes Pin
Christian Graus2-Sep-09 17:01
protectorChristian Graus2-Sep-09 17:01 
GeneralRe: Changing value of several comboboxes Pin
Denis J. González2-Sep-09 17:06
Denis J. González2-Sep-09 17:06 
GeneralRe: Changing value of several comboboxes Pin
Christian Graus2-Sep-09 17:13
protectorChristian Graus2-Sep-09 17:13 
GeneralRe: Changing value of several comboboxes Pin
Denis J. González2-Sep-09 17:24
Denis J. González2-Sep-09 17:24 
Questionhelp file Pin
AAKAra2-Sep-09 10:54
AAKAra2-Sep-09 10:54 
Hello,
I have a pdf file that has the whole help stuff in it. Based on the helpId(Which form the user has selected) I should display the correct help page.

Will this below code serve my purpose?

ProcessStartInfo startInfo = new ProcessStartInfo();
startInfo.FileName = "Guide.pdf";
startInfo.Verb = helpId;
System.Diagnostics.Process.Start(startInfo);
AnswerRe: help file Pin
Christian Graus2-Sep-09 11:22
protectorChristian Graus2-Sep-09 11:22 
AnswerRe: help file Pin
Abhishek Sur2-Sep-09 11:54
professionalAbhishek Sur2-Sep-09 11:54 
GeneralRe: help file Pin
Christian Graus2-Sep-09 13:38
protectorChristian Graus2-Sep-09 13:38 
GeneralRe: help file Pin
Abhishek Sur2-Sep-09 21:30
professionalAbhishek Sur2-Sep-09 21:30 
AnswerRe: help file Pin
N a v a n e e t h2-Sep-09 15:55
N a v a n e e t h2-Sep-09 15:55 
QuestionDate Format in C# Pin
skhan172-Sep-09 10:20
skhan172-Sep-09 10:20 
AnswerRe: Date Format in C# Pin
Christian Graus2-Sep-09 11:25
protectorChristian Graus2-Sep-09 11:25 
AnswerRe: Date Format in C# Pin
Abhishek Sur2-Sep-09 11:47
professionalAbhishek Sur2-Sep-09 11:47 
Questionurgent: has anyone used mcore? Pin
maham siddiqui2-Sep-09 8:14
maham siddiqui2-Sep-09 8:14 
AnswerRe: urgent: has anyone used mcore? Pin
Dave Kreskowiak2-Sep-09 8:35
mveDave Kreskowiak2-Sep-09 8:35 
GeneralRe: urgent: has anyone used mcore? Pin
maham siddiqui2-Sep-09 9:23
maham siddiqui2-Sep-09 9:23 
AnswerRe: urgent: has anyone used mcore? Pin
Manas Bhardwaj2-Sep-09 9:12
professionalManas Bhardwaj2-Sep-09 9:12 
AnswerRe: urgent: has anyone used mcore? Pin
riced2-Sep-09 13:34
riced2-Sep-09 13:34 
Questionhow to detect the default email client? Pin
Jassim Rahma2-Sep-09 7:52
Jassim Rahma2-Sep-09 7:52 
AnswerRe: how to detect the default email client? Pin
stancrm2-Sep-09 8:03
stancrm2-Sep-09 8:03 
AnswerRe: how to detect the default email client? Pin
rajeev Ujlayan22-Oct-09 20:02
rajeev Ujlayan22-Oct-09 20:02 
QuestionHow the c#.net print functionality is working Pin
veejay_veejay2-Sep-09 7:24
veejay_veejay2-Sep-09 7:24 

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.