Click here to Skip to main content
15,901,122 members
Home / Discussions / C#
   

C#

 
GeneralRe: putting image on other image in ms word Pin
Christian Graus15-Jan-07 17:26
protectorChristian Graus15-Jan-07 17:26 
GeneralRe: putting image on other image in ms word Pin
praveen pandey15-Jan-07 17:38
praveen pandey15-Jan-07 17:38 
GeneralRe: putting image on other image in ms word Pin
Christian Graus15-Jan-07 17:50
protectorChristian Graus15-Jan-07 17:50 
AnswerRe: putting image on other image in ms word Pin
davidc2p16-Jan-07 6:18
davidc2p16-Jan-07 6:18 
QuestionWhat In The World Is Going On!!?? Pin
BlitzPackage15-Jan-07 15:23
BlitzPackage15-Jan-07 15:23 
AnswerRe: What In The World Is Going On!!?? Pin
Christian Graus15-Jan-07 15:33
protectorChristian Graus15-Jan-07 15:33 
GeneralRe: What In The World Is Going On!!?? Pin
BlitzPackage15-Jan-07 15:44
BlitzPackage15-Jan-07 15:44 
QuestionDesign-Time Collection Serialization Pin
Tyrus18215-Jan-07 15:04
Tyrus18215-Jan-07 15:04 
Hello i am trying to override a listview's Items property i have created a new ListItems method that implements a custom UITypEeditor for ListViewItem allowing my to insert my own type that inherits from ListViewItem called ControlItem now sow far all of this seems to work properly however my problem is that when the designer serialized the newly created item it uses the wrong constructor

ControlItem controlItem1 = ((ControlItem)(new System.Windows.Forms.ListViewItem("")));

it is calling the constructor of the base class, is there a way for me to ovveride this behavior and tell it my own type to instantiate? i have tried the DesignerSerializationVisibility attribute but it does not seem to work.

here is the definition of the ListItems method
//[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
[Editor(typeof(ControlItemCollectionEditor), typeof(System.Drawing.Design.UITypeEditor))]
public ListView.ListViewItemCollection ListItems
{
get { return Items; }
}

i would appreciate any help that could be provided. thank you.
GeneralRe: Design-Time Collection Serialization Pin
Phillip M. Hoff15-Jan-07 16:33
Phillip M. Hoff15-Jan-07 16:33 
QuestionPrevent reflection access to private fields? Pin
wout de zeeuw15-Jan-07 13:19
wout de zeeuw15-Jan-07 13:19 
AnswerRe: Prevent reflection access to private fields? Pin
Colin Angus Mackay15-Jan-07 13:50
Colin Angus Mackay15-Jan-07 13:50 
GeneralRe: Prevent reflection access to private fields? Pin
wout de zeeuw15-Jan-07 21:44
wout de zeeuw15-Jan-07 21:44 
QuestionHelp! Datagridview Pin
bluewavestrider15-Jan-07 12:56
bluewavestrider15-Jan-07 12:56 
AnswerRe: Help! Datagridview Pin
L Viljoen15-Jan-07 20:43
professionalL Viljoen15-Jan-07 20:43 
AnswerRe: Help! Datagridview Pin
Lisa Jorgensen17-Jan-07 14:42
Lisa Jorgensen17-Jan-07 14:42 
QuestionLabel change on MasterPages Pin
bonokoot15-Jan-07 10:39
bonokoot15-Jan-07 10:39 
AnswerRe: Label change on MasterPages Pin
Not Active15-Jan-07 10:53
mentorNot Active15-Jan-07 10:53 
GeneralRe: Label change on MasterPages Pin
bonokoot15-Jan-07 11:22
bonokoot15-Jan-07 11:22 
GeneralRe: Label change on MasterPages Pin
Not Active15-Jan-07 11:43
mentorNot Active15-Jan-07 11:43 
Questionwhere does install WebApplicationProjectSetup ? Pin
hdv21215-Jan-07 9:35
hdv21215-Jan-07 9:35 
QuestionHow to run your application by double-clicking a file? Pin
Lyfkcd15-Jan-07 9:03
Lyfkcd15-Jan-07 9:03 
AnswerRe: How to run your application by double-clicking a file? Pin
Not Active15-Jan-07 10:06
mentorNot Active15-Jan-07 10:06 
GeneralRe: How to run your application by double-clicking a file? Pin
Lyfkcd19-Jan-07 13:29
Lyfkcd19-Jan-07 13:29 
AnswerRe: How to run your application by double-clicking a file? Pin
jonny515-Jan-07 11:13
jonny515-Jan-07 11:13 
GeneralRe: How to run your application by double-clicking a file? Pin
Not Active15-Jan-07 11:47
mentorNot Active15-Jan-07 11:47 

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.