Click here to Skip to main content
15,895,283 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: Quadtree Implementation Pin
Luc Pattyn16-Feb-10 9:58
sitebuilderLuc Pattyn16-Feb-10 9:58 
GeneralRe: Quadtree Implementation Pin
MagicalC4Wombat16-Feb-10 10:06
MagicalC4Wombat16-Feb-10 10:06 
GeneralRe: Quadtree Implementation Pin
Luc Pattyn16-Feb-10 10:13
sitebuilderLuc Pattyn16-Feb-10 10:13 
AnswerRe: Quadtree Implementation Pin
harold aptroot16-Feb-10 10:14
harold aptroot16-Feb-10 10:14 
Questionassociating a file with a .EXE on a cd Pin
shadowthief_0316-Feb-10 8:55
shadowthief_0316-Feb-10 8:55 
AnswerRe: associating a file with a .EXE on a cd Pin
Luc Pattyn16-Feb-10 9:11
sitebuilderLuc Pattyn16-Feb-10 9:11 
GeneralRe: associating a file with a .EXE on a cd Pin
shadowthief_0316-Feb-10 11:01
shadowthief_0316-Feb-10 11:01 
GeneralRe: associating a file with a .EXE on a cd Pin
hammerstein0516-Feb-10 11:36
hammerstein0516-Feb-10 11:36 
GeneralRe: associating a file with a .EXE on a cd Pin
shadowthief_0316-Feb-10 12:09
shadowthief_0316-Feb-10 12:09 
QuestionWindows service Pin
aurelcly16-Feb-10 8:26
aurelcly16-Feb-10 8:26 
AnswerRe: Windows service Pin
Dimitri Witkowski16-Feb-10 9:03
Dimitri Witkowski16-Feb-10 9:03 
AnswerRe: Windows service Pin
Calla16-Feb-10 19:53
Calla16-Feb-10 19:53 
AnswerRe: Windows service Pin
Mouldiwarp17-Feb-10 3:03
Mouldiwarp17-Feb-10 3:03 
Questionxml Pin
naghoumeh1416-Feb-10 6:09
naghoumeh1416-Feb-10 6:09 

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.