WinForms Questions and Answers

Recent IT Questions

1 - 2 of 2
<<PREVIOUS 1 NEXT>>

Pocket PC: How to stop a form from closing

Using C#, on a WinForm, to stop a form from closing, I simply have to put this line in the public Form1(): this.Closing += new System.ComponentModel.CancelEventHandler(this.Form1_Closing); and add this bit: public void Form1_Closing(object sender, System.ComponentModel.CancelEventArgs e) { ...

Answer Question   |  Jul 28 2009  9:45 PM GMT
Pocket PC, C#, WinForms
asked by TJay

  75 pts.

How to open a new email in Lotus Notes using C#

I am writing a .Net c# windows application where I need to open a new email in the Lotus Notes mail client. Any ideas on how this could be done

View Answer   |  May 5 2009  7:57 PM GMT
Lotus Notes, C#, WinForms
asked by BKR

  5 pts.

1 - 2 of 2
<<PREVIOUS 1 NEXT>>