Click here to Skip to main content
15,912,400 members
Home / Discussions / C#
   

C#

 
GeneralRe: portability of user control : x64 platform Pin
N a v a n e e t h25-Oct-07 22:51
N a v a n e e t h25-Oct-07 22:51 
QuestionHelpRequested event Pin
Hans Ruck25-Oct-07 19:41
Hans Ruck25-Oct-07 19:41 
AnswerRe: HelpRequested event Pin
N a v a n e e t h25-Oct-07 20:22
N a v a n e e t h25-Oct-07 20:22 
GeneralRe: HelpRequested event Pin
Hans Ruck25-Oct-07 20:31
Hans Ruck25-Oct-07 20:31 
GeneralRe: HelpRequested event Pin
N a v a n e e t h25-Oct-07 20:37
N a v a n e e t h25-Oct-07 20:37 
GeneralRe: HelpRequested event Pin
Hans Ruck25-Oct-07 20:44
Hans Ruck25-Oct-07 20:44 
GeneralRe: HelpRequested event Pin
N a v a n e e t h25-Oct-07 20:46
N a v a n e e t h25-Oct-07 20:46 
GeneralRe: HelpRequested event Pin
Hans Ruck25-Oct-07 20:56
Hans Ruck25-Oct-07 20:56 
There is nothing special with the case:
private void button1_HelpRequested(object sender, HelpEventArgs hlpevent)
{
    MessageBox.Show("ok");
}

this.button1.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.button1_HelpRequested);
I tested it on both of the frameworks (1.1 and 2.0) and still with the same result.


"la dolce ossessione degli ultimi suoi giorni tristi,
Venezia, la vende ai turisti"

rechi


GeneralRe: HelpRequested event Pin
N a v a n e e t h25-Oct-07 21:16
N a v a n e e t h25-Oct-07 21:16 
GeneralRe: HelpRequested event Pin
Hans Ruck25-Oct-07 21:25
Hans Ruck25-Oct-07 21:25 
QuestionCalculate the TotalMonths difference between two DateTime Pin
Patrick Klug25-Oct-07 17:43
Patrick Klug25-Oct-07 17:43 
AnswerRe: Calculate the TotalMonths difference between two DateTime Pin
darkelv25-Oct-07 17:56
darkelv25-Oct-07 17:56 
AnswerRe: Calculate the TotalMonths difference between two DateTime Pin
Patrick Klug25-Oct-07 18:19
Patrick Klug25-Oct-07 18:19 
QuestionHow to access Remote Desktop in C# Pin
Rajesh_K_Sharma25-Oct-07 16:20
Rajesh_K_Sharma25-Oct-07 16:20 
AnswerRe: How to access Remote Desktop in C# Pin
Abhijit Jana25-Oct-07 18:34
professionalAbhijit Jana25-Oct-07 18:34 
AnswerRe: How to access Remote Desktop in C# Pin
Spunky Coder25-Oct-07 19:59
Spunky Coder25-Oct-07 19:59 
GeneralRe: How to access Remote Desktop in C# Pin
Abhijit Jana25-Oct-07 20:22
professionalAbhijit Jana25-Oct-07 20:22 
QuestionRe: How to access Remote Desktop in C# Pin
spiritboy25-Dec-08 2:22
spiritboy25-Dec-08 2:22 
AnswerRe: How to access Remote Desktop in C# Pin
majongan22-Oct-09 22:56
majongan22-Oct-09 22:56 
AnswerRe: How to access Remote Desktop in C# Pin
majongan22-Oct-09 22:58
majongan22-Oct-09 22:58 
QuestionAlternative to listbox/listview Pin
QzRz25-Oct-07 15:09
QzRz25-Oct-07 15:09 
AnswerRe: Alternative to listbox/listview Pin
Luc Pattyn25-Oct-07 16:13
sitebuilderLuc Pattyn25-Oct-07 16:13 
GeneralRe: Alternative to listbox/listview Pin
QzRz26-Oct-07 2:14
QzRz26-Oct-07 2:14 
QuestionObject Reference Required (CS0120) Form Access Pin
codemunkeh25-Oct-07 12:35
codemunkeh25-Oct-07 12:35 
AnswerRe: Object Reference Required (CS0120) Form Access Pin
Anthony Mushrow25-Oct-07 13:04
professionalAnthony Mushrow25-Oct-07 13: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.