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

C#

 
AnswerRe: Read data from excel file c# Pin
Andrew Rissing19-Nov-08 7:37
Andrew Rissing19-Nov-08 7:37 
GeneralRe: Read data from excel file c# Pin
Paul Conrad19-Nov-08 8:24
professionalPaul Conrad19-Nov-08 8:24 
GeneralRe: Read data from excel file c# Pin
emilio_ts19-Nov-08 8:46
emilio_ts19-Nov-08 8:46 
GeneralRe: Read data from excel file c# Pin
Andrew Rissing19-Nov-08 9:14
Andrew Rissing19-Nov-08 9:14 
GeneralRe: Read data from excel file c# Pin
emilio_ts19-Nov-08 9:35
emilio_ts19-Nov-08 9:35 
QuestionThreading question (new form) Pin
EliottA19-Nov-08 6:11
EliottA19-Nov-08 6:11 
AnswerRe: Threading question (new form) Pin
Judah Gabriel Himango19-Nov-08 6:32
sponsorJudah Gabriel Himango19-Nov-08 6:32 
QuestionForm closing Pin
netJP12L19-Nov-08 6:03
netJP12L19-Nov-08 6:03 
When
ParentForm.Close  += new EventHandler(ParentForm_Closed) 
event is called I am opening another child form. But childform open and then close automatically. I tried to get the child from closing reason like as shown below and it returns "Cancel". ChildForm shouldn't close unless the buttons on the childform are clicked. Why is it behaving like this does anybody knows.

DialogResult result = childForm.ShowDialog();
Console.WriteLine("Closing reason " + result.ToString());

AnswerRe: Form closing Pin
Michael Bookatz19-Nov-08 6:23
Michael Bookatz19-Nov-08 6:23 
AnswerRe: Form closing Pin
Pedram Behroozi19-Nov-08 6:53
Pedram Behroozi19-Nov-08 6:53 
Question[Message Deleted] Pin
mobius11100119-Nov-08 5:56
mobius11100119-Nov-08 5:56 
GeneralCross-post Pin
Wendelius19-Nov-08 6:18
mentorWendelius19-Nov-08 6:18 
GeneralRe: Cross-post Pin
mobius11100119-Nov-08 6:51
mobius11100119-Nov-08 6:51 
QuestionTooltip for Menu Item Pin
#realJSOP19-Nov-08 5:48
professional#realJSOP19-Nov-08 5:48 
AnswerRe: Tooltip for Menu Item [modified] Pin
led mike19-Nov-08 6:06
led mike19-Nov-08 6:06 
AnswerRe: Tooltip for Menu Item Pin
Wendelius19-Nov-08 6:32
mentorWendelius19-Nov-08 6:32 
GeneralRe: Tooltip for Menu Item Pin
#realJSOP19-Nov-08 6:38
professional#realJSOP19-Nov-08 6:38 
GeneralRe: Tooltip for Menu Item Pin
Wendelius19-Nov-08 6:48
mentorWendelius19-Nov-08 6:48 
GeneralRe: Tooltip for Menu Item Pin
#realJSOP19-Nov-08 7:15
professional#realJSOP19-Nov-08 7:15 
GeneralRe: Tooltip for Menu Item Pin
Wendelius19-Nov-08 7:40
mentorWendelius19-Nov-08 7:40 
GeneralRe: Tooltip for Menu Item Pin
#realJSOP19-Nov-08 8:10
professional#realJSOP19-Nov-08 8:10 
QuestionRe: Tooltip for Menu Item Pin
postonoh19-Nov-08 6:36
postonoh19-Nov-08 6:36 
Questionwhat to do when message size is bigger than the byte[] size in Socket.BeginReceive? Pin
Pr@teek B@h!19-Nov-08 5:42
Pr@teek B@h!19-Nov-08 5:42 
AnswerRe: what to do when message size is bigger than the byte[] size in Socket.BeginReceive? Pin
Ennis Ray Lynch, Jr.19-Nov-08 5:49
Ennis Ray Lynch, Jr.19-Nov-08 5:49 
QuestionRe: what to do when message size is bigger than the byte[] size in Socket.BeginReceive? Pin
Pr@teek B@h!19-Nov-08 6:07
Pr@teek B@h!19-Nov-08 6:07 

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.