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

C#

 
GeneralRe: xmldocument and xhtml = sloooow Pin
Heath Stewart11-Jun-04 2:53
protectorHeath Stewart11-Jun-04 2:53 
GeneralLife of application Pin
quocbao9-Jun-04 21:55
quocbao9-Jun-04 21:55 
GeneralRe: Life of application Pin
Alex Getman10-Jun-04 1:24
Alex Getman10-Jun-04 1:24 
GeneralRe: Life of application Pin
Wackatronic10-Jun-04 4:55
Wackatronic10-Jun-04 4:55 
GeneralRe: Life of application Pin
Dave Kreskowiak10-Jun-04 4:56
mveDave Kreskowiak10-Jun-04 4:56 
GeneralThe file associated with FileStream Pin
Meysam Mahfouzi9-Jun-04 21:40
Meysam Mahfouzi9-Jun-04 21:40 
GeneralRe: The file associated with FileStream Pin
Heath Stewart10-Jun-04 4:25
protectorHeath Stewart10-Jun-04 4:25 
QuestionHow to add image property to UserControl? Pin
luming11223344559-Jun-04 21:38
luming11223344559-Jun-04 21:38 
I define a class based on UserControl
UserControl has no Image property ,I add one like this

public class mycontrol : System.Windows.Forms.UserControl
...
private Image m_image;
...
public Image Image
{
get
{
return m_image;
}
set
{
m_image = value;
}
}
I putted it into visual studio toolbox,In design time ,I load a picture , but Can't unload it and set it back to none.
for example , a button has the image property , if I want get this image out , just set the property to "" in property grid,then the button's Image change to none,how does it works?

it's my image property define wrong ?
AnswerRe: How to add image property to UserControl? Pin
partyganger10-Jun-04 3:10
partyganger10-Jun-04 3:10 
AnswerRe: How to add image property to UserControl? Pin
Heath Stewart10-Jun-04 4:20
protectorHeath Stewart10-Jun-04 4:20 
GeneralRe: How to add image property to UserControl? Pin
luming112233445510-Jun-04 14:37
luming112233445510-Jun-04 14:37 
Generalsend mail Pin
ChangAli9-Jun-04 21:06
ChangAli9-Jun-04 21:06 
GeneralRe: send mail Pin
Heath Stewart10-Jun-04 4:16
protectorHeath Stewart10-Jun-04 4:16 
GeneralRe: ListView Pin
myNameIsRon9-Jun-04 20:44
myNameIsRon9-Jun-04 20:44 
GeneralRe: ListView Pin
Alex Getman10-Jun-04 1:29
Alex Getman10-Jun-04 1:29 
GeneralRe: ListView Pin
Serge Lobko-Lobanovsky10-Jun-04 2:08
Serge Lobko-Lobanovsky10-Jun-04 2:08 
GeneralRe: ListView Pin
myNameIsRon11-Jun-04 19:54
myNameIsRon11-Jun-04 19:54 
GeneralAccess first form's control from the second form. Pin
Titan59-Jun-04 19:27
Titan59-Jun-04 19:27 
GeneralRe: Access first form's control from the second form. Pin
fayth9-Jun-04 19:54
fayth9-Jun-04 19:54 
GeneralRe: Access first form's control from the second form. Pin
fayth9-Jun-04 19:56
fayth9-Jun-04 19:56 
GeneralRe: Access first form's control from the second form. Pin
palbano9-Jun-04 19:56
palbano9-Jun-04 19:56 
GeneralRe: Access first form's control from the second form. Pin
Titan511-Jun-04 21:51
Titan511-Jun-04 21:51 
GeneralRunning size of Windows Form App. Pin
David Horner9-Jun-04 19:05
David Horner9-Jun-04 19:05 
GeneralRe: Running size of Windows Form App. Pin
palbano9-Jun-04 19:51
palbano9-Jun-04 19:51 
GeneralRe: Running size of Windows Form App. Pin
David Horner9-Jun-04 21:09
David Horner9-Jun-04 21:09 

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.