Click here to Skip to main content
15,905,508 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating Entity Class for XML Pin
kfqnwang9-Mar-11 16:00
kfqnwang9-Mar-11 16:00 
QuestionChat Server/Client Pin
satsumatable16-Feb-10 18:09
satsumatable16-Feb-10 18:09 
AnswerRe: Chat Server/Client Pin
Marcel Gheorghita16-Feb-10 19:05
Marcel Gheorghita16-Feb-10 19:05 
Questionmaths Pin
antrock10116-Feb-10 18:06
antrock10116-Feb-10 18:06 
AnswerRe: maths Pin
V.16-Feb-10 21:19
professionalV.16-Feb-10 21:19 
AnswerRe: maths Pin
harold aptroot16-Feb-10 23:29
harold aptroot16-Feb-10 23:29 
AnswerRe: maths Pin
OriginalGriff16-Feb-10 23:56
mveOriginalGriff16-Feb-10 23:56 
GeneralRe: maths Pin
antrock10117-Feb-10 3:59
antrock10117-Feb-10 3:59 
GeneralRe: maths Pin
antrock10117-Feb-10 4:13
antrock10117-Feb-10 4:13 
GeneralRe: maths Pin
antrock10117-Feb-10 11:30
antrock10117-Feb-10 11:30 
GeneralRe: maths Pin
antrock10119-Feb-10 17:42
antrock10119-Feb-10 17:42 
Questionw Pin
bahar316-Feb-10 17:50
bahar316-Feb-10 17:50 
Answerxyz Pin
Dan Mos16-Feb-10 18:38
Dan Mos16-Feb-10 18:38 
AnswerRe: w Pin
Keith Barrow17-Feb-10 2:38
professionalKeith Barrow17-Feb-10 2:38 
QuestionTranslating VB to C# - Mail Script Pin
Antal Dominik16-Feb-10 10:33
Antal Dominik16-Feb-10 10:33 
AnswerRe: Translating VB to C# - Mail Script Pin
AspDotNetDev16-Feb-10 11:46
protectorAspDotNetDev16-Feb-10 11:46 
AnswerRe: Translating VB to C# - Mail Script Pin
Dave Doknjas16-Feb-10 14:17
Dave Doknjas16-Feb-10 14:17 
QuestionDealing with Controls/ Copy it to a new tabControl Pin
Sueberl16-Feb-10 9:54
Sueberl16-Feb-10 9:54 
AnswerRe: Dealing with Controls/ Copy it to a new tabControl Pin
Luc Pattyn16-Feb-10 10:22
sitebuilderLuc Pattyn16-Feb-10 10:22 
GeneralRe: Dealing with Controls/ Copy it to a new tabControl Pin
Sueberl16-Feb-10 10:33
Sueberl16-Feb-10 10:33 
GeneralRe: Dealing with Controls/ Copy it to a new tabControl Pin
hammerstein0516-Feb-10 11:32
hammerstein0516-Feb-10 11:32 
GeneralRe: Dealing with Controls/ Copy it to a new tabControl Pin
Luc Pattyn16-Feb-10 13:53
sitebuilderLuc Pattyn16-Feb-10 13:53 
Hi,

1.
when you call X.Y() either X is a class name and Y() is a static method inside X, or X is an instance of some class holding a non-static method Y().

I assume Tab is the name of the class holding the code you've shown, that makes it an invalid mix of the two valid cases I just mentioned.

2.
I would start with a form that holds a TabControl with one tab holding all Controls of interest. Then add a second tab as appropriate; nothing needs copied/moved as I understand it.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
All Toronto weekends should be extremely wet until we get it automated in regular forums, not just QA.

modified on Tuesday, February 16, 2010 9:25 PM

GeneralRe: Dealing with Controls/ Copy it to a new tabControl Pin
Sueberl17-Feb-10 1:00
Sueberl17-Feb-10 1:00 
GeneralRe: Dealing with Controls/ Copy it to a new tabControl Pin
Luc Pattyn17-Feb-10 1:05
sitebuilderLuc Pattyn17-Feb-10 1:05 
QuestionQuadtree Implementation Pin
MagicalC4Wombat16-Feb-10 9:45
MagicalC4Wombat16-Feb-10 9:45 

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.