Click here to Skip to main content
15,896,557 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to change the backcolor of the columns in a Listview control Pin
Seishin#28-Jan-07 21:20
Seishin#28-Jan-07 21:20 
GeneralRe: How to change the backcolor of the columns in a Listview control Pin
anu8128-Jan-07 23:55
anu8128-Jan-07 23:55 
GeneralRe: How to change the backcolor of the columns in a Listview control Pin
Seishin#29-Jan-07 2:33
Seishin#29-Jan-07 2:33 
QuestionHow to get username of a user who have currently opened a shared Excel file for editing? Pin
Jyothi L28-Jan-07 20:49
Jyothi L28-Jan-07 20:49 
QuestionCosmetic problem Pin
Glen Harvy28-Jan-07 20:47
Glen Harvy28-Jan-07 20:47 
AnswerRe: Cosmetic problem Pin
Stefan Troschuetz28-Jan-07 21:11
Stefan Troschuetz28-Jan-07 21:11 
Questionbinding windows user control in a windows Form dynamically Pin
Irshad Ahmed28-Jan-07 20:26
Irshad Ahmed28-Jan-07 20:26 
AnswerRe: binding windows user control in a windows Form dynamically Pin
quiteSmart28-Jan-07 20:59
quiteSmart28-Jan-07 20:59 
just initialize as u declare and initialize any other object.
<br />
UserControl1 userControl1 = new UserControl1();<br />

And then assign it to the panel that you wish it to show in.
<br />
userControl1.Parent = Panel1;<br />


this wont yet show the user control, you should use the show function to show it in the panel
<br />
userControl1.Show();<br />

QuestionGet a table through Webbrowser object? Pin
TuanNH8528-Jan-07 20:06
TuanNH8528-Jan-07 20:06 
AnswerRe: Get a table through Webbrowser object? Pin
blue_arc28-Jan-07 20:15
blue_arc28-Jan-07 20:15 
GeneralRe: Get a table through Webbrowser object? Pin
TuanNH8528-Jan-07 20:22
TuanNH8528-Jan-07 20:22 
GeneralRe: Get a table through Webbrowser object? Pin
blue_arc28-Jan-07 22:51
blue_arc28-Jan-07 22:51 
QuestionHow to recieve/send mail through mail server in C# Pin
RoshanSrivastava28-Jan-07 20:00
RoshanSrivastava28-Jan-07 20:00 
AnswerRe: How to recieve/send mail through mail server in C# Pin
ShermansLagoon28-Jan-07 20:20
ShermansLagoon28-Jan-07 20:20 
Questionprotect RTF Pin
likefood28-Jan-07 19:29
likefood28-Jan-07 19:29 
AnswerRe: protect RTF Pin
ShishirVaidya8-Sep-10 2:18
ShishirVaidya8-Sep-10 2:18 
QuestionSave Event logs Pin
picasso228-Jan-07 14:26
picasso228-Jan-07 14:26 
AnswerRe: Save Event logs Pin
Luc Pattyn28-Jan-07 14:52
sitebuilderLuc Pattyn28-Jan-07 14:52 
GeneralRe: Save Event logs Pin
picasso228-Jan-07 15:19
picasso228-Jan-07 15:19 
QuestionCreate/Access NTFS Object Ids Pin
urbane.tiger28-Jan-07 14:10
urbane.tiger28-Jan-07 14:10 
QuestionNamespaces Pin
max2929728-Jan-07 13:30
max2929728-Jan-07 13:30 
AnswerRe: Namespaces Pin
Luc Pattyn28-Jan-07 13:44
sitebuilderLuc Pattyn28-Jan-07 13:44 
GeneralRe: Namespaces Pin
max2929728-Jan-07 13:59
max2929728-Jan-07 13:59 
GeneralRe: Namespaces Pin
Luc Pattyn28-Jan-07 14:14
sitebuilderLuc Pattyn28-Jan-07 14:14 
GeneralRe: Namespaces Pin
max2929728-Jan-07 14:20
max2929728-Jan-07 14:20 

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.