Click here to Skip to main content
15,923,120 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Dynamic Control Removal Trouble Pin
Rob Graham18-Feb-05 13:11
Rob Graham18-Feb-05 13:11 
GeneralRe: C# Dynamic Control Removal Trouble Pin
centiipede18-Feb-05 13:25
centiipede18-Feb-05 13:25 
GeneralRe: C# Dynamic Control Removal Trouble Pin
Rob Graham18-Feb-05 17:09
Rob Graham18-Feb-05 17:09 
GeneralRe: C# Dynamic Control Removal Trouble Pin
centiipede18-Feb-05 18:30
centiipede18-Feb-05 18:30 
GeneralRe: C# Dynamic Control Removal Trouble Pin
centiipede19-Feb-05 5:24
centiipede19-Feb-05 5:24 
GeneralColor Pallette Pin
Bob Bonser18-Feb-05 10:47
Bob Bonser18-Feb-05 10:47 
GeneralRe: Color Pallette Pin
Radgar18-Feb-05 15:18
Radgar18-Feb-05 15:18 
GeneralRe: Color Pallette Pin
mav.northwind18-Feb-05 22:53
mav.northwind18-Feb-05 22:53 
Basically you're right, it's just better style to query the dialog return value:
<br />
if (colorDialog1.ShowDialog(this) == DialogResult.OK)<br />
{<br />
    this.BackColor = colorDialog1.Color;<br />
}<br />


Smile | :)

mav
GeneralRe: Color Pallette Pin
Bob Bonser19-Feb-05 3:44
Bob Bonser19-Feb-05 3:44 
GeneralSuggestions for porting mostly C# app to Solaris 8 Pin
Larsenal18-Feb-05 10:24
Larsenal18-Feb-05 10:24 
GeneralRe: Suggestions for porting mostly C# app to Solaris 8 Pin
Luis Alonso Ramos19-Feb-05 11:54
Luis Alonso Ramos19-Feb-05 11:54 
GeneralRe: Suggestions for porting mostly C# app to Solaris 8 Pin
Anonymous21-Feb-05 10:50
Anonymous21-Feb-05 10:50 
GeneralEquivalent of the C++ "friend" class modifier Pin
Quimbly18-Feb-05 9:39
Quimbly18-Feb-05 9:39 
GeneralRe: Equivalent of the C++ &quot;friend&quot; class modifier Pin
Rob Graham18-Feb-05 11:46
Rob Graham18-Feb-05 11:46 
GeneralRe: Equivalent of the C++ &quot;friend&quot; class modifier Pin
Skynyrd19-Feb-05 7:32
Skynyrd19-Feb-05 7:32 
GeneralRe: Equivalent of the C++ &quot;friend&quot; class modifier Pin
Anonymous23-Feb-05 15:25
Anonymous23-Feb-05 15:25 
GeneralTree View Text Pin
maheshfour18-Feb-05 8:59
maheshfour18-Feb-05 8:59 
GeneralRe: Tree View Text Pin
Dave Kreskowiak18-Feb-05 9:13
mveDave Kreskowiak18-Feb-05 9:13 
QuestionHow to make PropertyGrid pop up a dialog form Pin
lee meng18-Feb-05 6:37
lee meng18-Feb-05 6:37 
AnswerRe: How to make PropertyGrid pop up a dialog form Pin
Tee+18-Feb-05 17:14
Tee+18-Feb-05 17:14 
GeneralRe: How to make PropertyGrid pop up a dialog form Pin
lee meng19-Feb-05 3:40
lee meng19-Feb-05 3:40 
GeneralWait Timer Pin
Bob Bonser18-Feb-05 6:21
Bob Bonser18-Feb-05 6:21 
GeneralRe: Wait Timer Pin
Anonymous18-Feb-05 8:08
Anonymous18-Feb-05 8:08 
GeneralRe: Wait Timer Pin
Bob Bonser18-Feb-05 8:51
Bob Bonser18-Feb-05 8:51 
GeneralRe: Wait Timer Pin
Dave Kreskowiak18-Feb-05 9:03
mveDave Kreskowiak18-Feb-05 9:03 

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.