Click here to Skip to main content
15,898,374 members
Home / Discussions / C#
   

C#

 
QuestionBuild installer for C# application Pin
Ethen6-Oct-08 19:53
Ethen6-Oct-08 19:53 
AnswerRe: Build installer for C# application Pin
Eduard Keilholz7-Oct-08 0:20
Eduard Keilholz7-Oct-08 0:20 
Questioncommunicate with linux server from .net application in windows Pin
kvPriya6-Oct-08 19:42
kvPriya6-Oct-08 19:42 
QuestionHow to get SharePoint List Actual url Pin
manju#1236-Oct-08 19:24
manju#1236-Oct-08 19:24 
QuestionDocking property of Datable for pda's Pin
sailesh_gupta6-Oct-08 18:49
sailesh_gupta6-Oct-08 18:49 
QuestionImplement an interface in my form Pin
Kevin Marois6-Oct-08 15:24
professionalKevin Marois6-Oct-08 15:24 
AnswerRe: Implement an interface in my form Pin
N a v a n e e t h6-Oct-08 16:06
N a v a n e e t h6-Oct-08 16:06 
AnswerRe: Implement an interface in my form Pin
Richard Blythe6-Oct-08 16:27
Richard Blythe6-Oct-08 16:27 
You may be having trouble because your form class is already "implementing" the Form class. What you need to do is enter a , after the Form declaration and type your interface name there. Example:
partial class myForm : Form, myInterface
{}

Cheers!
Richard Blythe

I've used up all my sick days, so today I'm calling in dead.

GeneralRe: Implement an interface in my form Pin
J4amieC6-Oct-08 22:28
J4amieC6-Oct-08 22:28 
GeneralRe: Implement an interface in my form Pin
Richard Blythe7-Oct-08 3:12
Richard Blythe7-Oct-08 3:12 
QuestionDrawing rectangles - with the mouse. Pin
dennycrane6-Oct-08 13:44
dennycrane6-Oct-08 13:44 
AnswerRe: Drawing rectangles - with the mouse. Pin
Pedram Behroozi6-Oct-08 13:52
Pedram Behroozi6-Oct-08 13:52 
GeneralRe: Drawing rectangles - with the mouse. Pin
Pedram Behroozi6-Oct-08 14:04
Pedram Behroozi6-Oct-08 14:04 
AnswerRe: Drawing rectangles - with the mouse. Pin
Pedram Behroozi6-Oct-08 13:53
Pedram Behroozi6-Oct-08 13:53 
AnswerRe: Drawing rectangles - with the mouse. Pin
Pedram Behroozi6-Oct-08 13:55
Pedram Behroozi6-Oct-08 13:55 
GeneralRe: Drawing rectangles - with the mouse. Pin
dennycrane6-Oct-08 13:56
dennycrane6-Oct-08 13:56 
GeneralRe: Drawing rectangles - with the mouse. Pin
Pedram Behroozi6-Oct-08 14:03
Pedram Behroozi6-Oct-08 14:03 
GeneralRe: Drawing rectangles - with the mouse. Pin
dennycrane6-Oct-08 21:34
dennycrane6-Oct-08 21:34 
GeneralRe: Drawing rectangles - with the mouse. Pin
Pedram Behroozi7-Oct-08 6:29
Pedram Behroozi7-Oct-08 6:29 
AnswerRe: Drawing rectangles - with the mouse. Pin
dan!sh 6-Oct-08 23:26
professional dan!sh 6-Oct-08 23:26 
GeneralRe: Drawing rectangles - with the mouse. Pin
dennycrane7-Oct-08 2:15
dennycrane7-Oct-08 2:15 
GeneralRe: Drawing rectangles - with the mouse. Pin
dan!sh 7-Oct-08 3:24
professional dan!sh 7-Oct-08 3:24 
AnswerRe: Drawing rectangles - with the mouse. Pin
Giorgi Dalakishvili7-Oct-08 0:13
mentorGiorgi Dalakishvili7-Oct-08 0:13 
GeneralRe: Drawing rectangles - with the mouse. Pin
dennycrane7-Oct-08 2:15
dennycrane7-Oct-08 2:15 
Questionhow to show Caret Pin
netJP12L6-Oct-08 9:40
netJP12L6-Oct-08 9:40 

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.