Click here to Skip to main content
16,005,339 members
Home / Discussions / C#
   

C#

 
GeneralRe: Monitor Memory Pin
Dave Kreskowiak28-Apr-05 8:03
mveDave Kreskowiak28-Apr-05 8:03 
GeneralRe: Monitor Memory Pin
leppie28-Apr-05 6:04
leppie28-Apr-05 6:04 
GeneralRe: Monitor Memory Pin
Anonymous28-Apr-05 6:55
Anonymous28-Apr-05 6:55 
GeneralRe: Monitor Memory Pin
Tom Larsen28-Apr-05 11:13
Tom Larsen28-Apr-05 11:13 
GeneralRe: Monitor Memory Pin
Andy Brummer28-Apr-05 11:24
sitebuilderAndy Brummer28-Apr-05 11:24 
GeneralUtility to convert VC++ to C# Pin
shyampillai28-Apr-05 4:24
shyampillai28-Apr-05 4:24 
GeneralRe: Utility to convert VC++ to C# Pin
Dave Kreskowiak28-Apr-05 5:04
mveDave Kreskowiak28-Apr-05 5:04 
GeneralImage Property Definition Pin
terrier_jack28-Apr-05 4:16
terrier_jack28-Apr-05 4:16 
OK, what is wrong with this property definition in a control? In the properties list the little empty box displays next to the name and the dot-dot-dot button works correctly, but when I select a file nothing is every filled-in and the resource is not serialized in the InitializeComponent() call. I suspect it is a serialization issue but I have tried both Visible and Content to no effect.

[
CategoryAttribute("Appearance"),
DescriptionAttribute("Image that appears when control is down."),
BrowsableAttribute(true),
EditorAttribute("System.Drawing.Design.ImageEditor, System.Design",typeof(UITypeEditor)), DesignerSerializationVisibility(DesignerSerializationVisibility.Visible),
TypeConverter(typeof(System.Drawing.Bitmap)),
DefaultValueAttribute(null)
]
public Bitmap ImageDown
{
get
{
return null;
}
set
{
_imageDown = (Bitmap)value;
}
}

GeneralRe: Image Property Definition Pin
mav.northwind28-Apr-05 4:58
mav.northwind28-Apr-05 4:58 
GeneralAccess Attachment from EmailServer Pin
Azizur Rehman28-Apr-05 1:23
Azizur Rehman28-Apr-05 1:23 
GeneralText Extraction from viedo file Pin
atifciit28-Apr-05 1:18
atifciit28-Apr-05 1:18 
Generalremoting and databinding Pin
nonick228-Apr-05 0:55
nonick228-Apr-05 0:55 
GeneralRe: remoting and databinding Pin
Marc Clifton28-Apr-05 6:00
mvaMarc Clifton28-Apr-05 6:00 
GeneralRe: remoting and databinding Pin
nonick230-Apr-05 20:43
nonick230-Apr-05 20:43 
Generalprob with developing smart device application Pin
amalatsliit28-Apr-05 0:47
amalatsliit28-Apr-05 0:47 
GeneralRe: prob with developing smart device application Pin
Dan_P28-Apr-05 2:50
Dan_P28-Apr-05 2:50 
GeneralGraphic library needed Pin
Anonymous27-Apr-05 23:35
Anonymous27-Apr-05 23:35 
GeneralDatetimepicker culture Pin
tornn30927-Apr-05 23:30
tornn30927-Apr-05 23:30 
GeneralRe: Datetimepicker culture Pin
mav.northwind28-Apr-05 0:38
mav.northwind28-Apr-05 0:38 
GeneralRe: Datetimepicker culture Pin
tornn30928-Apr-05 19:18
tornn30928-Apr-05 19:18 
GeneralRe: Datetimepicker culture Pin
mav.northwind28-Apr-05 20:08
mav.northwind28-Apr-05 20:08 
GeneralPop-Ups Pin
Sergio Luix27-Apr-05 21:14
Sergio Luix27-Apr-05 21:14 
GeneralRe: Pop-Ups Pin
mav.northwind28-Apr-05 0:00
mav.northwind28-Apr-05 0:00 
Generalinstrumenting an application in .NET Pin
G_Zola27-Apr-05 20:49
G_Zola27-Apr-05 20:49 
GeneralRe: instrumenting an application in .NET Pin
Marc Clifton28-Apr-05 6:04
mvaMarc Clifton28-Apr-05 6:04 

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.