Click here to Skip to main content
15,884,099 members
Home / Discussions / C#
   

C#

 
GeneralRe: [Message Deleted] Pin
Paul Conrad31-Jul-07 17:44
professionalPaul Conrad31-Jul-07 17:44 
GeneralRe: [Message Deleted] Pin
Malcolm Smart31-Jul-07 22:10
Malcolm Smart31-Jul-07 22:10 
GeneralRe: [Message Deleted] Pin
Luc Pattyn31-Jul-07 23:02
sitebuilderLuc Pattyn31-Jul-07 23:02 
GeneralRe: [Message Deleted] Pin
Leslie Sanford1-Aug-07 7:59
Leslie Sanford1-Aug-07 7:59 
GeneralRe: [Message Deleted] Pin
Pete O'Hanlon1-Aug-07 9:42
mvePete O'Hanlon1-Aug-07 9:42 
GeneralRe: [Message Deleted] Pin
Cnight Stalker2-Aug-07 17:44
Cnight Stalker2-Aug-07 17:44 
GeneralRe: [Message Deleted] Pin
Pete O'Hanlon3-Aug-07 2:32
mvePete O'Hanlon3-Aug-07 2:32 
QuestionHow to Programmatically Change a Property in DesignMode Pin
Cnight Stalker31-Jul-07 10:12
Cnight Stalker31-Jul-07 10:12 
This is the normal behaviour:

When you double-click an the Visible property of a UserControl, Visual Studio will emboldens the altered property, and enable the Undo menu item, and even prompt you to save if you attempt to close - all indicating that a change has been made.

But during DesignMode:

When I programmatically (using ControlDesigner) change the Visible property of a MyUserControl, there is no indication that a change has been made, and Visual Studio does not save the changes. Even though I can see that the property value has changed, it doesn’t go bold or get serialized/saved.

How do you fix it please.

If I'm missing some detail, please let me know.

Any comments are welcomed.

Soog.
AnswerRe: How to Programmatically Change a Property in DesignMode Pin
Martin#31-Jul-07 12:15
Martin#31-Jul-07 12:15 
QuestionRe: How to Programmatically Change a Property in DesignMode Pin
Cnight Stalker31-Jul-07 12:57
Cnight Stalker31-Jul-07 12:57 
AnswerRe: How to Programmatically Change a Property in DesignMode Pin
Martin#31-Jul-07 20:46
Martin#31-Jul-07 20:46 
GeneralRe: How to Programmatically Change a Property in DesignMode Pin
Cnight Stalker1-Aug-07 10:18
Cnight Stalker1-Aug-07 10:18 
GeneralRe: How to Programmatically Change a Property in DesignMode Pin
Martin#1-Aug-07 20:56
Martin#1-Aug-07 20:56 
NewsRe: How to Programmatically Change a Property in DesignMode Pin
Cnight Stalker2-Aug-07 15:08
Cnight Stalker2-Aug-07 15:08 
GeneralRe: How to Programmatically Change a Property in DesignMode Pin
Martin#2-Aug-07 20:43
Martin#2-Aug-07 20:43 
QuestionUpdating/changing Items in a ListBox with a TextBox Pin
stephan.smolek31-Jul-07 9:49
stephan.smolek31-Jul-07 9:49 
AnswerRe: Updating/changing Items in a ListBox with a TextBox Pin
bit_cmdr31-Jul-07 11:00
bit_cmdr31-Jul-07 11:00 
GeneralRe: Updating/changing Items in a ListBox with a TextBox Pin
stephan.smolek31-Jul-07 20:44
stephan.smolek31-Jul-07 20:44 
QuestionAverage image brightness Pin
newb2vb31-Jul-07 9:41
newb2vb31-Jul-07 9:41 
AnswerRe: Average image brightness Pin
Christian Graus31-Jul-07 11:39
protectorChristian Graus31-Jul-07 11:39 
GeneralRe: Average image brightness Pin
newb2vb31-Jul-07 12:15
newb2vb31-Jul-07 12:15 
GeneralRe: Average image brightness Pin
Christian Graus31-Jul-07 17:32
protectorChristian Graus31-Jul-07 17:32 
GeneralRe: Average image brightness Pin
newb2vb31-Jul-07 14:19
newb2vb31-Jul-07 14:19 
GeneralRe: Average image brightness Pin
Christian Graus31-Jul-07 17:33
protectorChristian Graus31-Jul-07 17:33 
AnswerRe: Average image brightness Pin
Luc Pattyn31-Jul-07 13:53
sitebuilderLuc Pattyn31-Jul-07 13:53 

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.