Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: XML Web Services question Pin
Andy Brummer4-Feb-04 8:56
sitebuilderAndy Brummer4-Feb-04 8:56 
GeneralRe: XML Web Services question Pin
Heath Stewart4-Feb-04 8:59
protectorHeath Stewart4-Feb-04 8:59 
GeneralRe: XML Web Services question Pin
Michael Potter4-Feb-04 9:15
Michael Potter4-Feb-04 9:15 
GeneralTab control question Pin
Shizam4-Feb-04 5:47
Shizam4-Feb-04 5:47 
GeneralRe: Tab control question Pin
Heath Stewart4-Feb-04 6:04
protectorHeath Stewart4-Feb-04 6:04 
GeneralRe: Tab control question Pin
Shizam4-Feb-04 8:00
Shizam4-Feb-04 8:00 
GeneralRe: Tab control question Pin
Alex Korchemniy4-Feb-04 8:02
Alex Korchemniy4-Feb-04 8:02 
GeneralRe: Tab control question Pin
Heath Stewart4-Feb-04 8:44
protectorHeath Stewart4-Feb-04 8:44 
You could override WndProc and pretty much change the behavior of the TabControl to work like multiple Panels (after all, you're just making each TabPage work like it's parent class, ScrollableControl, which is the parent class for Panel). Why not just move the implementation? Most of the code I'm sure you could copy and paste, unless you mean you're actually using the tab-related methods for things (like for a wizard), in which case there's always another way.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: CrystalReportViewer Pin
Alex Korchemniy4-Feb-04 9:53
Alex Korchemniy4-Feb-04 9:53 
GeneralVS problem Pin
Judah Gabriel Himango4-Feb-04 5:26
sponsorJudah Gabriel Himango4-Feb-04 5:26 
GeneralRe: VS problem Pin
Heath Stewart4-Feb-04 5:35
protectorHeath Stewart4-Feb-04 5:35 
GeneralRe: VS problem Pin
Judah Gabriel Himango4-Feb-04 5:48
sponsorJudah Gabriel Himango4-Feb-04 5:48 
GeneralRe: VS problem Pin
Heath Stewart4-Feb-04 5:53
protectorHeath Stewart4-Feb-04 5:53 
GeneralRe: VS problem Pin
Judah Gabriel Himango4-Feb-04 6:15
sponsorJudah Gabriel Himango4-Feb-04 6:15 
GeneralMDAC Pin
Mazdak4-Feb-04 4:42
Mazdak4-Feb-04 4:42 
GeneralRe: MDAC Pin
Heath Stewart4-Feb-04 5:33
protectorHeath Stewart4-Feb-04 5:33 
GeneralRe: MDAC Pin
Meysam Mahfouzi4-Feb-04 17:31
Meysam Mahfouzi4-Feb-04 17:31 
GeneralRe: MDAC Pin
Mazdak4-Feb-04 18:59
Mazdak4-Feb-04 18:59 
QuestionAdding Custom components to Windows ContextMenu? Pin
mdundek4-Feb-04 3:26
mdundek4-Feb-04 3:26 
AnswerRe: Adding Custom components to Windows ContextMenu? Pin
Heath Stewart4-Feb-04 4:34
protectorHeath Stewart4-Feb-04 4:34 
GeneralAmazing error from VisualStudio.NET Pin
Inam4-Feb-04 0:12
Inam4-Feb-04 0:12 
GeneralRe: Amazing error from VisualStudio.NET Pin
LongRange.Shooter5-Feb-04 2:27
LongRange.Shooter5-Feb-04 2:27 
GeneralRe: Amazing error from VisualStudio.NET Pin
Inam5-Feb-04 18:58
Inam5-Feb-04 18:58 
GeneralRe: Amazing error from VisualStudio.NET Pin
LongRange.Shooter6-Feb-04 3:43
LongRange.Shooter6-Feb-04 3:43 
GeneralRe: Amazing error from VisualStudio.NET Pin
Inam6-Feb-04 8:26
Inam6-Feb-04 8:26 

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.