Click here to Skip to main content
15,902,908 members
Home / Discussions / C#
   

C#

 
Generalapi to check file size Pin
justintimberlake9-Jan-08 16:31
justintimberlake9-Jan-08 16:31 
GeneralRe: api to check file size Pin
N a v a n e e t h9-Jan-08 19:23
N a v a n e e t h9-Jan-08 19:23 
GeneralRe: api to check file size Pin
justintimberlake9-Jan-08 20:32
justintimberlake9-Jan-08 20:32 
QuestionTool to clean up unreferenced resources in .resx files? Pin
Patrick Klug9-Jan-08 16:05
Patrick Klug9-Jan-08 16:05 
GeneralProblems saving with database... Pin
Jacob Dixon9-Jan-08 14:41
Jacob Dixon9-Jan-08 14:41 
QuestionInvoke internet explorer and load ASP web page on internet explorer Pin
miauwmiauwmiauw9-Jan-08 14:21
miauwmiauwmiauw9-Jan-08 14:21 
AnswerRe: Invoke internet explorer and load ASP web page on internet explorer Pin
Vikram A Punathambekar9-Jan-08 18:19
Vikram A Punathambekar9-Jan-08 18:19 
Questioninterface [modified] Pin
lachtan1639-Jan-08 13:30
lachtan1639-Jan-08 13:30 
Hello
I have a question about implementing an interface for example ISupportInitialize. I have a derived class from a class that uses this interface. This is the code of the parent:

public class grd : DataGridView, ISupportInitialize
...
void ISupportInitialize.BeginInit()
{
...
}

void ISupportInitialize.EndInit()
{
...
}

I would like to know why it is writen like this?? why isn't it just public virtual EndEdit or public EndEdit...If anybody could tell me what the "ISupportInitialize." before EndEdit serves. Reason why I ask is because I can't use EndEdit in my derived Class because it overides parents EndEdit which I want to use too, and I can't call base.EndEdit from derived class either because it is not public and I can't stick public in front of void ISupportInitialize.EndInit only in front of void EndEdit.
Thank you in advance

modified on Wednesday, January 09, 2008 8:41:46 PM

GeneralRe: interface Pin
Patrick Klug9-Jan-08 16:22
Patrick Klug9-Jan-08 16:22 
GeneralRe: interface Pin
lachtan16310-Jan-08 2:35
lachtan16310-Jan-08 2:35 
Generalrelative performance of IL instructions - link Pin
peterchen9-Jan-08 13:29
peterchen9-Jan-08 13:29 
GeneralRichTextBox and E-mail issue Pin
NewToAspDotNet9-Jan-08 10:15
NewToAspDotNet9-Jan-08 10:15 
GeneralRe: RichTextBox and E-mail issue Pin
m@u9-Jan-08 10:21
m@u9-Jan-08 10:21 
GeneralRe: RichTextBox and E-mail issue Pin
Skippums9-Jan-08 10:23
Skippums9-Jan-08 10:23 
GeneralRe: RichTextBox and E-mail issue Pin
NewToAspDotNet9-Jan-08 10:58
NewToAspDotNet9-Jan-08 10:58 
GeneralRe: RichTextBox and E-mail issue Pin
Skippums9-Jan-08 12:05
Skippums9-Jan-08 12:05 
GeneralRe: RichTextBox and E-mail issue Pin
Skippums9-Jan-08 10:26
Skippums9-Jan-08 10:26 
GeneralRe: RichTextBox and E-mail issue Pin
Luc Pattyn9-Jan-08 12:45
sitebuilderLuc Pattyn9-Jan-08 12:45 
Question[Message Deleted] Pin
MGHS9-Jan-08 10:01
MGHS9-Jan-08 10:01 
GeneralRe: Dynamic TSP or Hamiltonian graph program with C# Pin
m@u9-Jan-08 10:05
m@u9-Jan-08 10:05 
Question[Message Deleted] Pin
MGHS9-Jan-08 9:54
MGHS9-Jan-08 9:54 
General? Pin
Wes Aday9-Jan-08 9:59
professionalWes Aday9-Jan-08 9:59 
QuestionSeeing who is logged on a server remotely? Pin
Marutar9-Jan-08 8:23
Marutar9-Jan-08 8:23 
AnswerRe: Seeing who is logged on a server remotely? Pin
led mike9-Jan-08 9:09
led mike9-Jan-08 9:09 
GeneralRe: Seeing who is logged on a server remotely? Pin
Marutar9-Jan-08 9:49
Marutar9-Jan-08 9:49 

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.