Click here to Skip to main content
15,911,785 members
Home / Discussions / C#
   

C#

 
GeneralRe: Assigning one TabPage to another Pin
Stephane Rodriguez.13-Apr-03 8:14
Stephane Rodriguez.13-Apr-03 8:14 
QuestionSharing data between forms??? Pin
gman4411-Apr-03 11:42
gman4411-Apr-03 11:42 
AnswerRe: Sharing data between forms??? Pin
Adam Turner12-Apr-03 0:21
Adam Turner12-Apr-03 0:21 
AnswerRe: Sharing data between forms??? Pin
Stephane Rodriguez.12-Apr-03 6:34
Stephane Rodriguez.12-Apr-03 6:34 
GeneralVisual Studio 2003 and .NET Framework V1.1 ship! Pin
Eric Gunnerson (msft)11-Apr-03 11:13
Eric Gunnerson (msft)11-Apr-03 11:13 
GeneralRe: Visual Studio 2003 and .NET Framework V1.1 ship! Pin
Daniel Turini11-Apr-03 11:21
Daniel Turini11-Apr-03 11:21 
GeneralTab Control Events Not Firing Pin
vlusardi11-Apr-03 11:05
vlusardi11-Apr-03 11:05 
GeneralRe: Tab Control Events Not Firing Pin
monrobot1311-Apr-03 11:16
monrobot1311-Apr-03 11:16 
The Enter and Leave events are for the TabPage not the TabControl. Once you switch Tabs if you click in the TabPage your event will fire. If you want to do something when the TabControl switches pages it's best to put the code in the SelectedIndexChanged event of the TabControl.

Hope that helps.

- monrobot13
GeneralRe: Tab Control Events Not Firing Pin
spolia11-Apr-03 15:59
spolia11-Apr-03 15:59 
GeneralCompressed streams Pin
Arun Bhalla11-Apr-03 10:51
Arun Bhalla11-Apr-03 10:51 
GeneralRe: Compressed streams Pin
Nathan Blomquist12-Apr-03 6:10
Nathan Blomquist12-Apr-03 6:10 
GeneralC# requires how much memory?! Pin
pahlsson11-Apr-03 9:47
pahlsson11-Apr-03 9:47 
GeneralRe: C# requires how much memory?! Pin
leppie11-Apr-03 12:33
leppie11-Apr-03 12:33 
GeneralRe: C# requires how much memory?! Pin
pahlsson11-Apr-03 22:41
pahlsson11-Apr-03 22:41 
GeneralRe: C# requires how much memory?! Pin
Martin Cook15-Apr-03 8:39
professionalMartin Cook15-Apr-03 8:39 
QuestionWhat could it be after dot? Pin
kensai11-Apr-03 7:21
kensai11-Apr-03 7:21 
AnswerRe: What could it be after dot? Pin
Andy Smith11-Apr-03 7:26
Andy Smith11-Apr-03 7:26 
AnswerRe: What could it be after dot? Pin
Daniel Turini11-Apr-03 7:44
Daniel Turini11-Apr-03 7:44 
GeneralRe: What could it be after dot? Pin
leppie11-Apr-03 12:41
leppie11-Apr-03 12:41 
AnswerRe: What could it be after dot? Pin
David Stone11-Apr-03 9:33
sitebuilderDavid Stone11-Apr-03 9:33 
QuestionListView scroll information? Pin
Chibi Maruko S11-Apr-03 5:04
Chibi Maruko S11-Apr-03 5:04 
GeneralDisplaying Dynamic text on forms Pin
Paul Griffin11-Apr-03 3:44
Paul Griffin11-Apr-03 3:44 
GeneralRe: Displaying Dynamic text on forms Pin
Reiss11-Apr-03 4:39
professionalReiss11-Apr-03 4:39 
General.NET IDE Pin
Andy H10-Apr-03 23:54
Andy H10-Apr-03 23:54 
GeneralRe: .NET IDE Pin
David Stone11-Apr-03 9:34
sitebuilderDavid Stone11-Apr-03 9:34 

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.