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

C#

 
GeneralRe: Find and replace in text file Pin
Dave Kreskowiak10-Nov-04 3:27
mveDave Kreskowiak10-Nov-04 3:27 
GeneralRe: Find and replace in text file Pin
tom_dx10-Nov-04 12:39
tom_dx10-Nov-04 12:39 
GeneralRe: Find and replace in text file Pin
Dave Kreskowiak10-Nov-04 13:37
mveDave Kreskowiak10-Nov-04 13:37 
GeneralRe: Find and replace in text file Pin
Kraki11-Nov-04 9:06
Kraki11-Nov-04 9:06 
QuestionIs there a way to prevent InitializeComponent() regeneration? Pin
DizzyMobile10-Nov-04 1:26
DizzyMobile10-Nov-04 1:26 
AnswerRe: Is there a way to prevent InitializeComponent() regeneration? Pin
Skynyrd10-Nov-04 5:26
Skynyrd10-Nov-04 5:26 
AnswerRe: Is there a way to prevent InitializeComponent() regeneration? Pin
J4amieC10-Nov-04 5:34
J4amieC10-Nov-04 5:34 
GeneralRe: Is there a way to prevent InitializeComponent() regeneration? Pin
DizzyMobile10-Nov-04 8:35
DizzyMobile10-Nov-04 8:35 
So, there is no special attribute for designer region. That’s ok. Maybe I've pasted fill method to the wrong constructor.
Let’s simplify my question, so there is no need to paste a lot of code.
Now I have a form & a button. There is my form constructor.
public Form1()<br />
{<br />
    InitializeComponent();<br />
    this.button1.BackColor = Color.Red; // This line has no effect in the designer<br />
}<br />

Initialize component is fully generated by designer and not takes a point of interest for us.
Please help me. In which class constructor I've to paste "this.button1.BackColor = Color.Red" to have colored button in the designer?

Dizzy
GeneralRe: Is there a way to prevent InitializeComponent() regeneration? Pin
Skynyrd10-Nov-04 9:47
Skynyrd10-Nov-04 9:47 
Generaloverride WndProc allow form resize, move, max and min Pin
Lyhr10-Nov-04 0:51
Lyhr10-Nov-04 0:51 
GeneralRe: override WndProc allow form resize, move, max and min Pin
Jay Shankar10-Nov-04 19:36
Jay Shankar10-Nov-04 19:36 
GeneralGet ID of resource Pin
El'Cachubrey10-Nov-04 0:50
El'Cachubrey10-Nov-04 0:50 
GeneralRe: Get ID of resource Pin
Heath Stewart10-Nov-04 8:35
protectorHeath Stewart10-Nov-04 8:35 
GeneralSetPixel in C# Pin
Lost In China10-Nov-04 0:36
sussLost In China10-Nov-04 0:36 
GeneralRe: SetPixel in C# Pin
benjymous10-Nov-04 1:03
benjymous10-Nov-04 1:03 
GeneralRe: SetPixel in C# Pin
ACorbs11-Nov-04 19:10
ACorbs11-Nov-04 19:10 
GeneralRe: SetPixel in C# Pin
Lost In China11-Nov-04 19:56
sussLost In China11-Nov-04 19:56 
GeneralRemoting question Pin
Gavin Jeffrey10-Nov-04 0:18
Gavin Jeffrey10-Nov-04 0:18 
GeneralRe: Remoting question Pin
benjymous10-Nov-04 1:06
benjymous10-Nov-04 1:06 
GeneralRe: Remoting question Pin
Gavin Jeffrey10-Nov-04 5:21
Gavin Jeffrey10-Nov-04 5:21 
GeneralC# control with strong name in html page Pin
fridtjof9-Nov-04 21:50
fridtjof9-Nov-04 21:50 
GeneralAdditional information Pin
fridtjof9-Nov-04 21:53
fridtjof9-Nov-04 21:53 
Generalread version of any executable Pin
Member 1988529-Nov-04 21:48
Member 1988529-Nov-04 21:48 
GeneralRe: read version of any executable Pin
Richard Deeming10-Nov-04 8:00
mveRichard Deeming10-Nov-04 8:00 
GeneraliTunes COM Interfaces Pin
DalTXGuy19809-Nov-04 21:43
DalTXGuy19809-Nov-04 21:43 

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.