Click here to Skip to main content
15,921,028 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to convert flat files to XML using c# Pin
Christian Graus29-Mar-09 19:40
protectorChristian Graus29-Mar-09 19:40 
GeneralRe: How to convert flat files to XML using c# Pin
Pete O'Hanlon29-Mar-09 23:38
mvePete O'Hanlon29-Mar-09 23:38 
GeneralRe: How to convert flat files to XML using c# Pin
Dan Neely30-Mar-09 2:43
Dan Neely30-Mar-09 2:43 
QuestionCommandBehavior.SequentialAccess (SqlDataReader) Pin
Jacob Dixon29-Mar-09 14:55
Jacob Dixon29-Mar-09 14:55 
AnswerRe: CommandBehavior.SequentialAccess (SqlDataReader) Pin
N a v a n e e t h29-Mar-09 17:38
N a v a n e e t h29-Mar-09 17:38 
QuestionSql query designer Pin
Dushan12329-Mar-09 14:12
Dushan12329-Mar-09 14:12 
AnswerRe: Sql query designer Pin
Natza Mitzi29-Mar-09 19:42
Natza Mitzi29-Mar-09 19:42 
QuestionWhen Adding A Control, what events fire? [modified] Pin
Duraplex29-Mar-09 13:09
Duraplex29-Mar-09 13:09 
I'm building a custom control inherited from a picturebox control, and I would like it to automatically resize to the dimensions of the container control to which it is added(could be any valid container control)

Referencing the Parent of the custom control in its structure definition

Public MycustomePicBox()
{
this.Size=new System.Drawing.Size(this.Parent.Clientrectangle....
}

isn't possible because at the time the code executes, the custom control hasn't been added to the container control yet.

Is there an event that fires for a Control when it has been added to a container?

modified on Sunday, March 29, 2009 10:43 PM

AnswerRe: When Adding A Control, what events fire? Pin
maxatlis30-Mar-09 7:00
maxatlis30-Mar-09 7:00 
GeneralRe: When Adding A Control, what events fire? Pin
Duraplex30-Mar-09 11:47
Duraplex30-Mar-09 11:47 
Question%SystemRoot%\Microsoft.NET\Framework\ Pin
Mohammad Dayyan29-Mar-09 6:49
Mohammad Dayyan29-Mar-09 6:49 
AnswerRe: %SystemRoot%\Microsoft.NET\Framework\ Pin
Giorgi Dalakishvili29-Mar-09 7:00
mentorGiorgi Dalakishvili29-Mar-09 7:00 
GeneralRe: %SystemRoot%\Microsoft.NET\Framework\ Pin
PIEBALDconsult29-Mar-09 7:15
mvePIEBALDconsult29-Mar-09 7:15 
GeneralRe: %SystemRoot%\Microsoft.NET\Framework\ Pin
Giorgi Dalakishvili29-Mar-09 7:23
mentorGiorgi Dalakishvili29-Mar-09 7:23 
AnswerRe: %SystemRoot%\Microsoft.NET\Framework\ [modified] Pin
Alan N29-Mar-09 14:07
Alan N29-Mar-09 14:07 
QuestionC# Windows Application problem Pin
cheese_29-Mar-09 5:23
cheese_29-Mar-09 5:23 
AnswerRe: C# Windows Application problem Pin
JF201529-Mar-09 5:41
JF201529-Mar-09 5:41 
AnswerRe: C# Windows Application problem Pin
Luc Pattyn29-Mar-09 6:28
sitebuilderLuc Pattyn29-Mar-09 6:28 
AnswerRe: C# Windows Application problem Pin
BinShao29-Mar-09 15:41
BinShao29-Mar-09 15:41 
QuestionGetting data from a web page Pin
nike_arh29-Mar-09 4:07
nike_arh29-Mar-09 4:07 
AnswerRe: Getting data from a web page Pin
Xmen Real 29-Mar-09 4:26
professional Xmen Real 29-Mar-09 4:26 
QuestionTreeView Nodes Pin
Mohammed Elkholy29-Mar-09 3:50
Mohammed Elkholy29-Mar-09 3:50 
AnswerRe: TreeView Nodes Pin
Xmen Real 29-Mar-09 4:18
professional Xmen Real 29-Mar-09 4:18 
GeneralRe: TreeView Nodes Pin
Mohammed Elkholy29-Mar-09 4:30
Mohammed Elkholy29-Mar-09 4:30 
GeneralRe: TreeView Nodes Pin
Pete O'Hanlon29-Mar-09 10:29
mvePete O'Hanlon29-Mar-09 10:29 

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.