Click here to Skip to main content
15,892,809 members
Home / Discussions / C#
   

C#

 
GeneralRe: Assigning a SQL query result to a variable Pin
PIEBALDconsult6-Aug-09 12:38
mvePIEBALDconsult6-Aug-09 12:38 
GeneralLearning C# syntax for a Trading Platform Pin
jelamiju15-Aug-09 11:27
jelamiju15-Aug-09 11:27 
GeneralRe: Learning C# syntax for a Trading Platform Pin
Christian Graus5-Aug-09 11:41
protectorChristian Graus5-Aug-09 11:41 
GeneralRe: Learning C# syntax for a Trading Platform Pin
jelamiju16-Aug-09 5:44
jelamiju16-Aug-09 5:44 
Question[Message Deleted] Pin
tamir9015-Aug-09 11:27
tamir9015-Aug-09 11:27 
AnswerRe: Error - protection level Pin
Christian Graus5-Aug-09 11:41
protectorChristian Graus5-Aug-09 11:41 
AnswerRe: [Message Deleted] Pin
Christian Graus5-Aug-09 13:20
protectorChristian Graus5-Aug-09 13:20 
QuestionControls.Add() Problem Pin
will kirkby5-Aug-09 10:02
will kirkby5-Aug-09 10:02 
for (int i = 0; i < Frames.Count; i++)
            {
                if (!splitContainer3.Panel1.Controls.Contains(Frames[i]))
                {
                    splitContainer3.Panel1.Controls.Add(Frames[i]);
                }
                Frames[i].Left = (Frames[0].Width + 20) * i;
                Frames[i].Top = 20;
            }


This should work, but only the Added control shows up. A test shows that the existing entries of the Controls collection are removed.
How do I fix?
AnswerRe: Controls.Add() Problem Pin
Luc Pattyn5-Aug-09 10:27
sitebuilderLuc Pattyn5-Aug-09 10:27 
GeneralRe: Controls.Add() Problem Pin
will kirkby5-Aug-09 10:43
will kirkby5-Aug-09 10:43 
GeneralRe: Controls.Add() Problem Pin
Luc Pattyn5-Aug-09 11:09
sitebuilderLuc Pattyn5-Aug-09 11:09 
GeneralRe: Controls.Add() Problem Pin
MarkB7775-Aug-09 14:20
MarkB7775-Aug-09 14:20 
GeneralRe: Controls.Add() Problem Pin
Luc Pattyn5-Aug-09 14:27
sitebuilderLuc Pattyn5-Aug-09 14:27 
QuestionPasting image to word: image size issues Pin
_iobuf5-Aug-09 9:43
_iobuf5-Aug-09 9:43 
AnswerRe: Pasting image to word: image size issues Pin
csetopper_bhanu5-Aug-09 23:41
csetopper_bhanu5-Aug-09 23:41 
Questionone more c# xml issue Pin
laziale5-Aug-09 8:41
laziale5-Aug-09 8:41 
AnswerRe: one more c# xml issue Pin
PIEBALDconsult5-Aug-09 9:00
mvePIEBALDconsult5-Aug-09 9:00 
JokeRe: one more c# xml issue Pin
Not Active5-Aug-09 9:10
mentorNot Active5-Aug-09 9:10 
AnswerRe: one more c# xml issue Pin
0x3c05-Aug-09 9:05
0x3c05-Aug-09 9:05 
AnswerRe: one more c# xml issue Pin
Not Active5-Aug-09 9:08
mentorNot Active5-Aug-09 9:08 
GeneralRe: one more c# xml issue Pin
laziale5-Aug-09 9:47
laziale5-Aug-09 9:47 
GeneralRe: one more c# xml issue Pin
Not Active5-Aug-09 10:46
mentorNot Active5-Aug-09 10:46 
AnswerRe: one more c# xml issue Pin
Adam R Harris5-Aug-09 13:46
Adam R Harris5-Aug-09 13:46 
QuestionVirtual method in sealed class Pin
jpk4205-Aug-09 7:50
jpk4205-Aug-09 7:50 
AnswerRe: Virtual method in sealed class Pin
N a v a n e e t h5-Aug-09 9:03
N a v a n e e t h5-Aug-09 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.