Click here to Skip to main content
16,009,238 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Do you know what is the MOST IMPORTANT BUG in .NET framework 2.0?!!! Pin
Mike Dimmick28-Oct-06 1:34
Mike Dimmick28-Oct-06 1:34 
GeneralRe: Do you know what is the MOST IMPORTANT BUG in .NET framework 2.0?!!! Pin
rupeshmore28-Oct-06 7:54
rupeshmore28-Oct-06 7:54 
GeneralRe: Do you know what is the MOST IMPORTANT BUG in .NET framework 2.0?!!! Pin
Dan Neely30-Oct-06 2:26
Dan Neely30-Oct-06 2:26 
Questionhelp:: Xaml Writer Pin
matt_fang27-Oct-06 7:14
matt_fang27-Oct-06 7:14 
QuestionRegarding .,Net Framework... please urgent!!!!!!!!!!!!!!!!! Pin
VishalSharmaDev27-Oct-06 1:54
VishalSharmaDev27-Oct-06 1:54 
AnswerRe: Regarding .,Net Framework... please urgent!!!!!!!!!!!!!!!!! Pin
ednrgc27-Oct-06 7:19
ednrgc27-Oct-06 7:19 
AnswerRe: Regarding .,Net Framework... please urgent!!!!!!!!!!!!!!!!! Pin
Dave Kreskowiak27-Oct-06 7:34
mveDave Kreskowiak27-Oct-06 7:34 
QuestionVC++.NET and property from derived component Pin
x0400126-Oct-06 8:19
x0400126-Oct-06 8:19 
Hi,

I'm currently writting my first .NET control by deriving a ListView control under VC++.NET.

I have an issue with a property of type Image^.
As you can see in my code below, nothing is special :

#pragma region public Property : ImageSortAscendant
// Allow user to select the image which will be displayed for column sorted ascendantly

[Description("Set image (8x8) to represent ascending sorting which will appear onto sorted column header")]
[CategoryAttribute("Appearance")]
[LocalizableAttribute (true)]
virtual property Image^ ImageSortAscendant
{
Image^ get()
{
return m_ImageSortA;
}
void set(System::Drawing::Image^ value)
{
m_ImageSortA = value;
}
}
#pragma endregion

However, after assigning an image to this property, i'm not able to clear the property value, in case of user press DELETE or BACKSPACE key while this property has the focus (in property editor).
Confused | :confused:
basically i would like to have the same behavior than for BackgroundImage for Form control.

thanks a lot for your help.

Al.
AnswerRe: VC++.NET and property from derived component Pin
x0400127-Oct-06 8:41
x0400127-Oct-06 8:41 
QuestionDeployment Execute Command Pin
smarttom9926-Oct-06 5:35
smarttom9926-Oct-06 5:35 
AnswerRe: Deployment Execute Command Pin
The Man from U.N.C.L.E.26-Oct-06 6:53
The Man from U.N.C.L.E.26-Oct-06 6:53 
QuestionCan I port C# PowerPoint Add-In to Mac? Pin
wasek200126-Oct-06 5:29
wasek200126-Oct-06 5:29 
QuestionSharepoint Web Service Pin
dgibson553126-Oct-06 4:50
dgibson553126-Oct-06 4:50 
Questionwhat is the Factory Patternin .net ? [modified] Pin
PavanPareta26-Oct-06 2:36
PavanPareta26-Oct-06 2:36 
AnswerRe: what is the Factory rule in .net ? Pin
Colin Angus Mackay27-Oct-06 3:36
Colin Angus Mackay27-Oct-06 3:36 
GeneralRe: what is the Factory Pattern in .net ? [modified] Pin
PavanPareta30-Oct-06 1:30
PavanPareta30-Oct-06 1:30 
GeneralRe: what is the Factory Pattern in .net ? Pin
Deepa Parikh7-Nov-06 2:52
Deepa Parikh7-Nov-06 2:52 
AnswerRe: what is the Factory rule in .net ? Pin
Kevin McFarlane27-Oct-06 3:56
Kevin McFarlane27-Oct-06 3:56 
QuestionVC++.net & VB.Net Compatibility Pin
ksandy4526-Oct-06 2:20
ksandy4526-Oct-06 2:20 
AnswerRe: VC++.net & VB.Net Compatibility Pin
Kevin McFarlane26-Oct-06 5:09
Kevin McFarlane26-Oct-06 5:09 
GeneralRe: VC++.net & VB.Net Compatibility Pin
ksandy4526-Oct-06 19:44
ksandy4526-Oct-06 19:44 
GeneralRe: VC++.net & VB.Net Compatibility [modified] Pin
AIMrus26-Oct-06 21:10
AIMrus26-Oct-06 21:10 
GeneralRe: VC++.net & VB.Net Compatibility Pin
ksandy4527-Oct-06 18:56
ksandy4527-Oct-06 18:56 
GeneralSolution Pin
AIMrus27-Oct-06 20:55
AIMrus27-Oct-06 20:55 
QuestionSecurity Setting on web.config Pin
BLOEDHOND25-Oct-06 22:59
BLOEDHOND25-Oct-06 22:59 

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.