Click here to Skip to main content
15,891,935 members
Home / Discussions / C#
   

C#

 
GeneralCustom ListView - XP theme Pin
Andy H26-Jul-04 1:06
Andy H26-Jul-04 1:06 
GeneralRe: Custom ListView - XP theme Pin
Heath Stewart26-Jul-04 11:21
protectorHeath Stewart26-Jul-04 11:21 
GeneralCustom ListView - XP theme Pin
Andy H26-Jul-04 1:06
Andy H26-Jul-04 1:06 
GeneralDrawing Control Pin
blankg25-Jul-04 23:47
blankg25-Jul-04 23:47 
GeneralRe: Drawing Control Pin
Gary Thom26-Jul-04 7:19
Gary Thom26-Jul-04 7:19 
QuestionOutlook - right part of the window? Pin
BillyBlue25-Jul-04 23:11
BillyBlue25-Jul-04 23:11 
AnswerRe: Outlook - right part of the window? Pin
Heath Stewart26-Jul-04 11:20
protectorHeath Stewart26-Jul-04 11:20 
GeneralRe: Outlook - right part of the window? Pin
BillyBlue27-Jul-04 3:03
BillyBlue27-Jul-04 3:03 
Hey thanks a lot for your help! That was what I'm looking for! Would you say it is better to access the UserControls via:

Panel1.Controls(index)


or with a help-variable - such as:

private Control _ctl = null;
TextBox tb = new TextBox();
tb.Text = "Hi!";
_ctl = tb;
panel2.Controls.Add(_ctl);

??

on the second example: why some people write "this.panel2.Controls.Add(_ctl);" and not like I did in my example without this. ? Thx!!
- bb
GeneralRe: Outlook - right part of the window? Pin
Heath Stewart27-Jul-04 5:44
protectorHeath Stewart27-Jul-04 5:44 
GeneralRe: Outlook - right part of the window? Pin
BillyBlue27-Jul-04 6:06
BillyBlue27-Jul-04 6:06 
GeneralRe: Outlook - right part of the window? Pin
Heath Stewart27-Jul-04 6:17
protectorHeath Stewart27-Jul-04 6:17 
GeneralRe: Outlook - right part of the window? Pin
BillyBlue27-Jul-04 6:25
BillyBlue27-Jul-04 6:25 
GeneralRe: Outlook - right part of the window? Pin
Heath Stewart27-Jul-04 9:08
protectorHeath Stewart27-Jul-04 9:08 
GeneralRe: Outlook - right part of the window? Pin
BillyBlue27-Jul-04 9:43
BillyBlue27-Jul-04 9:43 
QuestionHow to use NotifyParentPropertyAttribute Pin
jjansen25-Jul-04 21:19
jjansen25-Jul-04 21:19 
AnswerRe: How to use NotifyParentPropertyAttribute Pin
Heath Stewart26-Jul-04 10:13
protectorHeath Stewart26-Jul-04 10:13 
GeneralRe: How to use NotifyParentPropertyAttribute Pin
jjansen27-Jul-04 21:02
jjansen27-Jul-04 21:02 
GeneralProblems with GC and HttpWebResponse Pin
Amir Zicherman25-Jul-04 8:38
Amir Zicherman25-Jul-04 8:38 
GeneralRe: Problems with GC and HttpWebResponse Pin
Heath Stewart26-Jul-04 10:02
protectorHeath Stewart26-Jul-04 10:02 
GeneralRe: Problems with GC and HttpWebResponse Pin
Amir Zicherman27-Jul-04 7:59
Amir Zicherman27-Jul-04 7:59 
GeneralRe: Problems with GC and HttpWebResponse Pin
Heath Stewart27-Jul-04 10:43
protectorHeath Stewart27-Jul-04 10:43 
Questionif(DateTime.Now>=OldDateTime)..???? Pin
Adel83k25-Jul-04 6:02
Adel83k25-Jul-04 6:02 
AnswerRe: if(DateTime.Now>=OldDateTime)..???? Pin
ChrisAdams25-Jul-04 12:43
ChrisAdams25-Jul-04 12:43 
AnswerRe: if(DateTime.Now>=OldDateTime)..???? Pin
DougW4825-Jul-04 19:17
DougW4825-Jul-04 19:17 
GeneralDotNet DataGrid RowHeight Pin
Aerobatty25-Jul-04 5:08
Aerobatty25-Jul-04 5:08 

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.