Click here to Skip to main content
15,916,835 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need help making a webbrowser... Pin
lekira19-Nov-08 10:31
lekira19-Nov-08 10:31 
GeneralRe: Need help making a webbrowser... Pin
Pedram Behroozi19-Nov-08 20:03
Pedram Behroozi19-Nov-08 20:03 
GeneralRe: Need help making a webbrowser... [modified] Pin
lekira20-Nov-08 15:02
lekira20-Nov-08 15:02 
QuestionAccessing a parent class' methods Pin
Anthony Mushrow19-Nov-08 10:12
professionalAnthony Mushrow19-Nov-08 10:12 
AnswerRe: Accessing a parent class' methods Pin
Ennis Ray Lynch, Jr.19-Nov-08 10:21
Ennis Ray Lynch, Jr.19-Nov-08 10:21 
GeneralRe: Accessing a parent class' methods Pin
Anthony Mushrow19-Nov-08 10:23
professionalAnthony Mushrow19-Nov-08 10:23 
GeneralRe: Accessing a parent class' methods Pin
Ennis Ray Lynch, Jr.19-Nov-08 10:29
Ennis Ray Lynch, Jr.19-Nov-08 10:29 
GeneralRe: Accessing a parent class' methods Pin
N a v a n e e t h19-Nov-08 16:05
N a v a n e e t h19-Nov-08 16:05 
GeneralRe: Accessing a parent class' methods Pin
Ennis Ray Lynch, Jr.20-Nov-08 2:47
Ennis Ray Lynch, Jr.20-Nov-08 2:47 
AnswerRe: Accessing a parent class' methods Pin
Roger Alsing20-Nov-08 0:32
Roger Alsing20-Nov-08 0:32 
QuestionMulti-function panel display Pin
kanchoette19-Nov-08 9:18
kanchoette19-Nov-08 9:18 
AnswerRe: Multi-function panel display Pin
Pedram Behroozi19-Nov-08 9:46
Pedram Behroozi19-Nov-08 9:46 
QuestionSending commands and infotmation to a web page Pin
Sabry190519-Nov-08 7:16
Sabry190519-Nov-08 7:16 
AnswerRe: Sending commands and infotmation to a web page Pin
Ennis Ray Lynch, Jr.19-Nov-08 9:46
Ennis Ray Lynch, Jr.19-Nov-08 9:46 
GeneralRe: Sending commands and infotmation to a web page Pin
Sabry190520-Nov-08 6:30
Sabry190520-Nov-08 6:30 
QuestionRead data from excel file c# Pin
emilio_ts19-Nov-08 6:50
emilio_ts19-Nov-08 6:50 
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 

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.