Click here to Skip to main content
15,910,980 members
Home / Discussions / C#
   

C#

 
GeneralRe: Question Pin
eyalso9-Dec-05 22:49
eyalso9-Dec-05 22:49 
GeneralRe: Question Pin
Guffa9-Dec-05 23:10
Guffa9-Dec-05 23:10 
QuestionTypeEditor for Extended Property Pin
xstoneheartx9-Dec-05 19:09
xstoneheartx9-Dec-05 19:09 
QuestionHow to write a report designer? Pin
dinh van hai9-Dec-05 17:43
dinh van hai9-Dec-05 17:43 
Questioninicialize a vector with just one value in all positions Pin
davser__9-Dec-05 16:05
davser__9-Dec-05 16:05 
AnswerRe: inicialize a vector with just one value in all positions Pin
Jared Parsons9-Dec-05 21:06
Jared Parsons9-Dec-05 21:06 
QuestionParent Form Pin
John L. DeVito9-Dec-05 15:06
professionalJohn L. DeVito9-Dec-05 15:06 
AnswerRe: Parent Form Pin
Jared Parsons9-Dec-05 21:09
Jared Parsons9-Dec-05 21:09 
You are correct. For them to properly center they must have the parent form set. To do this just pass in the parent form as the first paramater to the ShowDialog() method. For instance

public void OnButtonClick(object sender, EventArgs e)<br />
{<br />
  SomeForm child = new SomeForm();<br />
  if ( DialogResult.OK == child.ShowDialog(this) )<br />
  { <br />
    ...<br />
  }<br />
}


Jared Parsons
jaredp@beanseed.org
http://spaces.msn.com/members/jaredp/
GeneralRe: Parent Form Pin
John L. DeVito10-Dec-05 4:27
professionalJohn L. DeVito10-Dec-05 4:27 
QuestionDebugger/WinForm: How do I get back and forth while firing events? Pin
...---...9-Dec-05 14:11
...---...9-Dec-05 14:11 
AnswerRe: Debugger/WinForm: How do I get back and forth while firing events? Pin
Jared Parsons9-Dec-05 14:48
Jared Parsons9-Dec-05 14:48 
QuestionHow to use Hash table in C# ? Pin
Yanshof9-Dec-05 11:53
Yanshof9-Dec-05 11:53 
AnswerRe: How to use Hash table in C# ? Pin
Curtis Schlak.9-Dec-05 12:45
Curtis Schlak.9-Dec-05 12:45 
QuestionDiretory Pin
RobertoTjMx9-Dec-05 11:26
RobertoTjMx9-Dec-05 11:26 
AnswerRe: Diretory Pin
Polis Pilavas9-Dec-05 11:51
Polis Pilavas9-Dec-05 11:51 
GeneralRe: Diretory Pin
RobertoTjMx10-Dec-05 8:01
RobertoTjMx10-Dec-05 8:01 
AnswerRe: Diretory Pin
Ista11-Dec-05 11:34
Ista11-Dec-05 11:34 
QuestionUnauthorized error 401 HttpWebRequest Pin
TAREQ F ABUZUHRI9-Dec-05 11:26
TAREQ F ABUZUHRI9-Dec-05 11:26 
AnswerRe: Unauthorized error 401 HttpWebRequest Pin
Jared Parsons9-Dec-05 13:33
Jared Parsons9-Dec-05 13:33 
GeneralRe: Unauthorized error 401 HttpWebRequest Pin
TAREQ F ABUZUHRI9-Dec-05 17:31
TAREQ F ABUZUHRI9-Dec-05 17:31 
GeneralRe: Unauthorized error 401 HttpWebRequest Pin
Jared Parsons9-Dec-05 21:04
Jared Parsons9-Dec-05 21:04 
QuestionAccessing Dynamically Added User Controls Pin
Mikan239-Dec-05 11:19
Mikan239-Dec-05 11:19 
AnswerRe: Accessing Dynamically Added User Controls Pin
Polis Pilavas9-Dec-05 11:58
Polis Pilavas9-Dec-05 11:58 
GeneralRe: Accessing Dynamically Added User Controls Pin
Mikan239-Dec-05 12:08
Mikan239-Dec-05 12:08 
GeneralRe: Accessing Dynamically Added User Controls Pin
Polis Pilavas9-Dec-05 12:15
Polis Pilavas9-Dec-05 12:15 

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.